releasing 0.9.6 RELEASE-0_9_6
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 23 Nov 2005 19:58:15 +0000 (19:58 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 23 Nov 2005 19:58:15 +0000 (19:58 +0000)
Original commit message from CVS:
releasing 0.9.6

ChangeLog
NEWS
RELEASE
configure.ac

index dec8164..9db4ec2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== release 0.9.6 ===
+
+2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
+
+       * configure.ac:
+         releasing 0.9.6, "Cold Cat"
+
 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
 
        * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_frame):
 
        * HACKING:
        * ext/ffmpeg/gstffmpegcolorspace.c:
-          Remove mentions of ffmpegcolorspace now that it's in 
-          gst-plugins-base
+         Remove mentions of ffmpegcolorspace now that it's in 
+         gst-plugins-base
 
        * ext/ffmpeg/Makefile.am:
-          Link to gstreamer libraries
+         Link to gstreamer libraries
        * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_pixfmt):
        * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
        (gst_ffmpegdec_close), (gst_ffmpegdec_setcaps),
        (gst_ffmpegdec_negotiate), (gst_ffmpegdec_frame):
-          Convert to fractional framerate
+         Convert to fractional framerate
 
 2005-11-22  Andy Wingo  <wingo@pobox.com>
 
diff --git a/NEWS b/NEWS
index c748ba4..65d5fbd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-This is GStreamer FFmpeg Plug-ins 0.9.5, "Sound Of Silence"
+This is GStreamer FFmpeg Plug-ins 0.9.6, "Cold Cat"
         
 Changes since 0.9.4:
     
diff --git a/RELEASE b/RELEASE
index 303d995..523455b 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
 
-GStreamer: Release notes for GStreamer FFmpeg Plug-ins 0.9.5 "Sound Of Silence"
+GStreamer: Release notes for GStreamer FFmpeg Plug-ins 0.9.6 "Cold Cat"
         
 
 The GStreamer team is petrified to announce a new release
@@ -35,7 +35,6 @@ Features of this release
     
       * Parallel installability with 0.8.x series
       * Threadsafe design and API
-      * DivX fix
 
 Bugs fixed in this release
     
@@ -68,8 +67,9 @@ Applications
   
 Contributors to this release
     
-      * Edward Hervey
-      * Ronald S. Bultje
+      * Andy Wingo
+      * Jan Schmidt
+      * Luca Ognibene
       * Thomas Vander Stichele
       * Tim-Philipp Müller
  
\ No newline at end of file
index bfb0ea0..62c17a4 100644 (file)
@@ -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, 9, 5, 1,
+AS_VERSION(gst-ffmpeg, GST_FFMPEG_VERSION, 0, 9, 6, 0,
     GST_CVS="no", GST_CVS="yes")
 
 dnl we cheat here so we don't have to change the actual configure code bit