diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-06-18 14:50:35 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-06-18 14:50:35 +0000 |
commit | eb20ecac9b5d5260f3ac0aeaea80041c2f52655b (patch) | |
tree | 1cdb6d1f81058eb57307c284bca9ea6813ed09e0 | |
parent | d0899f282d386bd8f65618d8b0bf2dc64b392842 (diff) |
Release 0.10.12RELEASE-0_10_12
Original commit message from CVS:
Release 0.10.12
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 17 | ||||
-rw-r--r-- | RELEASE | 27 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | gst-python.doap | 11 |
5 files changed, 54 insertions, 10 deletions
@@ -1,3 +1,10 @@ +=== release 0.10.12 === + +2008-06-18 Jan Schmidt <jan.schmidt@sun.com> + + * configure.ac: + releasing 0.10.12, "A Wild Finish" + 2008-06-13 Edward Hervey <edward.hervey@collabora.co.uk> * configure.ac: @@ -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: @@ -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 e990ea7..f60c908 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 2551295..f0578e8 100644 --- a/gst-python.doap +++ b/gst-python.doap @@ -35,6 +35,17 @@ It also comes with a number of examples. <release> <Version> + <revision>0.10.12</revision> + <branch>0.10</branch> + <name>A Wild Finish</name> + <created>2008-06-18</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.12.tar.bz2" /> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.12.tar.gz" /> + </Version> + </release> + + <release> + <Version> <revision>0.10.11</revision> <branch>0.10</branch> <name>What I got</name> |