mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
Release 0.10.10
Original commit message from CVS: Release 0.10.10
This commit is contained in:
parent
65dd6d8fad
commit
52cef107b1
6 changed files with 49 additions and 11 deletions
|
@ -1,3 +1,10 @@
|
|||
=== release 0.10.10 ===
|
||||
|
||||
2008-01-28 Jan Schmidt <jan.schmidt@sun.com>
|
||||
|
||||
* configure.ac:
|
||||
releasing 0.10.10, "Destination Overtime"
|
||||
|
||||
2008-01-21 Jan Schmidt <jan.schmidt@sun.com>
|
||||
|
||||
* configure.ac:
|
||||
|
|
17
NEWS
17
NEWS
|
@ -1,4 +1,19 @@
|
|||
This is GStreamer Python Bindings 0.10.9, "I've heard a lot of stories in my time"
|
||||
This is GStreamer Python Bindings 0.10.10, "Destination Overtime"
|
||||
|
||||
Changes since 0.10.9:
|
||||
|
||||
* Wrap new API for 0.10.16 GStreamer and Base releases.
|
||||
* New gst.pbutils module wraps the gst-plugins-base pbutils library.
|
||||
* Rework gst_pad_add_*probe function wrapping to avoid leaks.
|
||||
* Various build fixes.
|
||||
|
||||
Bugs fixed since 0.10.9:
|
||||
|
||||
* 509522 : New gst-python bindings don't compile with python2.4
|
||||
* 472822 : Wrap -base utils helper library
|
||||
* 504786 : pad probes leak refs to their data
|
||||
* 509766 : generated win32/common/config.h miss some defines
|
||||
* 510437 : Build failure due to missing Python.h
|
||||
|
||||
Changes since 0.10.8
|
||||
* Major crasher fixed when using latest pygobject
|
||||
|
|
21
RELEASE
21
RELEASE
|
@ -1,5 +1,5 @@
|
|||
|
||||
Release notes for GStreamer Python bindings 0.10.9 "I've heard a lot of stories in my time"
|
||||
Release notes for GStreamer Python bindings 0.10.10 "Destination Overtime"
|
||||
|
||||
|
||||
|
||||
|
@ -17,14 +17,18 @@ It is, however, parallel installable with the 0.8.x series.
|
|||
|
||||
Features of this release
|
||||
|
||||
* Major crasher fixed when using latest pygobject
|
||||
* Build system for Visual Studio 6
|
||||
* Added wrapping for 0.10.15 gstreamer core/base
|
||||
* Wrap new API for 0.10.16 GStreamer and Base releases.
|
||||
* New gst.pbutils module wraps the gst-plugins-base pbutils library.
|
||||
* Rework gst_pad_add_*probe function wrapping to avoid leaks.
|
||||
* Various build fixes.
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 490195 : [gst.URIHandler] interfaces with class-global virtual met...
|
||||
* 425847 : Silently overrides some functions of default module optparse
|
||||
* 509522 : New gst-python bindings don't compile with python2.4
|
||||
* 472822 : Wrap -base utils helper library
|
||||
* 504786 : pad probes leak refs to their data
|
||||
* 509766 : generated win32/common/config.h miss some defines
|
||||
* 510437 : Build failure due to missing Python.h
|
||||
|
||||
Download
|
||||
|
||||
|
@ -57,7 +61,8 @@ Contributors to this release
|
|||
* Andy Wingo
|
||||
* Edward Hervey
|
||||
* Jan Schmidt
|
||||
* Johan Dahlin
|
||||
* Olivier Crete
|
||||
* Sebastian Dröge
|
||||
* Sebastien Moutte
|
||||
* Stefan Kost
|
||||
* Tim-Philipp Müller
|
||||
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 662f544d56a6d6ef20b8ea5f56e975f9e139bc78
|
||||
Subproject commit 571dce3335f9be76978009b3842c050dbb900e6f
|
|
@ -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.9.4,
|
||||
AC_INIT(GStreamer Python Bindings, 0.10.10,
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||
gst-python)
|
||||
|
||||
|
|
|
@ -33,6 +33,17 @@ It also comes with a number of examples.
|
|||
</CVSRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>0.10.10</revision>
|
||||
<branch>0.10</branch>
|
||||
<name>Destination Overtime</name>
|
||||
<created>2008-01-28</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.10.tar.bz2" />
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.10.tar.gz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>0.10.9</revision>
|
||||
|
|
Loading…
Reference in a new issue