mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
Releasing 0.10.9
Original commit message from CVS: Releasing 0.10.9
This commit is contained in:
parent
eff1eaf006
commit
1f8e0a3b9b
5 changed files with 40 additions and 30 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
=== release 0.10.9 ===
|
||||||
|
|
||||||
|
2007-11-28 Edward Hervey <bilboed@bilboed.com>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
* NEWS:
|
||||||
|
* RELEASE:
|
||||||
|
releasing 0.10.9, "I've heard a lot of stories in my time"
|
||||||
|
|
||||||
2007-11-24 Edward Hervey <bilboed@bilboed.com>
|
2007-11-24 Edward Hervey <bilboed@bilboed.com>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
12
NEWS
12
NEWS
|
@ -1,4 +1,14 @@
|
||||||
This is GStreamer Python Bindings 0.10.8, "This time I know our side will win."
|
This is GStreamer Python Bindings 0.10.9, "I've heard a lot of stories in my time"
|
||||||
|
|
||||||
|
Changes since 0.10.8
|
||||||
|
* Major crasher fixed when using latest pygobject
|
||||||
|
* Build system for Visual Studio 6
|
||||||
|
* Added wrapping for 0.10.15 gstreamer core/base
|
||||||
|
|
||||||
|
Bugs fixed since 0.10.8:
|
||||||
|
|
||||||
|
* 490195 : [gst.URIHandler] interfaces with class-global virtual met...
|
||||||
|
* 425847 : Silently overrides some functions of default module optparse
|
||||||
|
|
||||||
Changes since 0.10.7:
|
Changes since 0.10.7:
|
||||||
|
|
||||||
|
|
36
RELEASE
36
RELEASE
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
Release notes for GStreamer Python bindings 0.10.8 "This time I know our side will win."
|
Release notes for GStreamer Python bindings 0.10.9 "I've heard a lot of stories in my time"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -17,29 +17,14 @@ 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
|
* Major crasher fixed when using latest pygobject
|
||||||
* Threadsafe design and API
|
* Build system for Visual Studio 6
|
||||||
|
* Added wrapping for 0.10.15 gstreamer core/base
|
||||||
|
|
||||||
Bugs fixed in this release
|
Bugs fixed in this release
|
||||||
|
|
||||||
* 398567 : undefined symbol: libxml_xmlDocPtrWrap
|
* 490195 : [gst.URIHandler] interfaces with class-global virtual met...
|
||||||
* 343980 : [solaris] import gst crash python
|
* 425847 : Silently overrides some functions of default module optparse
|
||||||
* 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
|
Download
|
||||||
|
|
||||||
|
@ -69,15 +54,10 @@ Applications
|
||||||
|
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
* Aidan Delaney
|
* Andy Wingo
|
||||||
* David Schleef
|
|
||||||
* Edward Hervey
|
* Edward Hervey
|
||||||
* Jan Schmidt
|
* Jan Schmidt
|
||||||
* Johan Dahlin
|
* Johan Dahlin
|
||||||
* Michael Smith
|
* Sebastien Moutte
|
||||||
* Rene Stadler
|
|
||||||
* Sebastien Merle
|
|
||||||
* Stefan Kost
|
* Stefan Kost
|
||||||
* Tim-Philipp Müller
|
|
||||||
* Zaheer Abbas Merali
|
|
||||||
|
|
|
@ -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.8.2,
|
AC_INIT(GStreamer Python Bindings, 0.10.9,
|
||||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||||
gst-python)
|
gst-python)
|
||||||
|
|
||||||
|
|
|
@ -33,6 +33,17 @@ It also comes with a number of examples.
|
||||||
</CVSRepository>
|
</CVSRepository>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<release>
|
||||||
|
<Version>
|
||||||
|
<revision>0.10.9</revision>
|
||||||
|
<branch>0.10</branch>
|
||||||
|
<name>I've heard a lot of stories in my time</name>
|
||||||
|
<created>2007-11-28</created>
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.9.tar.bz2" />
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.9.tar.gz" />
|
||||||
|
</Version>
|
||||||
|
</release>
|
||||||
|
|
||||||
<release>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<revision>0.10.6</revision>
|
<revision>0.10.6</revision>
|
||||||
|
|
Loading…
Reference in a new issue