releasing 0.9.5
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 11 Nov 2005 19:38:17 +0000 (19:38 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 11 Nov 2005 19:38:17 +0000 (19:38 +0000)
Original commit message from CVS:
releasing 0.9.5

ChangeLog
NEWS
RELEASE
configure.ac

index 9b8b8f2..4aca438 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, "Thrice Belgian Bar"
+
 2005-11-11  Michael Smith <msmith@fluendo.com>
 
        * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
diff --git a/NEWS b/NEWS
index 5aef6bd..bed3516 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,16 @@
-This is GStreamer Bad Plug-ins 0.9.4, "Utahraptor"
+This is GStreamer Bad Plug-ins 0.9.5, "Thrice Belgian Bar"
+
+Changes since 0.9.4:
+    
+      * Parallel installability with 0.8.x series
+      * Threadsafe design and API
+      * qtdemux supports custom genre tags
+      * tremor integer vorbis decoder ported
+      * directfb video sink ported (with examples and documentation!)
+
+Bugs fixed since 0.9.4:
+    
+      * 321241 : faad compile fix
 
 Bugs fixed since 0.9.3:
 
diff --git a/RELEASE b/RELEASE
index 45a2279..95dde0b 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
 
-GStreamer: Release notes for GStreamer Bad Plug-ins 0.9.4 "Utahraptor"
+GStreamer: Release notes for GStreamer Bad Plug-ins 0.9.5 "Thrice Belgian Bar"
         
 
 The GStreamer team is petrified to announce a new release
@@ -60,12 +60,13 @@ Features of this release
     
       * Parallel installability with 0.8.x series
       * Threadsafe design and API
+      * qtdemux supports custom genre tags
+      * tremor integer vorbis decoder ported
+      * directfb video sink ported (with examples and documentation!)
 
 Bugs fixed in this release
     
-      * 317438 : [speed] fix 0.9 port
-      * 318659 : [faac] problem with float capabilities
-      * 318660 : [faac] missing unrefs
+      * 321241 : faad compile fix
 
 Download
 
@@ -95,10 +96,13 @@ Applications
   
 Contributors to this release
     
+      * Christian Schaller
+      * Daniel Amelang
       * Edgard Lima
-      * Josef Zlomek
-      * Julien Moutte
-      * Stefan Kost
+      * Julien MOUTTE
+      * Michael Smith
+      * Thomas Vander Stichele
       * Tim-Philipp Müller
       * Wim Taymans
+      * Zeeshan Ali
  
\ No newline at end of file
index 0d0d286..3b73b2e 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-plugins-bad, GST_PLUGINS_BAD_VERSION, 0, 9, 4, 1,
+AS_VERSION(gst-plugins-bad, GST_PLUGINS_BAD_VERSION, 0, 9, 5, 0,
     GST_CVS="no", GST_CVS="yes")
 
 AM_INIT_AUTOMAKE($PACKAGE,$VERSION)