diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-03-21 00:31:44 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-03-21 00:31:44 +0000 |
commit | 355a8d2132d307b27cfdc85d38bd07930960c59c (patch) | |
tree | 46658f3197c61bb069a20ee3719c313b099549ef | |
parent | 57b45c787decace7dc32296d226f1004bcb8e4fa (diff) |
Release 0.10.11RELEASE-0_10_11
Original commit message from CVS:
Release 0.10.11
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | RELEASE | 24 | ||||
m--------- | common | 0 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | gst-python.doap | 11 |
6 files changed, 40 insertions, 17 deletions
@@ -1,3 +1,10 @@ +=== release 0.10.11 === + +2008-03-21 Jan Schmidt <jan.schmidt@sun.com> + + * configure.ac: + releasing 0.10.11, "What I got" + 2008-03-04 Jan Schmidt <jan.schmidt@sun.com> * configure.ac: @@ -1,4 +1,15 @@ -This is GStreamer Python Bindings 0.10.10, "Destination Overtime" +This is GStreamer Python Bindings 0.10.11, "What I got" + +Changes since 0.10.10: + + * Wrap gst.Pad.start_task + * New videomixer example + * Various other fixes + +Bugs fixed since 0.10.10: + + * 512916 : python_do_pending_calls timer is apparently redundant + * 514717 : memleak in Pad.set_blocked_async() Changes since 0.10.9: @@ -1,5 +1,5 @@ -Release notes for GStreamer Python bindings 0.10.10 "Destination Overtime" +Release notes for GStreamer Python bindings 0.10.11 "What I got" @@ -17,18 +17,14 @@ It is, however, parallel installable with the 0.8.x series. Features of this release - * Wrap new API for 0.10.16 GStreamer and Base releases. - * New gst.pbutils module wraps the gst-plugins-base pbutils library. - * Rework gst_pad_add_*probe function wrapping to avoid leaks. - * Various build fixes. + * Wrap gst.Pad.start_task + * New videomixer example + * Various other fixes Bugs fixed in this release - * 509522 : New gst-python bindings don't compile with python2.4 - * 472822 : Wrap -base utils helper library - * 504786 : pad probes leak refs to their data - * 509766 : generated win32/common/config.h miss some defines - * 510437 : Build failure due to missing Python.h + * 512916 : python_do_pending_calls timer is apparently redundant + * 514717 : memleak in Pad.set_blocked_async() Download @@ -58,11 +54,9 @@ Applications Contributors to this release - * Andy Wingo + * Alessandro Decina * Edward Hervey * Jan Schmidt - * Olivier Crete - * Sebastian Dröge - * Sebastien Moutte - * Tim-Philipp Müller + * Rene Stadler + * Stefan Kost
\ No newline at end of file diff --git a/common b/common -Subproject 081a00a5e25d069b15bb7f6092c8f951462cd8e +Subproject 170f8e91adc7157f6e708ffa58ca22d10e4e45d diff --git a/configure.ac b/configure.ac index 7e25623..4b57dc1 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.10.2, +AC_INIT(GStreamer Python Bindings, 0.10.11, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-python) diff --git a/gst-python.doap b/gst-python.doap index 9e49e17..2551295 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.11</revision> + <branch>0.10</branch> + <name>What I got</name> + <created>2008-03-21</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.11.tar.bz2" /> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.11.tar.gz" /> + </Version> + </release> + + <release> + <Version> <revision>0.10.10</revision> <branch>0.10</branch> <name>Destination Overtime</name> |