summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-11-11 19:42:07 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-11-11 19:42:07 +0000
commit2365b41a158dc578f17afd26716aed0b2f96bee9 (patch)
treed70a8fc211cfc26f64d12bd92225c71c815b4a07
parent3076c7c22ebe8cdec4e86e2ce81c1e88e27680bf (diff)
releasing 0.9.5gst-python-0.9.5
Original commit message from CVS: releasing 0.9.5
-rw-r--r--ChangeLog16
-rw-r--r--NEWS13
-rw-r--r--RELEASE13
-rw-r--r--configure.ac2
4 files changed, 31 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 80a0be0727..6e16cdfbc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== release 0.9.5 ===
+
+2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * configure.ac:
+ releasing 0.9.5, "96-bit Audio"
+
2005-11-10 Edward Hervey <edward@fluendo.com>
* gst/gsttaglist.override:
@@ -11,7 +18,7 @@
Make probe handler return TRUE if the Python callback doesn't return
anything.
* gst/gsttaglist.override:
- Cleaned up gst.TagList, works as a dictionnary.
+ Cleaned up gst.TagList, works as a dictionary.
2005-11-08 Edward Hervey <edward@fluendo.com>
@@ -112,7 +119,7 @@
* configure.ac:
back to HEAD
-=== gst-python 0.9.4 ===
+=== release 0.9.4 ===
2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
@@ -613,7 +620,7 @@
* configure.ac:
back to development
-=== gst-python 0.9.3 ===
+=== release 0.9.3 ===
2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
@@ -1986,7 +1993,7 @@
* configure.ac: Post release version bump
-=== gst-python 0.8.1 ===
+=== release 0.8.1 ===
2004-11-29 Johan Dahlin <johan@gnome.org>
@@ -2055,6 +2062,7 @@
test_event.py
=== release 0.8.0 ===
+
2004-11-15 Johan Dahlin <johan@gnome.org>
* configure.ac: bump
diff --git a/NEWS b/NEWS
index 69e89272c0..326353eb5e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
-This is GStreamer Python Bindings 0.9.4, "Stegosaurus"
+This is GStreamer Python Bindings 0.9.5, "96-bit Audio"
+
+Changes since 0.9.4:
+
+ * Remove mini-object caching, fixes crashes
+ * added gst.TagList
+ * added gst.TIME_ARGS
+
+Bugs fixed since 0.9.4:
+
+ * 306817 : No way to set tags in gst-python
+ * 320357 : element_query_duration not wrapped
Bugs fixed since 0.9.3:
diff --git a/RELEASE b/RELEASE
index 06fea65468..1a628bb87e 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-GStreamer: Release notes for GStreamer Python bindings 0.9.4 "Stegosaurus"
+GStreamer: Release notes for GStreamer Python bindings 0.9.5 "96-bit Audio"
The GStreamer team is petrified to announce a new release
@@ -16,12 +16,14 @@ Features of this release
* Parallel installability with 0.8.x series
* Threadsafe design and API
+ * Remove mini-object caching, fixes crashes
+ * added gst.TagList
+ * added gst.TIME_ARGS
Bugs fixed in this release
- * 315433 : gst.element_factory_make and some other functions should ...
- * 318684 : [PATCH] reference leaks when using PyList_Append to popul...
- * 318692 : gst-python fails to build with python 2.3
+ * 306817 : No way to set tags in gst-python
+ * 320357 : element_query_duration not wrapped
Download
@@ -51,9 +53,6 @@ Applications
Contributors to this release
- * Allesandro Decina
- * Andy Wingo
* Edward Hervey
- * Johan Dahlin
* Thomas Vander Stichele
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 6d7a0d1831..a2b7519802 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, 4, 1,
+AS_VERSION(gst-python, PYGST_VERSION, 0, 9, 5, 0,
GST_CVS="no", GST_CVS="yes")
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)