From 21ba9b25a57e30d3a6e28c81fc12807faf70d1ba Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sat, 12 Sep 2009 00:26:57 +0100 Subject: [PATCH] 0.10.16.2 pre-release --- ChangeLog | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- configure.ac | 2 +- 2 files changed, 77 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index f25945d..4eb6e85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,83 @@ +2009-09-11 22:41:28 +0100 Jan Schmidt + + * testsuite/test_message.py: + test: Fix the structure_changed message test + The core changed to use sink pads for the structure changed + message instead of source pads. Might as well fix the test too. + +2009-09-05 10:25:19 +0200 Sebastian Dröge + + * common: + Automatic update of common submodule + From 94f95e3 to 19fa4f3 + +2009-08-21 16:41:29 +0200 Edward Hervey + + * testsuite/Makefile.am: + * testsuite/test_audio.py: + Add test_audio.py. + +2009-08-21 16:22:38 +0200 Johannes Berg + + * gst/Makefile.am: + Use only one copy of pygstminiobject. Fixes #590348. + Instead of linking pygstminiobject.c into all the modules, + we can link it only into _gst and export the symbols for + the other modules. This fixes bug #590348 because now the + class key/id is common for all modules as a side-effect. + Also makes the modules smaller. + +2009-08-20 15:46:53 +0200 Alessandro Decina + + * gst/base.defs: + Fix leak in gst_base_sink_get_lasy_buffer. Fixes #592447. + +2009-08-18 14:45:41 +0100 Christian Schaller + + * gst-python.spec.in: + Update spec file + +2009-08-13 11:45:51 +0200 Alessandro Decina + + * gst/gstpad.override: + Release the GIL around gst_pad_link. + +2009-08-13 11:00:49 +0200 Edward Hervey + + * gst/gstpad.override: + gstpad: Don't forget to acquire/release the GIL in pac_block_destroy_data + +2009-08-08 22:49:16 +0200 Sebastian Dröge + + * testsuite/Makefile.am: + Use LC_ALL=C for the tests as some are comparing localized strings + Fixes bug #590803. + +2009-05-10 11:17:26 +0200 Marc-Andre Lureau + + * autogen.sh: + Run libtoolize before aclocal + This unbreaks the build in some cases. Fixes bug #582021 + +2009-08-06 01:45:07 +0100 Jan Schmidt + + * configure.ac: + back to development -> 0.10.16.1 + +2009-08-05 02:04:12 +0100 Jan Schmidt + + * gst-python.doap: + Add 0.10.16 release to the doap file + === release 0.10.16 === -2009-08-05 Jan Schmidt +2009-08-05 01:34:03 +0100 Jan Schmidt + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 0.10.16, "Distorted memory" + Release 0.10.16 2009-07-24 00:43:35 +0300 Stefan Kost diff --git a/configure.ac b/configure.ac index 89ef790..79744e8 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.16.1, +AC_INIT(GStreamer Python Bindings, 0.10.16.2, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-python) -- 2.7.4