mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
releasing 0.9.5
Original commit message from CVS: releasing 0.9.5
This commit is contained in:
parent
3076c7c22e
commit
2365b41a15
4 changed files with 31 additions and 13 deletions
16
ChangeLog
16
ChangeLog
|
@ -1,3 +1,10 @@
|
||||||
|
=== release 0.9.5 ===
|
||||||
|
|
||||||
|
2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
releasing 0.9.5, "96-bit Audio"
|
||||||
|
|
||||||
2005-11-10 Edward Hervey <edward@fluendo.com>
|
2005-11-10 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
* gst/gsttaglist.override:
|
* gst/gsttaglist.override:
|
||||||
|
@ -11,7 +18,7 @@
|
||||||
Make probe handler return TRUE if the Python callback doesn't return
|
Make probe handler return TRUE if the Python callback doesn't return
|
||||||
anything.
|
anything.
|
||||||
* gst/gsttaglist.override:
|
* gst/gsttaglist.override:
|
||||||
Cleaned up gst.TagList, works as a dictionnary.
|
Cleaned up gst.TagList, works as a dictionary.
|
||||||
|
|
||||||
2005-11-08 Edward Hervey <edward@fluendo.com>
|
2005-11-08 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
|
@ -112,7 +119,7 @@
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
back to HEAD
|
back to HEAD
|
||||||
|
|
||||||
=== gst-python 0.9.4 ===
|
=== release 0.9.4 ===
|
||||||
|
|
||||||
2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
|
2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
@ -613,7 +620,7 @@
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
back to development
|
back to development
|
||||||
|
|
||||||
=== gst-python 0.9.3 ===
|
=== release 0.9.3 ===
|
||||||
|
|
||||||
2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
|
2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
@ -1986,7 +1993,7 @@
|
||||||
|
|
||||||
* configure.ac: Post release version bump
|
* configure.ac: Post release version bump
|
||||||
|
|
||||||
=== gst-python 0.8.1 ===
|
=== release 0.8.1 ===
|
||||||
|
|
||||||
2004-11-29 Johan Dahlin <johan@gnome.org>
|
2004-11-29 Johan Dahlin <johan@gnome.org>
|
||||||
|
|
||||||
|
@ -2055,6 +2062,7 @@
|
||||||
test_event.py
|
test_event.py
|
||||||
|
|
||||||
=== release 0.8.0 ===
|
=== release 0.8.0 ===
|
||||||
|
|
||||||
2004-11-15 Johan Dahlin <johan@gnome.org>
|
2004-11-15 Johan Dahlin <johan@gnome.org>
|
||||||
|
|
||||||
* configure.ac: bump
|
* configure.ac: bump
|
||||||
|
|
13
NEWS
13
NEWS
|
@ -1,4 +1,15 @@
|
||||||
This is GStreamer Python Bindings 0.9.4, "Stegosaurus"
|
This is GStreamer Python Bindings 0.9.5, "96-bit Audio"
|
||||||
|
|
||||||
|
Changes since 0.9.4:
|
||||||
|
|
||||||
|
* Remove mini-object caching, fixes crashes
|
||||||
|
* added gst.TagList
|
||||||
|
* added gst.TIME_ARGS
|
||||||
|
|
||||||
|
Bugs fixed since 0.9.4:
|
||||||
|
|
||||||
|
* 306817 : No way to set tags in gst-python
|
||||||
|
* 320357 : element_query_duration not wrapped
|
||||||
|
|
||||||
Bugs fixed since 0.9.3:
|
Bugs fixed since 0.9.3:
|
||||||
|
|
||||||
|
|
13
RELEASE
13
RELEASE
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
GStreamer: Release notes for GStreamer Python bindings 0.9.4 "Stegosaurus"
|
GStreamer: Release notes for GStreamer Python bindings 0.9.5 "96-bit Audio"
|
||||||
|
|
||||||
|
|
||||||
The GStreamer team is petrified to announce a new release
|
The GStreamer team is petrified to announce a new release
|
||||||
|
@ -16,12 +16,14 @@ 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 gst.TagList
|
||||||
|
* added gst.TIME_ARGS
|
||||||
|
|
||||||
Bugs fixed in this release
|
Bugs fixed in this release
|
||||||
|
|
||||||
* 315433 : gst.element_factory_make and some other functions should ...
|
* 306817 : No way to set tags in gst-python
|
||||||
* 318684 : [PATCH] reference leaks when using PyList_Append to popul...
|
* 320357 : element_query_duration not wrapped
|
||||||
* 318692 : gst-python fails to build with python 2.3
|
|
||||||
|
|
||||||
Download
|
Download
|
||||||
|
|
||||||
|
@ -51,9 +53,6 @@ Applications
|
||||||
|
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
* Allesandro Decina
|
|
||||||
* Andy Wingo
|
|
||||||
* Edward Hervey
|
* Edward Hervey
|
||||||
* Johan Dahlin
|
|
||||||
* 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, 4, 1,
|
AS_VERSION(gst-python, PYGST_VERSION, 0, 9, 5, 0,
|
||||||
GST_CVS="no", GST_CVS="yes")
|
GST_CVS="no", GST_CVS="yes")
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
|
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
|
||||||
|
|
Loading…
Reference in a new issue