Release 0.10.17
authorJan Schmidt <thaytan@noraisin.net>
Mon, 5 Oct 2009 13:06:11 +0000 (14:06 +0100)
committerJan Schmidt <thaytan@noraisin.net>
Mon, 5 Oct 2009 13:06:11 +0000 (14:06 +0100)
ChangeLog
NEWS
RELEASE
configure.ac

index 4eb6e85..0dae7f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+=== release 0.10.17 ===
+
+2009-10-05  Jan Schmidt <jan.schmidt@sun.com>
+
+       * configure.ac:
+         releasing 0.10.17, "Shiny new button"
+
+2009-09-17 01:21:47 +0100  Jan Schmidt <thaytan@noraisin.net>
+
+       * configure.ac:
+         0.10.16.3 pre-release
+
+2009-09-16 16:23:27 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * configure.ac:
+       * gst/Makefile.am:
+       * gst/gst-0.10.25.ignore:
+       * gst/gst-pb-0.10.25.ignore:
+       * gst/gst.defs:
+       * gst/gstversion.override.in:
+       * gst/interfaces.defs:
+       * gst/interfaces.override:
+         Update definitions and ignores for core/base 0.10.25. Fixes #587432
+
+2009-09-12 00:26:57 +0100  Jan Schmidt <thaytan@noraisin.net>
+
+       * ChangeLog:
+       * configure.ac:
+         0.10.16.2 pre-release
+
 2009-09-11 22:41:28 +0100  Jan Schmidt <thaytan@noraisin.net>
 
        * testsuite/test_message.py:
diff --git a/NEWS b/NEWS
index a0b4c82..cde48f1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,17 @@
-This is GStreamer Python Bindings 0.10.16, "Distorted memory"
+This is GStreamer Python Bindings 0.10.17, "Shiny new button"
+
+Changes since 0.10.16:
+    
+      * Fix leak in gst_base_sink_get_last_buffer()
+      * Fix linking of pygstminiobject
+      * Add test_audio.py example
+      * Fix deadlocks calling gst_pad_link()
+
+Bugs fixed since 0.10.16:
+     
+      * 590348 : [audio (and other modules)] can't use pygstminiobject !
+      * 590803 : checks fail in non-English locale
+      * 592447 : memory leak on certain pipelines with appsink
 
 Changes since 0.10.15:
     
diff --git a/RELEASE b/RELEASE
index a3d6637..7d50855 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
 
-Release notes for GStreamer Python bindings 0.10.16 "Distorted memory"
+Release notes for GStreamer Python bindings 0.10.17 "Shiny new button"
         
 
 
@@ -17,15 +17,16 @@ It is, however, parallel installable with the 0.8.x series.
 
 Features of this release
     
-      * Update bindings for GStreamer 0.10.24
-      * Fixes for the python plugin loader
+      * Fix leak in gst_base_sink_get_last_buffer()
+      * Fix linking of pygstminiobject
+      * Add test_audio.py example
+      * Fix deadlocks calling gst_pad_link()
 
 Bugs fixed in this release
      
-      * 580992 : gst_preset_get_preset_names not wrapped in gst-python
-      * 583378 : libgstpython.so causes a segfault
-      * 583607 : Error when building from tarball
-      * 584445 : gst.TagList getters and setters should convert unicode ob...
+      * 590348 : [audio (and other modules)] can't use pygstminiobject !
+      * 590803 : checks fail in non-English locale
+      * 592447 : memory leak on certain pipelines with appsink
 
 Download
 
@@ -54,9 +55,11 @@ Applications
   
 Contributors to this release
     
+      * Alessandro Decina
+      * Christian Schaller
       * Edward Hervey
       * Jan Schmidt
-      * Olivier Crête
-      * Stefan Kost
-      * Thomas Vander Stichele
+      * Johannes Berg
+      * Marc-Andre Lureau
+      * Sebastian Dröge
  
\ No newline at end of file
index cf458bc..1aa970d 100644 (file)
@@ -3,7 +3,7 @@ AC_PREREQ(2.52)
 dnl initialize autoconf
 dnl when going to/from release please set the nano (fourth number) right !
 dnl releases only do Wall, cvs and prerelease does Werror too
-AC_INIT(GStreamer Python Bindings, 0.10.16.3,
+AC_INIT(GStreamer Python Bindings, 0.10.17,
     http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
     gst-python)