was the release
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 21 Jul 2004 09:11:25 +0000 (09:11 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 21 Jul 2004 09:11:25 +0000 (09:11 +0000)
Original commit message from CVS:
was the release

ChangeLog
configure.ac

index caa00be..dca86c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       reviewed by: <delete if not using a buddy>
+
+       * configure.ac:
+       * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
+       * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
+       (gst_ffmpegdec_chain):
+
+=== gst-ffmpeg 0.8.1 ===
+
+2004-07-16  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * configure.ac: release 0.8.1, "Just Another Victim"
+
 2004-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * everything: updated upstream source to 2004-04-11 23:00 GMT
-          and fixed up patches
+         and fixed up patches
 
 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
 
 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
-          don't critical, throw error (#137588)
+         don't critical, throw error (#137588)
 
 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
 
index b41da1c..a15cff3 100644 (file)
@@ -1,6 +1,6 @@
 dnl autoconf configuration file for gst-ffmpeg 
 AC_INIT
-AC_CANONICAL_TARGET([])
+AC_CANONICAL_TARGET
 
 dnl We disable static building for development, for time savings
 dnl this goes before AS_LIBTOOL to appease autoconf
@@ -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-ffmpeg, GST_FFMPEG_VERSION, 0, 8, 0, 1, GST_CVS="no", GST_CVS="yes")
+AS_VERSION(gst-ffmpeg, GST_FFMPEG_VERSION, 0, 8, 1, 0, GST_CVS="no", GST_CVS="yes")
 dnl we cheat here so we don't have to change the actual configure code bit
 GST_PLUGINS_VERSION_NANO=$GST_FFMPEG_VERSION_NANO