mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 13:25:56 +00:00
releasing 0.10.0
Original commit message from CVS: releasing 0.10.0
This commit is contained in:
parent
b3e564eff5
commit
2383bf6ded
4 changed files with 15 additions and 10 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
=== release 0.10.0 ===
|
||||||
|
|
||||||
|
2005-12-05 <thomas (at) apestaart (dot) org>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
releasing 0.10.0, "Reblochon"
|
||||||
|
|
||||||
2005-12-05 Edward Hervey <edward@fluendo.com>
|
2005-12-05 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
* gst/gst.defs: (alloc_buffer_and_set_caps):
|
* gst/gst.defs: (alloc_buffer_and_set_caps):
|
||||||
|
|
3
NEWS
3
NEWS
|
@ -1,5 +1,4 @@
|
||||||
This is GStreamer Python Bindings 0.9.7,
|
This is GStreamer Python Bindings 0.10.0, "Reblochon".
|
||||||
"Mon Chien N'a Pas De Nez."
|
|
||||||
|
|
||||||
Changes since 0.9.6:
|
Changes since 0.9.6:
|
||||||
|
|
||||||
|
|
13
RELEASE
13
RELEASE
|
@ -1,26 +1,26 @@
|
||||||
|
|
||||||
GStreamer: Release notes for GStreamer Python bindings 0.9.7 "Mon Chien N'a Pas De Nez"
|
GStreamer: Release notes for GStreamer Python bindings 0.10.0 "Reblochon"
|
||||||
|
|
||||||
|
|
||||||
The GStreamer team is petrified to announce a new release
|
|
||||||
in the 0.9.x development series of the
|
The GStreamer team is proud to announce a new release
|
||||||
|
in the 0.10.x stable series of the
|
||||||
GStreamer Python Bindings.
|
GStreamer Python Bindings.
|
||||||
|
|
||||||
|
|
||||||
The 0.9.x series is a development series and not recommended for end users.
|
The 0.10.x series is a stable series targeted at end users.
|
||||||
It is not API or ABI compatible with the stable 0.8.x series.
|
It is not API or ABI compatible with the stable 0.8.x series.
|
||||||
It is, however, parallel installable with the 0.8.x series.
|
It is, however, parallel installable with the 0.8.x series.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Features of this release
|
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
|
||||||
* Updates for API changes
|
|
||||||
|
|
||||||
Bugs fixed in this release
|
Bugs fixed in this release
|
||||||
|
|
||||||
* 322250 : Remove *_full wrappers
|
|
||||||
|
|
||||||
Download
|
Download
|
||||||
|
|
||||||
|
@ -52,5 +52,4 @@ Contributors to this release
|
||||||
|
|
||||||
* Andy Wingo
|
* Andy Wingo
|
||||||
* Edward Hervey
|
* Edward Hervey
|
||||||
* 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, 7, 1,
|
AS_VERSION(gst-python, PYGST_VERSION, 0, 10, 0, 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