From eb20ecac9b5d5260f3ac0aeaea80041c2f52655b Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Wed, 18 Jun 2008 14:50:35 +0000 Subject: [PATCH] Release 0.10.12 Original commit message from CVS: Release 0.10.12 --- ChangeLog | 7 +++++++ NEWS | 17 ++++++++++++++++- RELEASE | 27 +++++++++++++++++++-------- configure.ac | 2 +- gst-python.doap | 11 +++++++++++ 5 files changed, 54 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index a61222a50a..17ad30b98e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== release 0.10.12 === + +2008-06-18 Jan Schmidt + + * configure.ac: + releasing 0.10.12, "A Wild Finish" + 2008-06-13 Edward Hervey * configure.ac: diff --git a/NEWS b/NEWS index 8f044c0750..dfadc50b5d 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,19 @@ -This is GStreamer Python Bindings 0.10.11, "What I got" +This is GStreamer Python Bindings 0.10.12, "A Wild Finish" + +Changes since 0.10.11: + + * Build fixes + * make gst.Fraction do simplification like GstFraction does in C + * Wrap gst_type_find_register + * Various bug-fixes + +Bugs fixed since 0.10.11: + + * 529728 : wrap gst_type_find_register + * 529731 : release the GIL around gst_element_factory_make + * 531697 : wrong indentation + * 532809 : gst-python version of gst.Fraction doesn't simplify + * 534888 : gst-python refcount error with gst_event_new_tag Changes since 0.10.10: diff --git a/RELEASE b/RELEASE index 2d98907fdb..cbf8777cbd 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer Python bindings 0.10.11 "What I got" +Release notes for GStreamer Python bindings 0.10.12 "A Wild Finish" @@ -17,14 +17,24 @@ It is, however, parallel installable with the 0.8.x series. Features of this release - * Wrap gst.Pad.start_task - * New videomixer example - * Various other fixes + * Build fixes + * make gst.Fraction do simplification like GstFraction does in C + * Wrap gst_type_find_register + * Various bug-fixes Bugs fixed in this release - * 512916 : python_do_pending_calls timer is apparently redundant - * 514717 : memleak in Pad.set_blocked_async() + * 529728 : wrap gst_type_find_register + * 529731 : release the GIL around gst_element_factory_make + * 531697 : wrong indentation + * 532809 : gst-python version of gst.Fraction doesn't simplify + * 534888 : gst-python refcount error with gst_event_new_tag + +API changed in this release + +- API additions: + +* gst.type_find_register() Download @@ -55,8 +65,9 @@ Applications Contributors to this release * Alessandro Decina + * Damien Lespiau * Edward Hervey * Jan Schmidt - * Rene Stadler - * Stefan Kost + * Johan Dahlin + * Sebastian Dröge   \ No newline at end of file diff --git a/configure.ac b/configure.ac index e990ea76e2..f60c90831f 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.11.3, +AC_INIT(GStreamer Python Bindings, 0.10.12, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-python) diff --git a/gst-python.doap b/gst-python.doap index 25512959dc..f0578e840b 100644 --- a/gst-python.doap +++ b/gst-python.doap @@ -33,6 +33,17 @@ It also comes with a number of examples. + + + 0.10.12 + 0.10 + A Wild Finish + 2008-06-18 + + + + + 0.10.11