summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-02-24 15:09:54 +0200
committerSebastian Dröge <sebastian@centricular.com>2017-02-24 15:09:54 +0200
commit6bc2f3844d91e92d11f8d0219f586801f1449fc1 (patch)
treec18ea26758e44b5090566a6e0d2e1b232dd897f3
parentc2fbf423fbbf76ae1ab95ee65bb12a01d50ab41c (diff)
Release 1.11.2gst-python-1.11.2
-rw-r--r--ChangeLog37
-rw-r--r--NEWS2
-rw-r--r--RELEASE6
-rw-r--r--configure.ac4
-rw-r--r--gst-python.doap10
5 files changed, 52 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 39f070e5d6..7f5c5cb4e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,42 @@
+=== release 1.11.2 ===
+
+2017-02-24 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.11.2
+
+2017-02-24 12:08:48 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * configure.ac:
+ Back to development
+
+2017-02-21 22:02:14 +1100 Jan Schmidt <jan@centricular.com>
+
+ * examples/helloworld.py:
+ Port old helloworld.py example to GI
+
+2017-02-15 10:48:58 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+ * meson.build:
+ * meson_options.txt:
+ python: Add an option to set where to install pygi overrides
+
+2017-01-13 12:51:11 +0000 Tim-Philipp Müller <tim@centricular.com>
+
+ * meson.build:
+ meson: bump version and bump meson requirement
+ Adjust meson requirement to same as used in other modules.
+
=== release 1.11.1 ===
-2017-01-12 Sebastian Dröge <slomo@coaxion.net>
+2017-01-12 16:15:50 +0200 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.11.1
+ * gst-python.doap:
+ Release 1.11.1
2016-12-16 17:43:11 +0000 Tim-Philipp Müller <tim@centricular.com>
diff --git a/NEWS b/NEWS
index a940f7bb0f..ba794a2734 100644
--- a/NEWS
+++ b/NEWS
@@ -1 +1 @@
-This is GStreamer 1.11.1.
+This is GStreamer 1.11.2.
diff --git a/RELEASE b/RELEASE
index e168d3991d..9852dc7b8b 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,7 +1,7 @@
-Release notes for GStreamer Python bindings 1.11.1
+Release notes for GStreamer Python bindings 1.11.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.11 release series. The 1.11 release series is adding new features on top of
the 1.0, 1.2, 1.4, 1.6, 1.8 and 1.10 series and is part of the API and ABI-stable 1.x release
series of the GStreamer multimedia framework. The unstable 1.11 release series
@@ -53,6 +53,8 @@ subscribe to the gstreamer-devel list.
Contributors to this release
+ * Jan Schmidt
+ * Sebastian Dröge
* Thibault Saunier
* Tim-Philipp Müller
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 56ea603c8d..6925c4709c 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.11.1.1,
+AC_INIT(GStreamer GObject Introspection overrides for Python , 1.11.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.11.1.1)
+AC_SUBST(GST_REQ, 1.11.2)
AC_SUBST(PYGOBJECT_REQ, 3.0)
AC_DISABLE_STATIC
diff --git a/gst-python.doap b/gst-python.doap
index 2fe446fb63..54ca7bfe4e 100644
--- a/gst-python.doap
+++ b/gst-python.doap
@@ -32,6 +32,16 @@ GStreamer Python Bindings is a set of overrides and Gst fundamental types handli
<release>
<Version>
+ <revision>1.11.2</revision>
+ <branch>master</branch>
+ <name></name>
+ <created>2017-02-24</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-1.11.2.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.11.1</revision>
<branch>master</branch>
<name></name>