From 8a57d6af1f9bf52fb69909e370c8180c2b2d8e6c Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Thu, 11 Feb 2010 16:33:04 +0100 Subject: Release 0.10.18 "A pigeon carrying a 500ton block" --- ChangeLog | 154 +++++++++++++++++++++++++++++++++++++++++++++++++++++------ NEWS | 11 ++++- RELEASE | 22 ++++----- configure.ac | 2 +- 4 files changed, 161 insertions(+), 28 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0dae7f9d1f..6f496b8b70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,147 @@ +=== release 0.10.18 === + +2010-02-11 Edward Hervey + + * configure.ac: + releasing 0.10.18, "A pigeon carrying a 500ton block" + +2010-01-30 15:20:24 +0000 Tim-Philipp Müller + + * common: + Automatic update of common submodule + From 15d47a6 to 96dc793 + +2010-01-25 20:27:39 +0100 Edward Hervey + + * configure.ac: + configure.ac: 0.10.17.2 pre-release + +2010-01-23 12:39:46 +0100 Luca Bruno + + * gst/__init__.py: + Fix importing of gst module on GNU/kFreeBSD + +2010-01-20 00:55:39 +0000 Tim-Philipp Müller + + * common: + Automatic update of common submodule + From 14cec89 to 15d47a6 + +2010-01-15 17:49:03 +0100 Edward Hervey + + * configure.ac: + * gst/Makefile.am: + * gst/gst-0.10.13.ignore: + * gst/gst-0.10.14.ignore: + * gst/gst-0.10.15.ignore: + * gst/gst-0.10.16.ignore: + * gst/gst-0.10.18.ignore: + * gst/gst-pb-0.10.14.ignore: + * gst/gst-pb-0.10.16.ignore: + * gst/gst-pb-0.10.18.ignore: + * gst/gstversion.override.in: + * gst/interfaces.override: + * gst/pbutils.override: + bump minimum requirement to 0.10.18 and remove cruft + +2010-01-15 17:44:41 +0100 Edward Hervey + + * configure.ac: + * gst/Makefile.am: + * gst/gst-0.10.26.ignore: + * gst/gst-pb-0.10.26.ignore: + * gst/gstversion.override.in: + ignore new API additions for 0.10.26 core/base releases + +2010-01-15 17:26:20 +0100 Edward Hervey + + * gst/base.defs: + * gst/gst-types.defs: + * gst/gst.defs: + * gst/tag.defs: + * gst/video.defs: + gst: Update .defs to new API + +2010-01-18 09:06:28 -0300 Thiago Santos + + * gst/extend/discoverer.py: + python: Do not pop tags in discoverer.py + Do not use pop on dicts because it destroys the tags info. + Fixes #592459 + +2009-12-21 19:13:28 +0100 Mark Nauwelaerts + + * common: + Automatic update of common submodule + From 47cb23a to 14cec89 + +2009-12-01 15:08:40 +0000 Tim-Philipp Müller + + * common: + Automatic update of common submodule + From 87bf428 to 47cb23a + +2009-12-01 14:18:28 +0100 Sebastian Dröge + + * common: + Automatic update of common submodule + From da4c75c to 87bf428 + +2009-11-27 18:56:43 +0100 Edward Hervey + + * common: + Automatic update of common submodule + From 53a2485 to da4c75c + +2009-11-19 10:31:56 +0000 Tim-Philipp Müller + + * common: + Automatic update of common submodule + From 0702fe1 to 53a2485 + +2009-10-16 10:17:39 +0300 Stefan Kost + + * common: + Automatic update of common submodule + From 85d1530 to 0702fe1 + +2009-10-15 14:15:37 +0100 Zaheer Abbas Merali + + * examples/Makefile.am: + * examples/maemogst.py: + examples: add a simple Maemo 5 example + +2009-10-14 10:42:11 +0200 Edward Hervey + + * common: + Automatic update of common submodule + From a3e3ce4 to 85d1530 + +2009-10-08 11:01:32 +0100 Jan Schmidt + + * common: + Automatic update of common submodule + From 19fa4f3 to a3e3ce4 + +2009-10-06 19:48:48 +0100 Jan Schmidt + + * configure.ac: + back to development -> 0.10.17.1 + +2009-10-05 14:29:41 +0100 Jan Schmidt + + * gst-python.doap: + Add 0.10.17 release to the doap file + === release 0.10.17 === -2009-10-05 Jan Schmidt +2009-10-05 14:06:11 +0100 Jan Schmidt + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 0.10.17, "Shiny new button" + Release 0.10.17 2009-09-17 01:21:47 +0100 Jan Schmidt @@ -4238,15 +4376,3 @@ 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 cde48f13a3..7f0a990607 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,13 @@ -This is GStreamer Python Bindings 0.10.17, "Shiny new button" +This is GStreamer Python Bindings 0.10.18, "A pigeon carrying a 500ton block" + +Changes since 0.10.17: + + * Updates to 0.10.26 core/base API addition + +Bugs fixed since 0.10.17: + + * 592459 : info.print_info() uses info.tags.pop() to get values, but pop is destructive, so calling print_info twice can return different results + * 599818 : Import of pygst fails with Element missing Changes since 0.10.16: diff --git a/RELEASE b/RELEASE index 7d50855093..8351151afd 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer Python bindings 0.10.17 "Shiny new button" +Release notes for GStreamer Python bindings 0.10.18 "A pigeon carrying a 500ton block" @@ -17,16 +17,12 @@ It is, however, parallel installable with the 0.8.x series. Features of this release - * Fix leak in gst_base_sink_get_last_buffer() - * Fix linking of pygstminiobject - * Add test_audio.py example - * Fix deadlocks calling gst_pad_link() + * Updates to 0.10.26 core/base API addition Bugs fixed in this release - * 590348 : [audio (and other modules)] can't use pygstminiobject ! - * 590803 : checks fail in non-English locale - * 592447 : memory leak on certain pipelines with appsink + * 592459 : info.print_info() uses info.tags.pop() to get values, but pop is destructive, so calling print_info twice can return different results + * 599818 : Import of pygst fails with Element missing Download @@ -55,11 +51,13 @@ Applications Contributors to this release - * Alessandro Decina - * Christian Schaller * Edward Hervey * Jan Schmidt - * Johannes Berg - * Marc-Andre Lureau + * Luca Bruno + * Mark Nauwelaerts * Sebastian Dröge + * Stefan Kost + * Thiago Santos + * Tim-Philipp Müller + * Zaheer Abbas Merali   \ No newline at end of file diff --git a/configure.ac b/configure.ac index a6dc1ce3b2..dbf9b026da 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.17.2, +AC_INIT(GStreamer Python Bindings, 0.10.18, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-python) -- cgit v1.2.3