From 94b4bf7f41860e782a9e4a6306712674cb0de8e2 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Fri, 3 Oct 2008 00:08:42 +0000 Subject: Release 0.10.13 Original commit message from CVS: Release 0.10.13 --- ChangeLog | 7 +++++++ NEWS | 19 ++++++++++++++++++- RELEASE | 32 ++++++++++++-------------------- configure.ac | 2 +- gst-python.doap | 11 +++++++++++ 5 files changed, 49 insertions(+), 22 deletions(-) diff --git a/ChangeLog b/ChangeLog index fbf204a..11a6a37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== release 0.10.13 === + +2008-10-03 Jan Schmidt + + * configure.ac: + releasing 0.10.13, "Feel The Sun Rise" + 2008-09-17 Jan Schmidt * configure.ac: diff --git a/NEWS b/NEWS index dfadc50..aebe07d 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,21 @@ -This is GStreamer Python Bindings 0.10.12, "A Wild Finish" +This is GStreamer Python Bindings 0.10.13, "Feel The Sun Rise" + +Changes since 0.10.12: + + * Updated for GStreamer 0.10.21 API + * New examples + * Fix double import issues on OS/X + * Bug fixes + +Bugs fixed since 0.10.12: + + * 553131 : Import modules in correct order + * 553134 : Assumes wrong RTLD constants for Linux/MIPS + * 461838 : Fails to build on Mac OS X i686 with multiply defined sym... + * 517993 : pipeline-tester should not be hardcoded to ALSA + * 540221 : Empty GstMiniObject GValues raise a SystemError + * 546689 : Add GST_DEBUG_BIN_TO_DOT_FILE* to python bindings + * 549450 : caps.append_structure() gives warnings if structure is no... Changes since 0.10.11: diff --git a/RELEASE b/RELEASE index cbf8777..a26e2f3 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer Python bindings 0.10.12 "A Wild Finish" +Release notes for GStreamer Python bindings 0.10.13 "Feel The Sun Rise" @@ -17,24 +17,20 @@ It is, however, parallel installable with the 0.8.x series. Features of this release - * Build fixes - * make gst.Fraction do simplification like GstFraction does in C - * Wrap gst_type_find_register - * Various bug-fixes + * Updated for GStreamer 0.10.21 API + * New examples + * Fix double import issues on OS/X + * Bug fixes Bugs fixed in this release - * 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() + * 553131 : Import modules in correct order + * 553134 : Assumes wrong RTLD constants for Linux/MIPS + * 461838 : Fails to build on Mac OS X i686 with multiply defined sym... + * 517993 : pipeline-tester should not be hardcoded to ALSA + * 540221 : Empty GstMiniObject GValues raise a SystemError + * 546689 : Add GST_DEBUG_BIN_TO_DOT_FILE* to python bindings + * 549450 : caps.append_structure() gives warnings if structure is no... Download @@ -64,10 +60,6 @@ Applications Contributors to this release - * Alessandro Decina - * Damien Lespiau * Edward Hervey * Jan Schmidt - * Johan Dahlin - * Sebastian Dröge   \ No newline at end of file diff --git a/configure.ac b/configure.ac index 0bee7c0..dc74ddc 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.12.2, +AC_INIT(GStreamer Python Bindings, 0.10.13, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-python) diff --git a/gst-python.doap b/gst-python.doap index f0578e8..2467df0 100644 --- a/gst-python.doap +++ b/gst-python.doap @@ -33,6 +33,17 @@ It also comes with a number of examples. + + + 0.10.13 + 0.10 + Feel The Sun Rise + 2008-10-02 + + + + + 0.10.12 -- cgit v1.2.3