Releasing 0.10.7

Original commit message from CVS:
Releasing 0.10.7
This commit is contained in:
Edward Hervey 2007-01-31 16:51:37 +00:00
parent 468e10172a
commit 9e4c9bfcb9
4 changed files with 26 additions and 28 deletions

View file

@ -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> 2007-01-29 Edward Hervey <edward@fluendo.com>
* codegen/codegen.py: * codegen/codegen.py:

11
NEWS
View file

@ -1,5 +1,12 @@
This is GStreamer Python Bindings 0.10.6, ""You're not very subtle, but you are This is GStreamer Python Bindings 0.10.7, "You want to feel sorry for yourself, Don't you ?"
effective"
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: Changes since 0.10.5:

32
RELEASE
View file

@ -1,6 +1,5 @@
Release notes for GStreamer Python bindings 0.10.6 "You're not very subtle, but Release notes for GStreamer Python bindings 0.10.7 "You want to feel sorry for yourself, Don't you ?"
you are effective"
@ -15,28 +14,16 @@ 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
* Can now build without requiring pygtk and its dependencies
* installation fixes
Bugs fixed in this release Bugs fixed in this release
* 355150 : Expose GST_PARAM_CONTROLLABLE in the bindings * 383805 : segfault with videobalance
* 343980 : import gst crash python * 401051 : Fails to build with gst-plugins-base < 0.10.11
* 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
Download Download
@ -66,12 +53,7 @@ Applications
Contributors to this release Contributors to this release
* Andy Wingo
* Edward Hervey * Edward Hervey
* Jan Schmidt
* Jason Gerard DeRose
* Michael Smith
* Rene Stadler
* Thomas Vander Stichele * Thomas Vander Stichele
* Tim-Philipp Müller * Tim-Philipp Müller
 

View file

@ -3,7 +3,7 @@ AC_PREREQ(2.52)
dnl initialize autoconf dnl initialize autoconf
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 !
dnl releases only do Wall, cvs and prerelease does Werror too 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, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-python) gst-python)