summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-12-05 18:04:34 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-12-05 18:04:34 +0000
commit2383bf6dedb7912df06a8c4f03aa9f241a7aff6f (patch)
tree45cb0eeee02fcbedac220f9c73f3dc765af1cbd6
parentb3e564eff577e2f577d795051bbcca85d47c89dc (diff)
releasing 0.10.0gst-python-0.10.0
Original commit message from CVS: releasing 0.10.0
-rw-r--r--ChangeLog7
-rw-r--r--NEWS3
-rw-r--r--RELEASE13
-rw-r--r--configure.ac2
4 files changed, 15 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 694467e13b..7ce8390524 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
diff --git a/NEWS b/NEWS
index b1f96a69c0..8a98e6d0ae 100644
--- a/NEWS
+++ b/NEWS
@@ -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:
diff --git a/RELEASE b/RELEASE
index 2fafb8c7e1..251d93a6dd 100644
--- a/RELEASE
+++ b/RELEASE
@@ -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 e3e806e907..4f9f182abb 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)