releasing 0.9.6
Original commit message from CVS: releasing 0.9.6
This commit is contained in:
parent
fbe483d85b
commit
f7fccdb685
@ -1,3 +1,10 @@
|
|||||||
|
=== release 0.9.6 ===
|
||||||
|
|
||||||
|
2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
releasing 0.9.6, "We'll always have Paris. We got it back last night."
|
||||||
|
|
||||||
2005-11-23 Edward Hervey <edward@fluendo.com>
|
2005-11-23 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
* gst/gst-types.defs:
|
* gst/gst-types.defs:
|
||||||
|
13
NEWS
13
NEWS
@ -1,4 +1,15 @@
|
|||||||
This is GStreamer Python Bindings 0.9.5, "96-bit Audio"
|
This is GStreamer Python Bindings 0.9.6,
|
||||||
|
"We'll always have Paris. We got it back last night."
|
||||||
|
|
||||||
|
Changes since 0.9.5:
|
||||||
|
|
||||||
|
* added FractionRange
|
||||||
|
* updated for API changes
|
||||||
|
|
||||||
|
Bugs fixed since 0.9.5:
|
||||||
|
|
||||||
|
* 318793 : check whether new date/tag API needs wrapping
|
||||||
|
* 321839 : pipeline hangs in get_state after changing trival pipeline
|
||||||
|
|
||||||
Changes since 0.9.4:
|
Changes since 0.9.4:
|
||||||
|
|
||||||
|
13
RELEASE
13
RELEASE
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
GStreamer: Release notes for GStreamer Python bindings 0.9.5 "96-bit Audio"
|
GStreamer: Release notes for GStreamer Python bindings 0.9.6 "We'll always have Paris. We got it back last night."
|
||||||
|
|
||||||
|
|
||||||
The GStreamer team is petrified to announce a new release
|
The GStreamer team is petrified to announce a new release
|
||||||
@ -16,14 +16,13 @@ Features of this release
|
|||||||
|
|
||||||
* Parallel installability with 0.8.x series
|
* Parallel installability with 0.8.x series
|
||||||
* Threadsafe design and API
|
* Threadsafe design and API
|
||||||
* Remove mini-object caching, fixes crashes
|
* added FractionRange
|
||||||
* added gst.TagList
|
* updated for API changes
|
||||||
* added gst.TIME_ARGS
|
|
||||||
|
|
||||||
Bugs fixed in this release
|
Bugs fixed in this release
|
||||||
|
|
||||||
* 306817 : No way to set tags in gst-python
|
* 318793 : check whether new date/tag API needs wrapping
|
||||||
* 320357 : element_query_duration not wrapped
|
* 321839 : pipeline hangs in get_state after changing trival pipeline
|
||||||
|
|
||||||
Download
|
Download
|
||||||
|
|
||||||
@ -53,6 +52,8 @@ Applications
|
|||||||
|
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
|
* Andy Wingo
|
||||||
* Edward Hervey
|
* Edward Hervey
|
||||||
|
* Jan Schmidt
|
||||||
* Thomas Vander Stichele
|
* Thomas Vander Stichele
|
||||||
|
|
@ -8,7 +8,7 @@ dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
|
|||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
dnl when going to/from release please set the nano (fourth number) right !
|
dnl when going to/from release please set the nano (fourth number) right !
|
||||||
AS_VERSION(gst-python, PYGST_VERSION, 0, 9, 5, 1,
|
AS_VERSION(gst-python, PYGST_VERSION, 0, 9, 6, 0,
|
||||||
GST_CVS="no", GST_CVS="yes")
|
GST_CVS="no", GST_CVS="yes")
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
|
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user