diff options
author | Edward Hervey <bilboed@bilboed.com> | 2007-01-31 16:51:37 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2007-01-31 16:51:37 +0000 |
commit | 9e4c9bfcb9664a0290d9693177bd46c524c41d4e (patch) | |
tree | 1545127e19cb13176a664ce352ef32de6e7eccaf | |
parent | 468e10172ab2ac61c05a4b6adda93bc33c7b9730 (diff) |
Releasing 0.10.7RELEASE-0_10_7
Original commit message from CVS:
Releasing 0.10.7
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | RELEASE | 32 | ||||
-rw-r--r-- | configure.ac | 2 |
4 files changed, 26 insertions, 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: @@ -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: @@ -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 +Â
\ No newline at end of file diff --git a/configure.ac b/configure.ac index c73e5dd..4a23833 100644 --- a/configure.ac +++ b/configure.ac @@ -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) |