diff --git a/ChangeLog b/ChangeLog index ad546380b0..654885569d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 * codegen/codegen.py: diff --git a/NEWS b/NEWS index 27ba842eeb..7b350c4964 100644 --- a/NEWS +++ b/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: diff --git a/RELEASE b/RELEASE index ba8764410a..c1354ad582 100644 --- a/RELEASE +++ b/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 +  \ No newline at end of file diff --git a/configure.ac b/configure.ac index c73e5ddcf7..4a238332ce 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)