diff --git a/ChangeLog b/ChangeLog index 7baacddd7f..e9bd4f5034 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== release 0.10.10 === + +2008-01-28 Jan Schmidt + + * configure.ac: + releasing 0.10.10, "Destination Overtime" + 2008-01-21 Jan Schmidt * configure.ac: diff --git a/NEWS b/NEWS index 106b3367d5..25aa52a472 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,19 @@ -This is GStreamer Python Bindings 0.10.9, "I've heard a lot of stories in my time" +This is GStreamer Python Bindings 0.10.10, "Destination Overtime" + +Changes since 0.10.9: + + * 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. + +Bugs fixed since 0.10.9: + + * 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 Changes since 0.10.8 * Major crasher fixed when using latest pygobject diff --git a/RELEASE b/RELEASE index 020bf5b9cd..995065e341 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer Python bindings 0.10.9 "I've heard a lot of stories in my time" +Release notes for GStreamer Python bindings 0.10.10 "Destination Overtime" @@ -17,14 +17,18 @@ It is, however, parallel installable with the 0.8.x series. Features of this release - * Major crasher fixed when using latest pygobject - * Build system for Visual Studio 6 - * Added wrapping for 0.10.15 gstreamer core/base + * 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. Bugs fixed in this release - * 490195 : [gst.URIHandler] interfaces with class-global virtual met... - * 425847 : Silently overrides some functions of default module optparse + * 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 Download @@ -57,7 +61,8 @@ Contributors to this release * Andy Wingo * Edward Hervey * Jan Schmidt - * Johan Dahlin + * Olivier Crete + * Sebastian Dröge * Sebastien Moutte - * Stefan Kost + * Tim-Philipp Müller   \ No newline at end of file diff --git a/common b/common index 662f544d56..571dce3335 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 662f544d56a6d6ef20b8ea5f56e975f9e139bc78 +Subproject commit 571dce3335f9be76978009b3842c050dbb900e6f diff --git a/configure.ac b/configure.ac index fed5f58ef7..ffcb97c3c9 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.9.4, +AC_INIT(GStreamer Python Bindings, 0.10.10, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-python) diff --git a/gst-python.doap b/gst-python.doap index e7761830f0..9e49e17d1a 100644 --- a/gst-python.doap +++ b/gst-python.doap @@ -33,6 +33,17 @@ It also comes with a number of examples. + + + 0.10.10 + 0.10 + Destination Overtime + 2008-01-28 + + + + + 0.10.9