From 53934de37c53c3381a4d2f5621dcb075e68d4997 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 19 Feb 2016 12:16:05 +0200 Subject: [PATCH] Release 1.7.2 --- ChangeLog | 32 ++++++++++++++++++++++++++++++-- NEWS | 2 +- RELEASE | 11 ++++------- configure.ac | 4 ++-- gst-python.doap | 9 +++++++++ 5 files changed, 46 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9cab930..e6d02a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,37 @@ +=== release 1.7.2 === + +2016-02-19 Sebastian Dröge + + * configure.ac: + releasing 1.7.2 + +2016-02-15 23:26:06 +0100 Thibault Saunier + + * gi/overrides/gstmodule.c: + * testsuite/common.py: + gst: Fix a crash when passing wrong type as __templates__ + +2016-02-08 11:30:08 +0100 Thibault Saunier + + * gi/overrides/GstPbutils.py: + * plugin/gstpythonplugin.c: + Avoid warning about gi.require_version not being called + +2015-12-24 15:30:00 +0100 Sebastian Dröge + + * configure.ac: + Back to development + === release 1.7.1 === -2015-12-24 Sebastian Dröge +2015-12-24 15:00:41 +0100 Sebastian Dröge + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.7.1 + * gst-python.doap: + Release 1.7.1 2015-12-14 13:03:24 +0100 Sebastian Dröge diff --git a/NEWS b/NEWS index 0443637..1b45621 100644 --- a/NEWS +++ b/NEWS @@ -1 +1 @@ -This is GStreamer 1.7.1 +This is GStreamer 1.7.2 diff --git a/RELEASE b/RELEASE index 9374057..0399480 100644 --- a/RELEASE +++ b/RELEASE @@ -1,8 +1,7 @@ -Release notes for GStreamer Python bindings 1.7.1 +Release notes for GStreamer Python bindings 1.7.2 - -The GStreamer team is pleased to announce the first release of the unstable +The GStreamer team is pleased to announce the second release of the unstable 1.7 release series. The 1.7 release series is adding new features on top of the 1.0, 1.2, 1.4 and 1.6 series and is part of the API and ABI-stable 1.x release series of the GStreamer multimedia framework. The unstable 1.7 release series @@ -13,20 +12,19 @@ API can still change until that point. Binaries for Android, iOS, Mac OS X and Windows will be provided separately during the unstable 1.7 release series. - ==== Download ==== You can find source releases of gst-python in the download -directory: http://gstreamer.freedesktop.org/src/gst-python/ +directory: https://gstreamer.freedesktop.org/src/gst-python/ The git repository and details how to clone it can be found at http://cgit.freedesktop.org/gstreamer/gst-python/ ==== Homepage ==== -The project's website is http://gstreamer.freedesktop.org/ +The project's website is https://gstreamer.freedesktop.org/ ==== Support and Bugs ==== @@ -51,7 +49,6 @@ subscribe to the gstreamer-devel list. Contributors to this release - * Mark Nauwelaerts * Sebastian Dröge * Thibault Saunier   \ No newline at end of file diff --git a/configure.ac b/configure.ac index cd0cbbc..cfd72aa 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.7.1.1, +AC_INIT(GStreamer GObject Introspection overrides for Python , 1.7.2, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-python) @@ -38,7 +38,7 @@ AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I common/m4") dnl required versions of other packages dnl Note that they are runtime requirements -AC_SUBST(GST_REQ, 1.7.1.1) +AC_SUBST(GST_REQ, 1.7.2) AC_SUBST(PYGOBJECT_REQ, 3.0) AC_DISABLE_STATIC diff --git a/gst-python.doap b/gst-python.doap index 50b7991..151fe45 100644 --- a/gst-python.doap +++ b/gst-python.doap @@ -32,6 +32,15 @@ GStreamer Python Bindings is a set of overrides and Gst fundamental types handli + 1.7.2 + master + 2016-02-19 + + + + + + 1.7.1 master 2015-12-24 -- 2.7.4