From 75e8d867cf3ef1320246f4ccfb6ff9b8f5361ce8 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 16 Jan 2006 20:59:29 +0000 Subject: [PATCH] releasing 0.10.2 Original commit message from CVS: releasing 0.10.2 --- ChangeLog | 7 +++++++ NEWS | 13 ++++++++++++- RELEASE | 21 ++++----------------- configure.ac | 2 +- 4 files changed, 24 insertions(+), 19 deletions(-) diff --git a/ChangeLog b/ChangeLog index d50af3f..79cf22c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== release 0.10.2 === + +2006-01-16 Thomas Vander Stichele + + * configure.ac: + releasing 0.10.2, "And if the devil is six" + 2006-01-13 Edward Hervey * gst/gstlibs.override: diff --git a/NEWS b/NEWS index 78a8bde..4c140f1 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,15 @@ -This is GStreamer Python Bindings 0.10.1, "Krisimas Yakanaka" +This is GStreamer Python Bindings 0.10.2, "And if the devil is six" + +Changes since 0.10.1: + + * Parallel installability with 0.8.x series + * Threadsafe design and API + * allow fractions in structures + * added vmethods for base classes + +Bugs fixed since 0.10.1: + + * 325459 : Fractions cannot be used as values for gst.Structure fileds Changes since 0.10.0: diff --git a/RELEASE b/RELEASE index 86078ac..c92ef3b 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -GStreamer: Release notes for GStreamer Python bindings 0.10.1 "Krisimas Yakanaka" +GStreamer: Release notes for GStreamer Python bindings 0.10.2 "And if the devil is six" @@ -18,23 +18,12 @@ Features of this release * Parallel installability with 0.8.x series * Threadsafe design and API - * added discoverer - * updated for core API additions + * allow fractions in structures + * added vmethods for base classes Bugs fixed in this release - -API changed in this release - - -- API additions: - -* gst.extend.discoverer -* wrapped gst_version() -* wrapped gst_type_find_factory_get_list() -* wrapped gst_mixer_options_get_values() -* wrapped gst_dp_*() -* wrapped gst_element_factory_get_static_pad_templates() + * 325459 : Fractions cannot be used as values for gst.Structure fileds Download @@ -64,8 +53,6 @@ Applications Contributors to this release - * Andy Wingo * Edward Hervey * Martin Soto - * Thomas Vander Stichele   \ No newline at end of file diff --git a/configure.ac b/configure.ac index ae5d73c..51bf622 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, 10, 1, 2, +AS_VERSION(gst-python, PYGST_VERSION, 0, 10, 2, 0, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE, $VERSION) -- 2.7.4