diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-10-03 00:08:42 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-10-03 00:08:42 +0000 |
commit | 94b4bf7f41860e782a9e4a6306712674cb0de8e2 (patch) | |
tree | f28b7d2cb0c59566da3592f9379a1d00b508ba4e | |
parent | 61bdfdd79aa87422d2b44df899dc9bcb2c794328 (diff) |
Release 0.10.13RELEASE-0_10_13
Original commit message from CVS:
Release 0.10.13
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 19 | ||||
-rw-r--r-- | RELEASE | 32 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | gst-python.doap | 11 |
5 files changed, 49 insertions, 22 deletions
@@ -1,3 +1,10 @@ +=== release 0.10.13 === + +2008-10-03 Jan Schmidt <jan.schmidt@sun.com> + + * configure.ac: + releasing 0.10.13, "Feel The Sun Rise" + 2008-09-17 Jan Schmidt <jan.schmidt@sun.com> * configure.ac: @@ -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: @@ -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 @@ -35,6 +35,17 @@ It also comes with a number of examples. <release> <Version> + <revision>0.10.13</revision> + <branch>0.10</branch> + <name>Feel The Sun Rise</name> + <created>2008-10-02</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.13.tar.bz2" /> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.13.tar.gz" /> + </Version> + </release> + + <release> + <Version> <revision>0.10.12</revision> <branch>0.10</branch> <name>A Wild Finish</name> |