Release 0.10.13

Original commit message from CVS:
Release 0.10.13
This commit is contained in:
Jan Schmidt 2008-10-03 00:08:42 +00:00
parent 61bdfdd79a
commit 94b4bf7f41
5 changed files with 49 additions and 22 deletions

View file

@ -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:

19
NEWS
View file

@ -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:

32
RELEASE
View file

@ -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
 

View file

@ -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)

View file

@ -33,6 +33,17 @@ It also comes with a number of examples.
</CVSRepository>
</repository>
<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>