summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-04-27 17:47:16 +0300
committerSebastian Dröge <sebastian@centricular.com>2017-04-27 17:47:16 +0300
commitee6d22b1c7b8a2e771b7c5fc455f58c7b8c80e6b (patch)
tree5b7274457fec936a66dba04ee024c3f1996b483a
parent2487248b0019e3ea6d05c663d4a4703014f544c5 (diff)
Release 1.11.911.11.91
-rw-r--r--ChangeLog29
-rw-r--r--NEWS2
-rw-r--r--RELEASE14
-rw-r--r--configure.ac8
-rw-r--r--gst-editing-services.doap10
-rw-r--r--meson.build2
6 files changed, 46 insertions, 19 deletions
diff --git a/ChangeLog b/ChangeLog
index a7430dbc..4f9d6bd1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,34 @@
+=== release 1.11.91 ===
+
+2017-04-27 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.11.91
+
+2017-04-24 20:30:46 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * common:
+ Automatic update of common submodule
+ From 60aeef6 to 48a5d85
+
+2017-04-10 23:51:18 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * autogen.sh:
+ * common:
+ Automatic update of common submodule
+ From 39ac2f5 to 60aeef6
+
=== release 1.11.90 ===
-2017-04-07 Sebastian Dröge <slomo@coaxion.net>
+2017-04-07 16:35:23 +0300 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.11.90
+ * gst-editing-services.doap:
+ * meson.build:
+ Release 1.11.90
2017-04-04 16:27:33 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com>
diff --git a/NEWS b/NEWS
index 8e8dc3f6..bf58e306 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 a5fc0bd0..52c1f9f5 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,7 +1,7 @@
-Release notes for GStreamer Editing Services 1.11.90
+Release notes for GStreamer Editing Services 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
-
- * 780854 : Tiny corrections in the documentation
-
==== Download ====
You can find source releases of gst-editing-services in the download
@@ -55,9 +51,5 @@ subscribe to the gstreamer-devel list.
Contributors to this release
- * Corentin Noël
- * Nicolas Dufresne
- * Sebastian Dröge
- * Thibault Saunier
- * suhas2go
+ * Tim-Philipp Müller
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index f99ce4c2..48a2283a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ(2.62)
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 Editing Services, 1.11.90,
+AC_INIT(GStreamer Editing Services, 1.11.91,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gstreamer-editing-services)
@@ -51,11 +51,11 @@ dnl we override it here if we need to for the release candidate of new series
GST_API_VERSION=1.0
AC_SUBST(GST_API_VERSION)
-AS_LIBTOOL(GST, 1190, 0, 1190)
+AS_LIBTOOL(GST, 1191, 0, 1191)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.11.90
-GSTPB_REQ=1.11.90
+GST_REQ=1.11.91
+GSTPB_REQ=1.11.91
dnl *** autotools stuff ****
diff --git a/gst-editing-services.doap b/gst-editing-services.doap
index 04366194..be5fadde 100644
--- a/gst-editing-services.doap
+++ b/gst-editing-services.doap
@@ -32,6 +32,16 @@ GStreamer library for creating audio and video editors
<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-editing-services/gst-editing-services-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 381ea777..92f301e6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gst-editing-services', 'c',
- version : '1.11.90',
+ version : '1.11.91',
meson_version : '>= 0.36.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])