diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-01-16 20:59:29 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-01-16 20:59:29 +0000 |
commit | 75e8d867cf3ef1320246f4ccfb6ff9b8f5361ce8 (patch) | |
tree | 123b6acf98a9a8734928fa16ec14b839aef794bd | |
parent | c4d718a9913f51796d73fcb0b57702b95c7cae69 (diff) |
releasing 0.10.2RELEASE-0_10_2
Original commit message from CVS:
releasing 0.10.2
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | RELEASE | 21 | ||||
-rw-r--r-- | configure.ac | 2 |
4 files changed, 24 insertions, 19 deletions
@@ -1,3 +1,10 @@ +=== release 0.10.2 === + +2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org> + + * configure.ac: + releasing 0.10.2, "And if the devil is six" + 2006-01-13 Edward Hervey <edward@fluendo.com> * gst/gstlibs.override: @@ -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: @@ -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) |