summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-02-19 12:16:05 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-02-19 12:16:05 +0200
commit53934de37c53c3381a4d2f5621dcb075e68d4997 (patch)
tree821bb3622b8da8d6beaa038533d5d1777d28c4d9
parent7b627c499dcb63567ac890a3b793209c7413772a (diff)
Release 1.7.2gst-python-1.7.2
-rw-r--r--ChangeLog32
-rw-r--r--NEWS2
-rw-r--r--RELEASE11
-rw-r--r--configure.ac4
-rw-r--r--gst-python.doap9
5 files changed, 46 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cab930daa..e6d02a0db6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,37 @@
+=== release 1.7.2 ===
+
+2016-02-19 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.7.2
+
+2016-02-15 23:26:06 +0100 Thibault Saunier <tsaunier@gnome.org>
+
+ * 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 <tsaunier@gnome.org>
+
+ * 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 <sebastian@centricular.com>
+
+ * configure.ac:
+ Back to development
+
=== release 1.7.1 ===
-2015-12-24 Sebastian Dröge <slomo@coaxion.net>
+2015-12-24 15:00:41 +0100 Sebastian Dröge <sebastian@centricular.com>
+ * 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 <sebastian@centricular.com>
diff --git a/NEWS b/NEWS
index 0443637a39..1b4562143f 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 9374057574..0399480edb 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 cd0cbbc517..cfd72aa6c8 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 50b7991046..151fe45b06 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
<release>
<Version>
+ <revision>1.7.2</revision>
+ <branch>master</branch>
+ <created>2016-02-19</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-1.7.2.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.7.1</revision>
<branch>master</branch>
<created>2015-12-24</created>