summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-04-27 17:37:36 +0300
committerSebastian Dröge <sebastian@centricular.com>2017-04-27 17:37:36 +0300
commitdddffea0f0bb43eaa854daa10af08acd05ded9e7 (patch)
tree22c7d5403413ad71adfa67ba98fc62077f45bbe3
parent09cca0831f8c4c3daba80d2f1ccd2fe66049caa0 (diff)
Release 1.11.911.11.91
-rw-r--r--ChangeLog16
-rw-r--r--NEWS2
-rw-r--r--RELEASE8
-rw-r--r--configure.ac4
-rw-r--r--gst-python.doap10
-rw-r--r--meson.build2
6 files changed, 30 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d883eb..13ef059 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,21 @@
+=== release 1.11.91 ===
+
+2017-04-27 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.11.91
+
=== release 1.11.90 ===
-2017-04-07 Sebastian Dröge <slomo@coaxion.net>
+2017-04-07 16:35:42 +0300 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.11.90
+ * gst-python.doap:
+ * meson.build:
+ Release 1.11.90
2017-03-27 14:59:24 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com>
diff --git a/NEWS b/NEWS
index 8e8dc3f..bf58e30 100644
--- a/NEWS
+++ b/NEWS
@@ -1 +1 @@
-This is GStreamer 1.11.90.
+This is GStreamer 1.11.91.
diff --git a/RELEASE b/RELEASE
index 6508b43..35f1d58 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,7 +1,7 @@
-Release notes for GStreamer Python bindings 1.11.90
+Release notes for GStreamer Python bindings 1.11.91
-The GStreamer team is pleased to announce the first release candidate of the
+The GStreamer team is pleased to announce the second release candidate of the
stable 1.12 release series. The 1.12 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.
@@ -16,10 +16,6 @@ Binaries for Android, iOS, Mac OS X and Windows will be provided in the next day
-Bugs fixed in this release
-
- * 780369 : gstpython: Meson fails to find pythondetector
-
==== Download ====
You can find source releases of gst-python in the download
diff --git a/configure.ac b/configure.ac
index c7159a8..ecf4a9c 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.90,
+AC_INIT(GStreamer GObject Introspection overrides for Python , 1.11.91,
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.90)
+AC_SUBST(GST_REQ, 1.11.91)
AC_SUBST(PYGOBJECT_REQ, 3.0)
AC_DISABLE_STATIC
diff --git a/gst-python.doap b/gst-python.doap
index 91b3b97..f834f8b 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.91</revision>
+ <branch>master</branch>
+ <name></name>
+ <created>2017-04-27</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-1.11.91.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.11.90</revision>
<branch>master</branch>
<name></name>
diff --git a/meson.build b/meson.build
index c24e6f3..35a1196 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gst-python', 'c', 'cpp',
- version : '1.11.90',
+ version : '1.11.91',
meson_version : '>= 0.36.0',
default_options : [ 'warning_level=1',
'c_std=gnu99',