configure.ac: releasing 0.10.3, "Maybe not today. Maybe not tomorrow, but soon..."

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..."
This commit is contained in:
Jan Schmidt 2006-03-21 21:48:08 +00:00
parent 302cdc4a1d
commit e272ffe3bb
4 changed files with 35 additions and 7 deletions

View file

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

14
NEWS
View file

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

19
RELEASE
View file

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

View file

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