diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 2 deletions
@@ -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) |