diff options
author | Edward Hervey <bilboed@bilboed.com> | 2007-08-01 17:14:09 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2007-08-01 17:14:09 +0000 |
commit | 8631429fb93d08a31db4d8b2b4bb63d2a88a3996 (patch) | |
tree | 89a1b2d8177dedb00aaa38d65a90c6c73e6db33c | |
parent | 22016409fbb322e31db1c6fd5205cfb53d32562f (diff) |
Releasing 0.10.8RELEASE-0_10_8
Original commit message from CVS:
Releasing 0.10.8
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 25 | ||||
-rw-r--r-- | RELEASE | 32 | ||||
-rw-r--r-- | configure.ac | 2 |
4 files changed, 60 insertions, 6 deletions
@@ -1,3 +1,10 @@ +=== release 0.10.8 === + +2007-08-01 <> + + * configure.ac: + releasing 0.10.8, "This time I know our side will win." + 2007-07-30 Edward Hervey <bilboed@bilboed.com> * configure.ac: @@ -1,4 +1,27 @@ -This is GStreamer Python Bindings 0.10.7, "You want to feel sorry for yourself, Don't you ?" +This is GStreamer Python Bindings 0.10.8, "This time I know our side will win." + +Changes since 0.10.7: + +Bugs fixed since 0.10.7: + + * 398567 : undefined symbol: libxml_xmlDocPtrWrap + * 343980 : [solaris] import gst crash python + * 363795 : Impossible to reset a pad to " unnegotiated " from Python + * 380966 : Discoverer doesn't cope well with demuxers that don't cre... + * 381243 : No checks are made when converting from gst.Fraction to G... + * 385841 : Handle gchar** (GStrv) arguments + * 410838 : gst-python doesn't handle gst.Buffers in GValues (e.g. in... + * 418222 : New parameter to the discoverer to change the default max... + * 432521 : [gst-discover] show audio and video length in ms + * 433375 : [win32] autogenerated win32/common/config.h needed + * 436620 : get_uri_type methods should return enum objects + * 446674 : API break + * 450117 : [PATCH] gst.event_new_custom needs to copy structure as C... + * 451645 : gst.Buffer.stamp() is broked + * 454259 : Requestable Pad Segfaults When No Name Is Supplied + * 376996 : [PATCH] Fully implement GstPropertyProbe interface + * 415003 : build warnings against python 2.5 on x86_64 + * 428299 : Allow python elements to implement pad queries Changes since 0.10.6: * Threadsafe fix @@ -1,5 +1,5 @@ -Release notes for GStreamer Python bindings 0.10.7 "You want to feel sorry for yourself, Don't you ?" +Release notes for GStreamer Python bindings 0.10.8 "This time I know our side will win." @@ -22,8 +22,24 @@ Features of this release Bugs fixed in this release - * 383805 : segfault with videobalance - * 401051 : Fails to build with gst-plugins-base < 0.10.11 + * 398567 : undefined symbol: libxml_xmlDocPtrWrap + * 343980 : [solaris] import gst crash python + * 363795 : Impossible to reset a pad to " unnegotiated " from Python + * 380966 : Discoverer doesn't cope well with demuxers that don't cre... + * 381243 : No checks are made when converting from gst.Fraction to G... + * 385841 : Handle gchar** (GStrv) arguments + * 410838 : gst-python doesn't handle gst.Buffers in GValues (e.g. in... + * 418222 : New parameter to the discoverer to change the default max... + * 432521 : [gst-discover] show audio and video length in ms + * 433375 : [win32] autogenerated win32/common/config.h needed + * 436620 : get_uri_type methods should return enum objects + * 446674 : API break + * 450117 : [PATCH] gst.event_new_custom needs to copy structure as C... + * 451645 : gst.Buffer.stamp() is broked + * 454259 : Requestable Pad Segfaults When No Name Is Supplied + * 376996 : [PATCH] Fully implement GstPropertyProbe interface + * 415003 : build warnings against python 2.5 on x86_64 + * 428299 : Allow python elements to implement pad queries Download @@ -53,7 +69,15 @@ Applications Contributors to this release + * Aidan Delaney + * David Schleef * Edward Hervey - * Thomas Vander Stichele + * Jan Schmidt + * Johan Dahlin + * Michael Smith + * Rene Stadler + * Sebastien Merle + * Stefan Kost * Tim-Philipp Müller + * Zaheer Abbas Merali
\ No newline at end of file diff --git a/configure.ac b/configure.ac index 5de1a78..5a3ac57 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.7.2, +AC_INIT(GStreamer Python Bindings, 0.10.8, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-python) |