releasing 0.9.5

Original commit message from CVS:
releasing 0.9.5
This commit is contained in:
Thomas Vander Stichele 2005-11-11 19:42:07 +00:00
parent 3076c7c22e
commit 2365b41a15
4 changed files with 31 additions and 13 deletions

View file

@ -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

13
NEWS
View file

@ -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:

13
RELEASE
View file

@ -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
 

View file

@ -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)