From 725bc2f11aadf3e0a1740c4fa75b486c5e1f9907 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Thu, 20 Jan 2011 21:16:38 +0100 Subject: [PATCH] Release 0.10.21 --- ChangeLog | 175 +++++++++++++++++++++++++++++++++++++++++++++++- NEWS | 7 +- RELEASE | 31 ++------- configure.ac | 2 +- gst-python.doap | 11 +++ 5 files changed, 197 insertions(+), 29 deletions(-) diff --git a/ChangeLog b/ChangeLog index cccc9e797e..a16b7e19e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,166 @@ -=== release 0.10.20 === +=== release 0.10.21 === -2010-12-01 Edward Hervey +2011-01-20 Edward Hervey * 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 + + * gst-python.spec.in: + Update spec file with latest changes + +2011-01-16 14:58:37 +0100 Edward Hervey + + * gst/gstmodule.c: + gstmodule: Add tags introduced in 0.10.31 + Fixes #639632 + +2011-01-16 14:55:26 +0100 Edward Hervey + + * 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 + + * 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 + + * 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 + + * 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 + + * configure.ac: + 0.10.20.3 pre-release + +2011-01-11 15:51:55 +0200 Stefan Kost + + * common: + Automatic update of common submodule + From e572c87 to f94d739 + +2011-01-10 16:38:09 +0000 Tim-Philipp Müller + + * common: + Automatic update of common submodule + From ccbaa85 to e572c87 + +2011-01-10 14:55:31 +0000 Tim-Philipp Müller + + * common: + Automatic update of common submodule + From 46445ad to ccbaa85 + +2011-01-07 21:52:03 +0100 Edward Hervey + + * 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 + + * configure.ac: + 0.10.20.2 pre-release + +2011-01-07 17:17:05 +0100 Edward Hervey + + * gst/pbutils.override: + pbutils: Add overrides for new API + +2011-01-05 22:18:46 +0100 Edward Hervey + + * gst/pbutils.defs: + encoding: encoding_profile_get_output_caps => _get_input_caps + +2011-01-05 21:28:12 +0100 Edward Hervey + + * gst/gst-0.10.32.ignore: + * gst/gst.defs: + gst: update for latest API addition + +2011-01-05 21:25:37 +0100 Edward Hervey + + * 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 + + * 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 + + * gst/arg-types.py: + arg-types: Properly handle const-GstCaps* return values + +2010-12-20 17:48:03 +0100 Edward Hervey + + * common: + Automatic update of common submodule + From 169462a to 46445ad + +2010-12-15 14:57:05 +0200 Stefan Kost + + * common: + Automatic update of common submodule + From 20742ae to 169462a + +2010-12-13 16:24:39 +0200 Stefan Kost + + * common: + Automatic update of common submodule + From 011bcc8 to 20742ae + +2010-12-05 14:08:05 +0100 Edward Hervey + + * 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 + + * 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 + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + Release 0.10.20 2010-11-22 13:27:15 +0000 Tim-Philipp Müller @@ -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 + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + releasing 0.10.0 + Original commit message from CVS: + releasing 0.10.0 + diff --git a/NEWS b/NEWS index b4344f5fb5..191bb6e920 100644 --- a/NEWS +++ b/NEWS @@ -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: diff --git a/RELEASE b/RELEASE index ac735bb91e..058d7d0649 100644 --- a/RELEASE +++ b/RELEASE @@ -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   \ No newline at end of file diff --git a/configure.ac b/configure.ac index ff696e533d..bcf29bd5b8 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/gst-python.doap b/gst-python.doap index 1102f21b47..f7a3701f57 100644 --- a/gst-python.doap +++ b/gst-python.doap @@ -32,6 +32,17 @@ It also comes with a number of examples. + + + 0.10.21 + 0.10 + he used to be an ironhorse, twenty years ago + 2011-01-20 + + + + + 0.10.19