Release 0.10.21

This commit is contained in:
Edward Hervey 2011-01-20 21:16:38 +01:00
parent b7a8c732d0
commit 725bc2f11a
5 changed files with 197 additions and 29 deletions

175
ChangeLog
View file

@ -1,9 +1,166 @@
=== release 0.10.20 ===
=== release 0.10.21 ===
2010-12-01 Edward Hervey <bilboed@bilboed.com>
2011-01-20 Edward Hervey <bilboed@bilboed.com>
* configure.ac:
releasing 0.10.20, "What Abitbol said before dying"
releasing 0.10.21, "She used to be an ironhorse, twenty years ago"
2011-01-06 17:40:28 +0000 christian schaller <christian.schaller@collabora.co.uk>
* gst-python.spec.in:
Update spec file with latest changes
2011-01-16 14:58:37 +0100 Edward Hervey <bilboed@bilboed.com>
* gst/gstmodule.c:
gstmodule: Add tags introduced in 0.10.31
Fixes #639632
2011-01-16 14:55:26 +0100 Edward Hervey <bilboed@bilboed.com>
* gst/gstmodule.c:
gstmodule: Use a macro to register tags
Avoids human error when registering them (like USER_RATING previously
being TRACK_PEAK).
2011-01-12 18:12:29 +0530 Arun Raghavan <ford_prefect@gentoo.org>
* codegen/codegen.py:
codegen: Ignore functions whose return type is ignored
This makes sure that if X is an ignored type, then functions that return
an object of type X (or a pointer type based on X) are also ignored.
Fixes #639293
2011-01-12 18:11:23 +0530 Arun Raghavan <ford_prefect@gentoo.org>
* codegen/override.py:
codegen: Handle pointer types in is_type_ignored()
This ensures that if type X is ignored, then pointers to X (and pointers
to pointers to X, etc.) are also ignored.
Caveat: this also means that ignore-type should only be used with base
types and not pointer types.
Fixes #639293
2011-01-12 15:01:39 +0100 Edward Hervey <edward.hervey@collabora.co.uk>
* testsuite/Makefile.am:
testsuite: Add a make command to run tests forever
And will stop once they fail. Useful to debug racy tests.
2011-01-11 20:31:59 +0100 Edward Hervey <bilboed@bilboed.com>
* configure.ac:
0.10.20.3 pre-release
2011-01-11 15:51:55 +0200 Stefan Kost <ensonic@users.sf.net>
* common:
Automatic update of common submodule
From e572c87 to f94d739
2011-01-10 16:38:09 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
* common:
Automatic update of common submodule
From ccbaa85 to e572c87
2011-01-10 14:55:31 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
* common:
Automatic update of common submodule
From 46445ad to ccbaa85
2011-01-07 21:52:03 +0100 Edward Hervey <bilboed@bilboed.com>
* gst/pbutils.defs:
pbutils: Fix discoverer miniobject methods
They were declared as functions and not methods :(
2011-01-07 17:20:44 +0100 Edward Hervey <edward.hervey@collabora.co.uk>
* configure.ac:
0.10.20.2 pre-release
2011-01-07 17:17:05 +0100 Edward Hervey <edward.hervey@collabora.co.uk>
* gst/pbutils.override:
pbutils: Add overrides for new API
2011-01-05 22:18:46 +0100 Edward Hervey <bilboed@bilboed.com>
* gst/pbutils.defs:
encoding: encoding_profile_get_output_caps => _get_input_caps
2011-01-05 21:28:12 +0100 Edward Hervey <bilboed@bilboed.com>
* gst/gst-0.10.32.ignore:
* gst/gst.defs:
gst: update for latest API addition
2011-01-05 21:25:37 +0100 Edward Hervey <bilboed@bilboed.com>
* gst/gst-pb-0.10.32.ignore:
* gst/pbutils.defs:
pbutils: Update .defs for latest addition
2011-01-05 15:04:05 +0100 Edward Hervey <edward.hervey@collabora.co.uk>
* configure.ac:
* gst/Makefile.am:
* gst/gst-0.10.32.ignore:
* gst/gst-pb-0.10.32.ignore:
* gst/gst-types.defs:
* gst/gst.defs:
* gst/gstversion.override.in:
* gst/pbutils.defs:
* gst/video.defs:
gst: Update to 0.10.32 core/base API
2011-01-05 15:04:25 +0100 Edward Hervey <edward.hervey@collabora.co.uk>
* gst/arg-types.py:
arg-types: Properly handle const-GstCaps* return values
2010-12-20 17:48:03 +0100 Edward Hervey <edward.hervey@collabora.co.uk>
* common:
Automatic update of common submodule
From 169462a to 46445ad
2010-12-15 14:57:05 +0200 Stefan Kost <ensonic@users.sf.net>
* common:
Automatic update of common submodule
From 20742ae to 169462a
2010-12-13 16:24:39 +0200 Stefan Kost <ensonic@users.sf.net>
* common:
Automatic update of common submodule
From 011bcc8 to 20742ae
2010-12-05 14:08:05 +0100 Edward Hervey <bilboed@bilboed.com>
* testsuite/test_pad.py:
test_pad: Fix pad refcount checking due to fix in core
The event source wasn't previously set correctly. Now that it is,
check the refcount on the proper pad.
2010-12-03 14:49:13 +0100 Edward Hervey <bilboed@bilboed.com>
* configure.ac:
configure.ac: back to development
And the crowd goes mad \o/
=== release 0.10.20 ===
2010-12-01 23:43:57 +0100 Edward Hervey <bilboed@bilboed.com>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
Release 0.10.20
2010-11-22 13:27:15 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
@ -5072,3 +5229,15 @@
Original commit message from CVS:
back to HEAD
=== release 0.10.0 ===
2005-12-05 18:04:34 +0000 Thomas Vander Stichele <thomas@apestaart.org>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
releasing 0.10.0
Original commit message from CVS:
releasing 0.10.0

7
NEWS
View file

@ -1,4 +1,9 @@
This is GStreamer Python Bindings 0.10.20, "What Abitbol said before dying"
This is GStreamer Python Bindings 0.10.21, "She used to be an ironhorse, twenty years ago"
Changes since 0.10.21:
* gstreamer core/base 0.10.32 API additions
* Fix GstDiscover methods
Changes since 0.10.19:

31
RELEASE
View file

@ -1,5 +1,5 @@
Release notes for GStreamer Python bindings 0.10.20 "What Abitbol said before dying"
Release notes for GStreamer Python bindings 0.10.21 "She used to be an ironhorse, twenty years ago"
@ -17,25 +17,13 @@ It is, however, parallel installable with the 0.8.x series.
Features of this release
* Parallel installability with 0.8.x series
* libpython loading fixes
* MacOSX standard python support
* Threadsafe design and API
* gstreamer core/base 0.10.32 API additions
* Fix GstDiscover methods
Bugs fixed in this release
* 339772 : Python example showing segment seeking and looping
* 402044 : Doesn't compile with some features disabled in core
* 590348 : [audio (and other modules)] can't use pygstminiobject !
* 620067 : Add bindings gst.util_uint64_scale_ceil and friends
* 623105 : gstpythonplugin.c does not import user's gobject module
* 624592 : gst-python: plugin: attempt to load plugin " python " fails with KeyError
* 624882 : Add support for gst.Fraction property getters
* 625660 : gstpythonplugin: fails to refresh plugin registry when installed Python plugins change
* 633033 : filesrc.py example segfaults
* 633141 : MSVC cannot compile gstpythonplugin.c
* 633555 : discoverer: use specific types in getters, rename some boolean getters
* 634365 : gst.pbutils.get_codec_description segfaults
* 639293 : gst-python 0.10.20 does not build with gstreamer < 0.10.31
* 639632 : GST_TAG_APPLICATION_NAME not bound
Download
@ -64,14 +52,9 @@ Applications
Contributors to this release
* Alessandro Decina
* David Hoyt
* David Schleef
* Arun Raghavan
* Edward Hervey
* Jan Schmidt
* Leo Singer
* Sebastian Dröge
* Stefan Kost
* Thiago Santos
* Tim-Philipp Müller
* christian schaller
 

View file

@ -3,7 +3,7 @@ AC_PREREQ(2.60)
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.20.3,
AC_INIT(GStreamer Python Bindings, 0.10.21,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-python)

View file

@ -32,6 +32,17 @@ It also comes with a number of examples.
</GitRepository>
</repository>
<release>
<Version>
<revision>0.10.21</revision>
<branch>0.10</branch>
<name>he used to be an ironhorse, twenty years ago</name>
<created>2011-01-20</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.21.tar.bz2" />
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.21.tar.gz" />
</Version>
</release>
<release>
<Version>
<revision>0.10.19</revision>