releasing 0.9.4

Original commit message from CVS:
releasing 0.9.4
This commit is contained in:
Thomas Vander Stichele 2005-10-23 23:00:54 +00:00
parent 6ba71d7b9a
commit 0f9e82bc17
4 changed files with 22 additions and 6 deletions

View file

@ -1,3 +1,10 @@
=== gst-python 0.9.4 ===
2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac:
Releasing 0.9.4, "Stegosaurus"
2005-10-22 Edward Hervey <edward@fluendo.com>
* gst/gst.defs:
@ -216,8 +223,8 @@
* gst/gst.defs:
Updated defs file to current gstreamer core
* gst/gst.override:
Added useless function (at least from python bindings) and little correction
on _wrap_gst_xml_get_topelements()
Added useless function (at least from python bindings) and little
correction on _wrap_gst_xml_get_topelements()
* gst/gstbin.override:
* gst/gstbuffer.override:
Fix memleak in gst.Buffer.set_caps()

8
NEWS
View file

@ -1 +1,7 @@
This file will be autogenerated. Please read README-docs.
This is GStreamer Python Bindings 0.9.4, "Stegosaurus"
Bugs fixed since 0.9.3:
* 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

View file

@ -1,5 +1,5 @@
GStreamer: Release notes for GStreamer Python bindings 0.9.3 "For the Virgin"
GStreamer: Release notes for GStreamer Python bindings 0.9.4 "Stegosaurus"
The GStreamer team is petrified to announce a new release
@ -19,6 +19,9 @@ Features of this release
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
Download
@ -48,9 +51,9 @@ Applications
Contributors to this release
* Allesandro Decina
* Andy Wingo
* Edward Hervey
* Jan Schmidt
* 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, 3, 1,
AS_VERSION(gst-python, PYGST_VERSION, 0, 9, 4, 0,
GST_CVS="no", GST_CVS="yes")
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)