releasing 0.10.0 RELEASE-0_10_0
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 5 Dec 2005 18:04:06 +0000 (18:04 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 5 Dec 2005 18:04:06 +0000 (18:04 +0000)
Original commit message from CVS:
releasing 0.10.0

13 files changed:
ChangeLog
NEWS
RELEASE
configure.ac
docs/plugins/inspect/plugin-a52dec.xml
docs/plugins/inspect/plugin-amrnb.xml
docs/plugins/inspect/plugin-dvdlpcmdec.xml
docs/plugins/inspect/plugin-iec958.xml
docs/plugins/inspect/plugin-lame.xml
docs/plugins/inspect/plugin-mad.xml
docs/plugins/inspect/plugin-mpeg2dec.xml
docs/plugins/inspect/plugin-mpegaudioparse.xml
docs/plugins/inspect/plugin-rmdemux.xml

index 748bfe550ad8b6f7bf8fde9ad6ff9a6c27807e59..82587f34596a6db028c037153597ff44a7c15e5c 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, "Brie"
+
 2005-12-05  Andy Wingo  <wingo@pobox.com>
 
        * ext/a52dec/gsta52dec.c: (gst_a52dec_push):
diff --git a/NEWS b/NEWS
index 5001a8dc196f5420d3af57a81125bc96d163dfa0..43a7deb48e8ffb42548212ef6f1838c88e2730c5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
-This is GStreamer Ugly Plug-ins 0.9.7, "Canis Meus Naso Non Habet".
+This is GStreamer Ugly Plug-ins 0.10.0, "Brie".
+
+Bugs fixed since 0.9.7:
+    
+      * 323199 : Remove id3tag element (replaced by id3demux and id3mux)
 
 Changes since 0.9.6:
     
diff --git a/RELEASE b/RELEASE
index 0593cb572a19e0584862f5fde13b1f868bfb1bdb..cc30f958f266eddf60774206a903e3377f286401 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,17 +1,18 @@
 
-GStreamer: Release notes for GStreamer Ugly Plug-ins 0.9.7 "Canis Meus Naso Non Habet"
+GStreamer: Release notes for GStreamer Ugly Plug-ins 0.10.0 "Brie"
         
 
-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 Ugly 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.
 
 
+
 "When you have to shoot, shoot.  Don't talk."
 
 
@@ -55,12 +56,10 @@ Features of this release
     
       * Parallel installability with 0.8.x series
       * Threadsafe design and API
-      * mpegstream fixes
 
 Bugs fixed in this release
     
-      * 319784 : mad claims to need more data
-      * 322745 : [mpegdemux] segfaults
+      * 323199 : Remove id3tag element (replaced by id3demux and id3mux)
 
 Download
 
@@ -90,11 +89,6 @@ Applications
   
 Contributors to this release
     
-      * Edward Hervey
-      * Jan Schmidt
-      * Martin Soto
-      * Michael Smith
-      * Michal Benes
+      * Andy Wingo
       * Thomas Vander Stichele
-      * Tim-Philipp Müller
  
\ No newline at end of file
index 03dd053a169ca168918878ebda99ab4c5d9e8c65..07b4c2094fd0ff447c48cbc05e02ef5541b60c3e 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-ugly, GST_PLUGINS_UGLY_VERSION, 0, 9, 7, 1,
+AS_VERSION(gst-plugins-ugly, GST_PLUGINS_UGLY_VERSION, 0, 10, 0, 0,
   GST_CVS="no", GST_CVS="yes")
 
 AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
index dd49b6a466166b0ec595a60cb07b8d330885a76d..2a1cb03a9f19180f483eff348ab36bc4e2d60121 100644 (file)
@@ -3,7 +3,7 @@
   <description>Decodes ATSC A/52 encoded audio streams</description>
   <filename>../../ext/a52dec/.libs/libgsta52dec.so</filename>
   <basename>libgsta52dec.so</basename>
-  <version>0.9.7</version>
+  <version>0.10.0</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer source release</package>
index 4b2c36e22e4b44d2820d1e46ff625e98cc052a95..7b7661ad2dd1ee4c9ab1c97500d07ac0e84b5905 100644 (file)
@@ -3,7 +3,7 @@
   <description>Adaptive Multi-Rate Narrow-Band</description>
   <filename>../../ext/amrnb/.libs/libgstamrnb.so</filename>
   <basename>libgstamrnb.so</basename>
-  <version>0.9.6</version>
+  <version>0.10.0</version>
   <license>unknown</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer source release</package>
index c4b688b038f439fae9849e431395bda8992f3b86..61a9de78f1afdd9afc27309c96a76d63c6885466 100644 (file)
@@ -3,7 +3,7 @@
   <description>Decode DVD LPCM frames into standard PCM</description>
   <filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename>
   <basename>libgstdvdlpcmdec.so</basename>
-  <version>0.9.7</version>
+  <version>0.10.0</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer source release</package>
index 2141b995f714a22b4870ec4db1738663d587576b..1b7858fe89abfc374864433ae8e3ca7a9e0b0f53 100644 (file)
@@ -3,7 +3,7 @@
   <description>Convert raw AC3 into IEC958 (S/PDIF) frames</description>
   <filename>../../gst/iec958/.libs/libgstiec958.so</filename>
   <basename>libgstiec958.so</basename>
-  <version>0.9.7</version>
+  <version>0.10.0</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer source release</package>
index 5208f42086ef1222d33304851a506bad8b5ba8b6..130ae812263b6c619c8d9b31e9ef2508649bd7fc 100644 (file)
@@ -3,7 +3,7 @@
   <description>Encode MP3's with LAME</description>
   <filename>../../ext/lame/.libs/libgstlame.so</filename>
   <basename>libgstlame.so</basename>
-  <version>0.9.7</version>
+  <version>0.10.0</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer source release</package>
index d31bfe125f3b048676c4e603ba648ce34cbb9765..55a2d66b5bf53607d67dbd47d4d245b888e42190 100644 (file)
@@ -3,7 +3,7 @@
   <description>id3 tag manipulation and mp3 decoding based on the mad library</description>
   <filename>../../ext/mad/.libs/libgstmad.so</filename>
   <basename>libgstmad.so</basename>
-  <version>0.9.7</version>
+  <version>0.10.0</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer source release</package>
       <description>Add ID3 tagging information</description>
       <author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
     </element>
-    <element>
-      <name>id3tag</name>
-      <longname>id3 tag extractor</longname>
-      <class>Tag</class>
-      <description>Extract tagging information from mp3s</description>
-      <author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
-    </element>
     <element>
       <name>mad</name>
       <longname>mad mp3 decoder</longname>
index 8a1fd16c61f8813bbad02210c6059f3f9072d9a0..cba5c21e368b45c95c598df08b7444419afa076d 100644 (file)
@@ -3,7 +3,7 @@
   <description>LibMpeg2 decoder</description>
   <filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
   <basename>libgstmpeg2dec.so</basename>
-  <version>0.9.7</version>
+  <version>0.10.0</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer source release</package>
index 3f3eeb27575890e8ea1bcae648b446a04af1243e..7646e708a0b2ce911656d35071e817e900601f9d 100644 (file)
@@ -3,7 +3,7 @@
   <description>MPEG-1 layer 1/2/3 audio parser</description>
   <filename>../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so</filename>
   <basename>libgstmpegaudioparse.so</basename>
-  <version>0.9.7</version>
+  <version>0.10.0</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer source release</package>
index 14ccc3398dd991527b9e59bf70232eb1e255eed1..8a81440c9e9033914f551ca8c9290b6f88aa20d2 100644 (file)
@@ -3,7 +3,7 @@
   <description>Realmedia stream demuxer</description>
   <filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename>
   <basename>libgstrmdemux.so</basename>
-  <version>0.9.7</version>
+  <version>0.10.0</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer source release</package>