From 3f466167e90db2f8f2316f43e540670e6f31d756 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Tue, 14 Jul 2009 19:00:28 +0100 Subject: [PATCH] 0.10.15.2 pre-release --- ChangeLog | 150 +++++++++++++++++++++++++++++++++++++++++++++++++-- configure.ac | 2 +- 2 files changed, 148 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 217574144f..5752f1c0d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,153 @@ -=== release 0.10.15 === +2009-07-13 12:24:35 -0400 Olivier CrĂȘte -2009-05-11 Jan Schmidt + * common: + Automatic update of common submodule + From 5845b63 to fedaaee + +2009-07-01 16:01:53 +0200 Edward Hervey + + * gst/gstquery.override: + gstquery.override: Wrap remainig gst_query_parse*() methods. + +2009-07-01 16:01:41 +0200 Edward Hervey + + * gst/gstevent.override: + gstevent.override: Fix typos. + +2009-07-01 13:54:57 +0200 Edward Hervey + + * gst/gstmessage.override: + * testsuite/test_message.py: + gst.Message: Wrap remaining parse_*() methods. + +2009-07-01 13:54:40 +0200 Edward Hervey + + * gst/gstevent.override: + gst.Event: wrap parse_new_segment_full() + +2009-07-01 13:53:54 +0200 Edward Hervey + + * gst/gst.defs: + gst.defs: Properly mark functions returning new objects + +2009-07-01 12:29:22 +0200 Edward Hervey + + * gst/gstmessage.override: + * testsuite/test_message.py: + gst.Message: Add overrides for new 0.10.24 messages + +2009-07-01 12:28:52 +0200 Edward Hervey + + * gst/gstevent.override: + * testsuite/test_event.py: + gst.Event: Add override for step event + +2009-07-01 10:58:42 +0200 Edward Hervey * configure.ac: - releasing 0.10.15, "We built a wall" + * gst/Makefile.am: + * gst/gst-0.10.24.ignore: + * gst/gst-types.defs: + * gst/gst.defs: + * gst/gstversion.override.in: + Update .defs for core API additions + +2009-07-01 10:57:29 +0200 Edward Hervey + + * codegen/argtypes.py: + codegen: Fix const GBoxed return wrapping. + +2009-06-26 13:43:51 +0100 Jan Schmidt + + * common: + Automatic update of common submodule + From f810030 to 5845b63 + +2009-06-24 15:16:20 +0100 Jan Schmidt + + * common: + Automatic update of common submodule + From c572721 to f810030 + +2009-06-05 23:26:11 +0100 Jan Schmidt + + * gst/pygstvalue.c: + values: Fix segfault in the testsuite + It seems pygst_value_from_pyobject should not unref the passed + in object. Wrap the original pygst_value_from_pyobject in a function + that converts unicode python objects and then unrefs the temporary + object after extraction into a GValue. + +2009-06-01 22:02:47 +0200 Thomas Vander Stichele + + * gst/gsttaglist.override: + * gst/tag.override: + * testsuite/common.py: + * testsuite/test_pipeline.py: + * testsuite/test_taglist.py: + wrap gst_tag_to_vorbis_comment; fix uint tag setting + Setting gst.TAG_TRACK_NUMBER was failing because GStreamer + expects a uint while Python object -> GValue conversion was + giving an int. gst_tag_to_vorbis_comment was wrapped so + this conversion could be tested and failed on properly. + +2009-06-01 19:08:47 +0200 Thomas Vander Stichele + + * gst/pygstvalue.c: + * testsuite/test_struct.py: + * testsuite/test_taglist.py: + Convert unicode objects to utf-8 encoded G_STRINGs + +2009-06-01 12:46:03 +0200 Thomas Vander Stichele + + * gst/gst.override: + fix some grammar, add some debug + +2009-05-26 21:01:35 +0200 Edward Hervey + + * gst/gst.defs: + gst.defs: Replace gchar** by GStrv to wrap more methods. Fixes #580992 + +2009-05-26 17:20:32 +0100 Jan Schmidt + + * common: + Automatic update of common submodule + From 888e0a2 to c572721 + +2009-05-22 12:05:28 +0200 Edward Hervey + + * plugin/gstpythonplugin.c: + gstpythonplugin: Don't use pyg_gil_* in pure python. Fixes #583378 + At this point, pygobject wasn't loaded yet ... cause pyg_gil_state_ensured + to not be initialized to the proper method. + +2009-05-22 10:21:17 +0100 Jan Schmidt + + * common: + Automatic update of common submodule + From 6ab11d1 to 888e0a2 + +2009-05-12 11:52:11 +0200 Edward Hervey + + * gst/gst-pb-0.10.23.ignore: + gst-pb-0.10.23.ignore: Remove stray empty line. + This caused some issues on some systems. + +2009-05-11 21:22:35 +0100 Jan Schmidt + + * configure.ac: + Back to development -> 0.10.15.1 + +=== release 0.10.15 === + +2009-05-11 00:11:58 +0100 Jan Schmidt + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * gst-python.doap: + Release 0.10.15 2009-05-07 14:57:57 +0200 Edward Hervey diff --git a/configure.ac b/configure.ac index c77432a65c..b46d1103e0 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.15.1, +AC_INIT(GStreamer Python Bindings, 0.10.15.2, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-python)