From 0ff3c63dd90dd429a383da36413521ac73dc5725 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 20 Oct 2014 11:24:58 +0200 Subject: Release 1.4.0 --- ChangeLog | 25 +++++++++++++++++++++++-- NEWS | 2 +- RELEASE | 27 +++++++++------------------ configure.ac | 2 +- gst-python.doap | 9 +++++++++ 5 files changed, 43 insertions(+), 22 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8c106d3..19e579a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,30 @@ +=== release 1.4.0 === + +2014-10-20 Thibault Saunier + + * configure.ac: + releasing 1.4.0 + +2014-10-19 13:34:59 +0200 Sebastian Dröge + + * plugin/gstpythonplugin.c: + pythonplugin: Fix compiler warning about unused format string argument + CC libgstpythonplugin_la-gstpythonplugin.lo + gstpythonplugin.c:192:65: warning: data argument not used by format string + [-Wformat-extra-args] + GST_DEBUG ("GST_PLUGIN_SYSTEM_PATH set to %s", plugin_path, plugin_path); + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ + === release 1.3.90 === -2014-09-24 Thibault Saunier +2014-09-24 11:13:45 +0200 Thibault Saunier + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.3.90 + * gst-python.doap: + Release 1.3.90 2014-06-10 16:04:15 +0200 Rico Tzschichholz diff --git a/NEWS b/NEWS index c67ea4d..331695f 100644 --- a/NEWS +++ b/NEWS @@ -1 +1 @@ -This is GStreamer overrides for PyGobject 1.3.90 release +This is GStreamer overrides for PyGobject 1.4.0 release diff --git a/RELEASE b/RELEASE index c142044..bbc19a8 100644 --- a/RELEASE +++ b/RELEASE @@ -1,26 +1,21 @@ -Release notes for GStreamer Python bindings 1.3.90 +Release notes for GStreamer Python bindings 1.4.0 -The GStreamer team is pleased to announce the first release candidate of -the stable 1.4 release series. The 1.4 release series is adding new features -on top of the 1.0 and 1.2 series and is part of the API and ABI-stable 1.x -release series of the Gstreamer overrides for PyGobject. +The GStreamer team is proud to announce a new feature release +in the 1.0.x stable series of the GStreamer Python Bindings. -This release candidate will hopefully shortly be followed by the stable 1.4.0 -release if no bigger regressions or bigger issues are detected, and enough -testing of the release candidate happened. +This new version introduces the possibility to write GStreamer +elements in python and get them registered in the GstRegistry. +This means those elements will then be usable by any application +that uses GStreamer, whatever language their are built with. -Bugs fixed in this release - - * 723767 : Port Python-element loader plugin to 1.0 - * 729123 : sdp: GstSdp.SDPMessage.parse_buffer needs a guint8* + annotation corrections - * 730596 : gst-python overrides broke due to a recent change in pygobject - * 731008 : gst-python: Implement TIME_ARGS helper +There were no bugs fixed in this release + ==== Download ==== @@ -59,9 +54,5 @@ Applications Contributors to this release - * Christoph Reiter - * Lubosz Sarnecki - * Rico Tzschichholz * Sebastian Dröge - * Thibault Saunier   \ No newline at end of file diff --git a/configure.ac b/configure.ac index 2c30a52..5617a38 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.68]) 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 GObject Introspection overrides for Python , 1.3.90, +AC_INIT(GStreamer GObject Introspection overrides for Python , 1.4.0, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-python) diff --git a/gst-python.doap b/gst-python.doap index 867cba2..495ebb5 100644 --- a/gst-python.doap +++ b/gst-python.doap @@ -30,6 +30,15 @@ GStreamer Python Bindings is a set of overrides and Gst fundamental types handli + + + 1.4.0 + 1.4.0 + 2014-10-20 + + + + 1.3.90 -- cgit v1.2.3