diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2006-03-21 21:48:08 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2006-03-21 21:48:08 +0000 |
commit | e272ffe3bb81bd2013a14320f2bc20d294efd47a (patch) | |
tree | 74171ccb4a0ca9fb61f08a33242ec2da0da696a4 | |
parent | 302cdc4a1d80de59fddd330925f4f47060a40ad3 (diff) |
configure.ac: releasing 0.10.3, "Maybe not today. Maybe not tomorrow, but soon..."RELEASE-0_10_3
Original commit message from CVS:
=== release 0.10.3 ===
2006-03-21 Jan Schmidt <thaytan@mad.scientist.com>
* configure.ac:
releasing 0.10.3, "Maybe not today. Maybe not tomorrow, but soon..."
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | RELEASE | 19 | ||||
-rw-r--r-- | configure.ac | 2 |
4 files changed, 35 insertions, 7 deletions
@@ -1,3 +1,10 @@ +=== release 0.10.3 === + +2006-03-21 Jan Schmidt <thaytan@mad.scientist.com> + + * configure.ac: + releasing 0.10.3, "Maybe not today. Maybe not tomorrow, but soon..." + 2006-03-21 Jan Schmidt <thaytan@mad.scientist.com> * testsuite/test_ghostpad.py: @@ -1,4 +1,16 @@ -This is GStreamer Python Bindings 0.10.2, "And if the devil is six" +This is GStreamer Python Bindings 0.10.3, "Maybe not today. Maybe not tomorrow, but soon..." +Changes since 0.10.2: + + * Backwards compatibility with older GStreamer installations + * Wrapping of new API in GStreamer + * Bug-fixes and enhancements + +Bugs fixed since 0.10.2: + + * 329110 : gst-python sets RTLD_GLOBAL when importing, but doesn't s... + * 332586 : pygst.require should raise an error based on StandardErro... + * 333055 : PYGIL_API_IS_BUGGY is already defined in pygobect.h + * 331616 : gst.version and gst.gst_version differ Changes since 0.10.1: @@ -1,5 +1,5 @@ -GStreamer: Release notes for GStreamer Python bindings 0.10.2 "And if the devil is six" +GStreamer: Release notes for GStreamer Python bindings 0.10.3 "Maybe not today. Maybe not tomorrow, but soon..." @@ -18,12 +18,16 @@ Features of this release * Parallel installability with 0.8.x series * Threadsafe design and API - * allow fractions in structures - * added vmethods for base classes + * Backwards compatibility with older GStreamer installations + * Wrapping of new API in GStreamer + * Bug-fixes and enhancements Bugs fixed in this release - * 325459 : Fractions cannot be used as values for gst.Structure fileds + * 329110 : gst-python sets RTLD_GLOBAL when importing, but doesn't s... + * 332586 : pygst.require should raise an error based on StandardErro... + * 333055 : PYGIL_API_IS_BUGGY is already defined in pygobect.h + * 331616 : gst.version and gst.gst_version differ Download @@ -53,6 +57,11 @@ Applications Contributors to this release + * Andy Wingo * Edward Hervey - * Martin Soto + * Jan Schmidt + * Joe Wreschnig + * Michael Smith + * Thomas Vander Stichele + * Zaheer Abbas Merali
\ No newline at end of file diff --git a/configure.ac b/configure.ac index 994ac92..cebfaa5 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ dnl AM_MAINTAINER_MODE only provides the option to configure to enable it AM_MAINTAINER_MODE dnl when going to/from release please set the nano (fourth number) right ! -AS_VERSION(gst-python, PYGST_VERSION, 0, 10, 2, 2, +AS_VERSION(gst-python, PYGST_VERSION, 0, 10, 3, 0, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE, $VERSION) |