diff --git a/ChangeLog b/ChangeLog index 4eb6e8588f..0dae7f9d1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +=== release 0.10.17 === + +2009-10-05 Jan Schmidt + + * configure.ac: + releasing 0.10.17, "Shiny new button" + +2009-09-17 01:21:47 +0100 Jan Schmidt + + * configure.ac: + 0.10.16.3 pre-release + +2009-09-16 16:23:27 +0200 Edward Hervey + + * 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 + + * ChangeLog: + * configure.ac: + 0.10.16.2 pre-release + 2009-09-11 22:41:28 +0100 Jan Schmidt * testsuite/test_message.py: diff --git a/NEWS b/NEWS index a0b4c82f0f..cde48f13a3 100644 --- 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 a3d66377f1..7d50855093 100644 --- 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 diff --git a/configure.ac b/configure.ac index cf458bca06..1aa970d053 100644 --- a/configure.ac +++ b/configure.ac @@ -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)