releasing 0.10.2

Original commit message from CVS:
releasing 0.10.2
This commit is contained in:
Thomas Vander Stichele 2006-01-16 20:59:29 +00:00
parent c4d718a991
commit 75e8d867cf
4 changed files with 24 additions and 19 deletions

View file

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

13
NEWS
View file

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

21
RELEASE
View file

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

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, 10, 1, 2,
AS_VERSION(gst-python, PYGST_VERSION, 0, 10, 2, 0,
GST_CVS="no", GST_CVS="yes")
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)