summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-06-23 18:21:43 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-06-23 18:21:43 +0000
commitd2e53862304c9bb3fc97d72648f0d846f4b42756 (patch)
tree23d285dbef53db93e9e682cb071530cef075e9c1
parentee7c23e298b189161763cf373b745619bf3f3d0b (diff)
back to dev
Original commit message from CVS: back to dev
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1421a162..d615d9e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * configure.ac: back to dev
+
2004-06-23 Wim Taymans <wim@fluendo.com>
* ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
@@ -10,7 +14,9 @@
(gst_alsa_src_loop):
Add clock to alsasrc. Take new capture timestamp when
restarting after an overrun. Split up some functions between
- alsasrc ans alsasink.
+ alsasrc and alsasink.
+
+=== release 0.8.2 ===
2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
diff --git a/configure.ac b/configure.ac
index d7f52d2a..38672186 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AM_MAINTAINER_MODE
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
-AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 8, 1, 1, GST_CVS="no", GST_CVS="yes")
+AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 8, 2, 1, GST_CVS="no", GST_CVS="yes")
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)