From 0f9e82bc173740381354feeab8abade650e6d3be Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 23 Oct 2005 23:00:54 +0000 Subject: [PATCH] releasing 0.9.4 Original commit message from CVS: releasing 0.9.4 --- ChangeLog | 11 +++++++++-- NEWS | 8 +++++++- RELEASE | 7 +++++-- configure.ac | 2 +- 4 files changed, 22 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2bafe314dc..3a3976986d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== gst-python 0.9.4 === + +2005-10-24 Thomas Vander Stichele + + * configure.ac: + Releasing 0.9.4, "Stegosaurus" + 2005-10-22 Edward Hervey * 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() diff --git a/NEWS b/NEWS index 92ffc66cfb..69e89272c0 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/RELEASE b/RELEASE index d66d4da117..06fea65468 100644 --- a/RELEASE +++ b/RELEASE @@ -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   \ No newline at end of file diff --git a/configure.ac b/configure.ac index 963faf22c2..a4db39e721 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, 3, 1, +AS_VERSION(gst-python, PYGST_VERSION, 0, 9, 4, 0, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE, $VERSION)