summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2006-03-21 21:48:08 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2006-03-21 21:48:08 +0000
commite272ffe3bb81bd2013a14320f2bc20d294efd47a (patch)
tree74171ccb4a0ca9fb61f08a33242ec2da0da696a4
parent302cdc4a1d80de59fddd330925f4f47060a40ad3 (diff)
configure.ac: releasing 0.10.3, "Maybe not today. Maybe not tomorrow, but soon..."gst-python-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--ChangeLog7
-rw-r--r--NEWS14
-rw-r--r--RELEASE19
-rw-r--r--configure.ac2
4 files changed, 35 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 534dd9396d..6e2f699a9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
diff --git a/NEWS b/NEWS
index 4c140f1890..2fadba6791 100644
--- a/NEWS
+++ b/NEWS
@@ -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:
diff --git a/RELEASE b/RELEASE
index c92ef3b1c0..c6c5f68c99 100644
--- a/RELEASE
+++ b/RELEASE
@@ -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 994ac92455..cebfaa5f64 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)