diff --git a/ChangeLog b/ChangeLog index 2b2b1df155..e57cdbbca9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== release 0.10.11 === + +2008-03-21 Jan Schmidt + + * configure.ac: + releasing 0.10.11, "What I got" + 2008-03-04 Jan Schmidt * configure.ac: diff --git a/NEWS b/NEWS index 25aa52a472..8f044c0750 100644 --- a/NEWS +++ b/NEWS @@ -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: diff --git a/RELEASE b/RELEASE index 995065e341..2d98907fdb 100644 --- a/RELEASE +++ b/RELEASE @@ -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 index 081a00a5e2..170f8e91ad 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 081a00a5e25d069b15bb7f6092c8f951462cd8eb +Subproject commit 170f8e91adc7157f6e708ffa58ca22d10e4e45da diff --git a/configure.ac b/configure.ac index 7e25623cb9..4b57dc1f61 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 9e49e17d1a..25512959dc 100644 --- a/gst-python.doap +++ b/gst-python.doap @@ -33,6 +33,17 @@ It also comes with a number of examples. + + + 0.10.11 + 0.10 + What I got + 2008-03-21 + + + + + 0.10.10