releasing 0.10.0

Original commit message from CVS:
releasing 0.10.0
This commit is contained in:
Thomas Vander Stichele 2005-12-05 18:04:34 +00:00
parent b3e564eff5
commit 2383bf6ded
4 changed files with 15 additions and 10 deletions

View file

@ -1,3 +1,10 @@
=== release 0.10.0 ===
2005-12-05 <thomas (at) apestaart (dot) org>
* configure.ac:
releasing 0.10.0, "Reblochon"
2005-12-05 Edward Hervey <edward@fluendo.com>
* gst/gst.defs: (alloc_buffer_and_set_caps):

3
NEWS
View file

@ -1,5 +1,4 @@
This is GStreamer Python Bindings 0.9.7,
"Mon Chien N'a Pas De Nez."
This is GStreamer Python Bindings 0.10.0, "Reblochon".
Changes since 0.9.6:

13
RELEASE
View file

@ -1,26 +1,26 @@
GStreamer: Release notes for GStreamer Python bindings 0.9.7 "Mon Chien N'a Pas De Nez"
GStreamer: Release notes for GStreamer Python bindings 0.10.0 "Reblochon"
The GStreamer team is petrified to announce a new release
in the 0.9.x development series of the
The GStreamer team is proud to announce a new release
in the 0.10.x stable series of the
GStreamer Python Bindings.
The 0.9.x series is a development series and not recommended for end users.
The 0.10.x series is a stable series targeted at end users.
It is not API or ABI compatible with the stable 0.8.x series.
It is, however, parallel installable with the 0.8.x series.
Features of this release
* Parallel installability with 0.8.x series
* Threadsafe design and API
* Updates for API changes
Bugs fixed in this release
* 322250 : Remove *_full wrappers
Download
@ -52,5 +52,4 @@ Contributors to this release
* Andy Wingo
* Edward Hervey
* Thomas Vander Stichele
 

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, 9, 7, 1,
AS_VERSION(gst-python, PYGST_VERSION, 0, 10, 0, 0,
GST_CVS="no", GST_CVS="yes")
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)