releasing 0.9.5 RELEASE-0_9_5
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 11 Nov 2005 19:39:44 +0000 (19:39 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 11 Nov 2005 19:39:44 +0000 (19:39 +0000)
Original commit message from CVS:
releasing 0.9.5

ChangeLog
NEWS
RELEASE
configure.ac

index a909b32..8a7ad8d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== release 0.9.5 ===
+
+2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
+
+       * configure.ac:
+         releasing 0.9.5, "Sound Of Silence"
+
 2005-11-11  Edward Hervey  <edward@fluendo.com>
 
        * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_get_buffer),
diff --git a/NEWS b/NEWS
index 91c9f3c..c748ba4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1 +1,5 @@
-This is GStreamer FFMpeg 0.9.4, "Triceratops"
+This is GStreamer FFmpeg Plug-ins 0.9.5, "Sound Of Silence"
+        
+Changes since 0.9.4:
+    
+      * DivX fix
diff --git a/RELEASE b/RELEASE
index 7ed7477..303d995 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
 
-GStreamer: Release notes for GStreamer FFmpeg Plug-ins 0.9.4 "Triceratops"
+GStreamer: Release notes for GStreamer FFmpeg Plug-ins 0.9.5 "Sound Of Silence"
         
 
 The GStreamer team is petrified to announce a new release
@@ -35,6 +35,7 @@ Features of this release
     
       * Parallel installability with 0.8.x series
       * Threadsafe design and API
+      * DivX fix
 
 Bugs fixed in this release
     
@@ -67,6 +68,8 @@ Applications
   
 Contributors to this release
     
+      * Edward Hervey
+      * Ronald S. Bultje
       * Thomas Vander Stichele
-      * Wim Taymans
+      * Tim-Philipp Müller
  
\ No newline at end of file
index 9ca848b..ef844ed 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, 4, 1,
+AS_VERSION(gst-ffmpeg, GST_FFMPEG_VERSION, 0, 9, 5, 0,
     GST_CVS="no", GST_CVS="yes")
 
 dnl we cheat here so we don't have to change the actual configure code bit