diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-11 19:42:07 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-11 19:42:07 +0000 |
commit | 2365b41a158dc578f17afd26716aed0b2f96bee9 (patch) | |
tree | d70a8fc211cfc26f64d12bd92225c71c815b4a07 | |
parent | 3076c7c22ebe8cdec4e86e2ce81c1e88e27680bf (diff) |
releasing 0.9.5RELEASE-0_9_5
Original commit message from CVS:
releasing 0.9.5
-rw-r--r-- | ChangeLog | 16 | ||||
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | RELEASE | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
4 files changed, 31 insertions, 13 deletions
@@ -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 @@ -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: @@ -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 6d7a0d1..a2b7519 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) |