mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
Releasing 0.10.7
Original commit message from CVS: Releasing 0.10.7
This commit is contained in:
parent
468e10172a
commit
9e4c9bfcb9
4 changed files with 26 additions and 28 deletions
|
@ -1,3 +1,12 @@
|
|||
=== release 0.10.7 ===
|
||||
|
||||
2007-01-31 <>
|
||||
|
||||
* configure.ac:
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
releasing 0.10.7, "You want to feel sorry for yourself, don't you ?"
|
||||
|
||||
2007-01-29 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* codegen/codegen.py:
|
||||
|
|
11
NEWS
11
NEWS
|
@ -1,5 +1,12 @@
|
|||
This is GStreamer Python Bindings 0.10.6, ""You're not very subtle, but you are
|
||||
effective"
|
||||
This is GStreamer Python Bindings 0.10.7, "You want to feel sorry for yourself, Don't you ?"
|
||||
|
||||
Changes since 0.10.6:
|
||||
* Threadsafe fix
|
||||
|
||||
Bugs fixed since 0.10.6:
|
||||
|
||||
* 383805 : segfault with videobalance
|
||||
* 401051 : Fails to build with gst-plugins-base < 0.10.11
|
||||
|
||||
Changes since 0.10.5:
|
||||
|
||||
|
|
30
RELEASE
30
RELEASE
|
@ -1,6 +1,5 @@
|
|||
|
||||
Release notes for GStreamer Python bindings 0.10.6 "You're not very subtle, but
|
||||
you are effective"
|
||||
Release notes for GStreamer Python bindings 0.10.7 "You want to feel sorry for yourself, Don't you ?"
|
||||
|
||||
|
||||
|
||||
|
@ -15,28 +14,16 @@ It is, however, parallel installable with the 0.8.x series.
|
|||
|
||||
|
||||
|
||||
|
||||
Features of this release
|
||||
|
||||
* Parallel installability with 0.8.x series
|
||||
* Threadsafe design and API
|
||||
* Can now build without requiring pygtk and its dependencies
|
||||
* installation fixes
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 355150 : Expose GST_PARAM_CONTROLLABLE in the bindings
|
||||
* 343980 : import gst crash python
|
||||
* 346190 : allow build/install without pygtk (ie pygobject)
|
||||
* 349623 : Build failure due to "discards qualifiers from pointer ta...
|
||||
* 359375 : variable 'interface' results in syntax error with MingW
|
||||
* 362011 : [patch] Indentation typo in examples/bps.py
|
||||
* 362183 : Please remove examples/gst123
|
||||
* 362202 : [patch] A replacement of examples/vorbisplay.py for 0.10
|
||||
* 362272 : [patch] Ports examples/audioconcat.py to 0.10
|
||||
* 362290 : [patch] Ports examples/cp.py to 0.10
|
||||
* 371969 : [Discoverer] Issues with demuxers that don't create pads ...
|
||||
* 348416 : remuxer example should use normal seek
|
||||
* 349107 : gst.BaseSrc can't negotiate with ffmpegcolorspace
|
||||
* 383805 : segfault with videobalance
|
||||
* 401051 : Fails to build with gst-plugins-base < 0.10.11
|
||||
|
||||
Download
|
||||
|
||||
|
@ -66,12 +53,7 @@ Applications
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Andy Wingo
|
||||
* Edward Hervey
|
||||
* Jan Schmidt
|
||||
* Jason Gerard DeRose
|
||||
* Michael Smith
|
||||
* Rene Stadler
|
||||
* Thomas Vander Stichele
|
||||
* Tim-Philipp Müller
|
||||
|
||||
* Tim-Philipp Müller
|
||||
|
|
@ -3,7 +3,7 @@ AC_PREREQ(2.52)
|
|||
dnl initialize autoconf
|
||||
dnl when going to/from release please set the nano (fourth number) right !
|
||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||
AC_INIT(GStreamer Python Bindings, 0.10.6.3,
|
||||
AC_INIT(GStreamer Python Bindings, 0.10.7,
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||
gst-python)
|
||||
|
||||
|
|
Loading…
Reference in a new issue