diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-05 18:04:34 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-05 18:04:34 +0000 |
commit | 2383bf6dedb7912df06a8c4f03aa9f241a7aff6f (patch) | |
tree | 45cb0eeee02fcbedac220f9c73f3dc765af1cbd6 | |
parent | b3e564eff577e2f577d795051bbcca85d47c89dc (diff) |
releasing 0.10.0RELEASE-0_10_0
Original commit message from CVS:
releasing 0.10.0
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | RELEASE | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
4 files changed, 15 insertions, 10 deletions
@@ -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): @@ -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: @@ -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
\ No newline at end of file diff --git a/configure.ac b/configure.ac index e3e806e..4f9f182 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, 9, 7, 1, +AS_VERSION(gst-python, PYGST_VERSION, 0, 10, 0, 0, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE, $VERSION) |