releasing 0.10.0
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 5 Dec 2005 18:01:48 +0000 (18:01 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 5 Dec 2005 18:01:48 +0000 (18:01 +0000)
Original commit message from CVS:
releasing 0.10.0

ChangeLog
NEWS
RELEASE
configure.ac
docs/plugins/inspect/plugin-faad.xml
docs/plugins/inspect/plugin-gsm.xml
docs/plugins/inspect/plugin-qtdemux.xml
docs/plugins/inspect/plugin-sdlvideosink.xml
docs/plugins/inspect/plugin-speed.xml
docs/plugins/inspect/plugin-tta.xml

index 5e866c1..be4a175 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== release 0.10.0 ===
+
+2005-12-05   <thomas (at) apestaart (dot) org>
+
+       * configure.ac:
+         releasing 0.10.0, "Camembert"
+
 2005-12-05  Andy Wingo  <wingo@pobox.com>
 
        * ext/faac/gstfaac.c: (gst_faac_sink_event), (gst_faac_chain):
diff --git a/NEWS b/NEWS
index d291ae3..25152f2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
-This is GStreamer Bad Plug-ins 0.9.7, "Arrigato Gasuimas Skebisan"
+This is GStreamer Bad Plug-ins 0.10.0, "Camembert"
+
+Bugs fixed since 0.9.7:
+    
+      * 322962 : wavpack plugins don't get built
 
 Changes since 0.9.6:
 
diff --git a/RELEASE b/RELEASE
index 5204b2f..b32e8bc 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,13 +1,14 @@
 
-GStreamer: Release notes for GStreamer Bad Plug-ins 0.9.7 "Arrigato Gasuimas Skebisan"
+GStreamer: Release notes for GStreamer Bad Plug-ins 0.10.0 "Camembert"
         
 
-The GStreamer team is petrified to announce a new release
-in the 0.9.x development series of the
+
+The GStreamer team is proud to announce a new release
+in the 0.10.x stable series of the
 GStreamer Bad Plug-ins.
 
 
-The 0.9.x series is a development series and not recommended for end users.
+The 0.10.x series is a stable series targeted at end users.
 It is not API or ABI compatible with the stable 0.8.x series.
 It is, however, parallel installable with the 0.8.x series.
 
@@ -60,11 +61,10 @@ Features of this release
     
       * Parallel installability with 0.8.x series
       * Threadsafe design and API
-      * wavpack ported
-      * libmms ported
 
 Bugs fixed in this release
     
+      * 322962 : wavpack plugins don't get built
 
 Download
 
@@ -94,7 +94,6 @@ Applications
   
 Contributors to this release
     
-      * Edgard Lima
-      * Edward Hervey
-      * Thomas Vander Stichele
+      * Andy Wingo
+      * Tim-Philipp Müller
  
\ No newline at end of file
index 98135c0..ad9105d 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, 7, 1,
+AS_VERSION(gst-plugins-bad, GST_PLUGINS_BAD_VERSION, 0, 10, 0, 0,
     GST_CVS="no", GST_CVS="yes")
 
 AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
index 57a9b82..64c9345 100644 (file)
@@ -3,7 +3,7 @@
   <description>Free AAC Decoder (FAAD)</description>
   <filename>../../ext/faad/.libs/libgstfaad.so</filename>
   <basename>libgstfaad.so</basename>
-  <version>0.9.7</version>
+  <version>0.10.0</version>
   <license>GPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer source release</package>
index 1161b18..e2d393b 100644 (file)
@@ -3,7 +3,7 @@
   <description>GSM encoder/decoder</description>
   <filename>../../ext/gsm/.libs/libgstgsm.so</filename>
   <basename>libgstgsm.so</basename>
-  <version>0.9.7</version>
+  <version>0.10.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>Gstreamer</package>
index 82c3a6f..f2587b0 100644 (file)
@@ -3,7 +3,7 @@
   <description>Quicktime stream demuxer</description>
   <filename>../../gst/qtdemux/.libs/libgstqtdemux.so</filename>
   <basename>libgstqtdemux.so</basename>
-  <version>0.9.7</version>
+  <version>0.10.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer source release</package>
index 8ec2b77..0c010da 100644 (file)
@@ -3,7 +3,7 @@
   <description>SDL Video Sink</description>
   <filename>../../ext/sdl/.libs/libgstsdlvideosink.so</filename>
   <basename>libgstsdlvideosink.so</basename>
-  <version>0.9.7</version>
+  <version>0.10.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer source release</package>
index 82a5cb4..0dca74d 100644 (file)
@@ -3,7 +3,7 @@
   <description>Set speed/pitch on audio/raw streams (resampler)</description>
   <filename>../../gst/speed/.libs/libgstspeed.so</filename>
   <basename>libgstspeed.so</basename>
-  <version>0.9.7</version>
+  <version>0.10.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer source release</package>
index e44f23e..2025bd4 100644 (file)
@@ -3,7 +3,7 @@
   <description>TTA lossless audio format handling</description>
   <filename>../../gst/tta/.libs/libgsttta.so</filename>
   <basename>libgsttta.so</basename>
-  <version>0.9.7</version>
+  <version>0.10.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>gst-tta</package>