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

ChangeLog
NEWS
RELEASE
configure.ac

index 55778a9..a6edacc 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, "White Eight"
+
 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
@@ -33,7 +40,7 @@
        (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
        Fix for calibration API change.
 
-2005-11-23  msmith,,,  <set EMAIL_ADDRESS environment variable>
+2005-11-23  Michael Smith <msmith@fluendo.com>
 
        * gst-libs/gst/audio/multichannel.c:
        (gst_audio_get_channel_positions),
        (gst_xvimagesink_get_times), (gst_xvimagesink_init):
        * sys/xvimage/xvimagesink.h:
          Convert elements to use fractions for their framerate.
-          V4L elements to come later tonight.
+         V4L elements to come later tonight.
 
 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
 
 
 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
 
+       Patch by: Luca Ognibene
+
        * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
        (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
        * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
 
 2005-11-21  Andy Wingo  <wingo@pobox.com>
 
-       patch from: Sebastien Cote <sebas642@yahoo.ca>
+       patch by: Sebastien Cote <sebas642@yahoo.ca>
        
        * gst-libs/gst/rtp/gstrtpbuffer.h: 
        * gst-libs/gst/rtp/gstrtpbuffer.c
        (gst_videotestsrc_src_fixate):
        * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
        * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
-        Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
-        (#322027)
+         Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
+         (#322027)
 
 
 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
diff --git a/NEWS b/NEWS
index 72c1369..6d5659e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,26 @@
-This is GStreamer Base Plug-ins 0.9.5, "No No Kia".
+This is GStreamer Base Plug-ins 0.9.6, "White Eight".
+
+Changes since 0.9.5:
+    
+      * Parallel installability with 0.8.x series
+      * Threadsafe design and API
+      * lots of leak fixes
+      * flicker-free and rewritten X sinks
+      * fractional framerates
+      * removed sinesrc, replaced by audiotestsrc
+
+Bugs fixed since 0.9.5:
+    
+      * 316442 : playbin should use autoaudiosink/autovideosink by default
+      * 318353 : [ffmpegcolorspace] forward-port fixes from 0.8 branch
+      * 320200 : vorbisenc: min-bitrate and max-bitrate are 1/1000 bps rat...
+      * 321164 : gstringbuffer stops working under load
+      * 321426 : ximage plugin should be renamed to ximagesink
+      * 321446 : sinesrc should be dropped in favour of audiotestsrc
+      * 321451 : GstRtpBuffer: no way to create a sub buffer with only the...
+      * 321816 : [API] xoverlay API to post prepare-xwindow-id message
+      * 321894 : vorbisenc doesn't compile
+      * 322117 : Rename libgsttagedit to libgsttag
 
 Changes since 0.9.4:
     
diff --git a/RELEASE b/RELEASE
index f96ff43..1d9f3f5 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
 
-GStreamer: Release notes for GStreamer Base Plug-ins 0.9.5 "No No Kia"
+GStreamer: Release notes for GStreamer Base Plug-ins 0.9.6 "White Eight"
         
 
 The GStreamer team is petrified to announce a new release
@@ -25,7 +25,7 @@ This module contains elements for, among others:
   containers: ogg
   codecs: vorbis, theora
   text: textoverlay, subparse
-  sources: sinesrc, videotestsrc, gnomevfssrc
+  sources: audiotestsrc, videotestsrc, gnomevfssrc
   network: tcp
   typefind
   audio processing: audioconvert, adder, audiorate, audioscale, volume
@@ -53,16 +53,23 @@ Features of this release
     
       * Parallel installability with 0.8.x series
       * Threadsafe design and API
-      * video caps now use a good range for framerate and w/h
-      * oggdemux/oggmux improvements
-      * playbin improvements
+      * lots of leak fixes
+      * flicker-free and rewritten X sinks
+      * fractional framerates
+      * removed sinesrc, replaced by audiotestsrc
 
 Bugs fixed in this release
     
-      * 319110 : [PATCH] oggdemux chain finding is slow
-      * 320058 : playbin of a jpeg over http does not work
-      * 320923 : [volume] doesn't build on Solaris
-      * 321011 : gstbasertpdepayload doesn't send the " new segment " event ...
+      * 316442 : playbin should use autoaudiosink/autovideosink by default
+      * 318353 : [ffmpegcolorspace] forward-port fixes from 0.8 branch
+      * 320200 : vorbisenc: min-bitrate and max-bitrate are 1/1000 bps rat...
+      * 321164 : gstringbuffer stops working under load
+      * 321426 : ximage plugin should be renamed to ximagesink
+      * 321446 : sinesrc should be dropped in favour of audiotestsrc
+      * 321451 : GstRtpBuffer: no way to create a sub buffer with only the...
+      * 321816 : [API] xoverlay API to post prepare-xwindow-id message
+      * 321894 : vorbisenc doesn't compile
+      * 322117 : Rename libgsttagedit to libgsttag
 
 Download
 
@@ -92,14 +99,17 @@ Applications
   
 Contributors to this release
     
-      * Andre Magalhaes
+      * 
+      * Alessandro Dessina
       * Andy Wingo
-      * Brian Cameron
-      * Julien MOUTTE
+      * Edward Hervey
+      * Jan Schmidt
+      * Johan Dahlin
+      * Julien Moutte
+      * Luca Ocgibene
       * Michael Smith
       * Sebastien Cote
       * Thomas Vander Stichele
       * Tim-Philipp Müller
       * Wim Taymans
-      * Zeeshan Ali
  
\ No newline at end of file
index 25e778e..27316a5 100644 (file)
@@ -6,7 +6,7 @@ AC_INIT
 
 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-base, GST_PLUGINS_BASE_VERSION, 0, 9, 5, 1,
+AS_VERSION(gst-plugins-base, GST_PLUGINS_BASE_VERSION, 0, 9, 6, 0,
     GST_CVS="no", GST_CVS="yes")
 
 dnl can autoconf find the source ?
@@ -38,7 +38,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
 dnl - interfaces added -> increment AGE
 dnl - interfaces removed -> AGE = 0
 dnl sets GST_LT_LDFLAGS
-AS_LIBTOOL(GST, 2, 0, 0)
+AS_LIBTOOL(GST, 3, 0, 0)
 AS_LIBTOOL_TAGS
 AM_PROG_LIBTOOL