Release 1.11.91
authorSebastian Dröge <sebastian@centricular.com>
Thu, 27 Apr 2017 14:42:02 +0000 (17:42 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 27 Apr 2017 14:42:02 +0000 (17:42 +0300)
ChangeLog
NEWS
RELEASE
configure.ac
gst-rtsp-server.doap
meson.build

index 07665a2..75c30c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,49 @@
+=== release 1.11.91 ===
+
+2017-04-27  Sebastian Dröge <slomo@coaxion.net>
+
+       * configure.ac:
+         releasing 1.11.91
+
+2017-04-24 20:30:37 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * common:
+         Automatic update of common submodule
+         From 60aeef6 to 48a5d85
+
+2017-04-13 14:20:10 -0300  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * gst/rtsp-server/rtsp-media-factory.c:
+       * gst/rtsp-server/rtsp-media.c:
+       * gst/rtsp-server/rtsp-session.c:
+       * gst/rtsp-server/rtsp-stream.c:
+         gi: Fix some annotations and docstrings
+
+2017-04-13 13:52:26 -0300  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * gst/rtsp-server/meson.build:
+       * meson.build:
+       * meson_options.txt:
+         meson: Build gir
+
+2017-04-10 23:51:12 +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:03 +0300  Sebastian Dröge <sebastian@centricular.com>
 
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
        * configure.ac:
-         releasing 1.11.90
+       * gst-rtsp-server.doap:
+       * meson.build:
+         Release 1.11.90
 
 2017-03-27 18:19:33 +0100  Tim-Philipp Müller <tim@centricular.com>
 
diff --git a/NEWS b/NEWS
index 8e8dc3f..bf58e30 100644 (file)
--- 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 6097ba2..a4db424 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,7 +1,7 @@
 
-Release notes for GStreamer RTSP Server Library 1.11.90
+Release notes for GStreamer RTSP Server Library 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.
@@ -51,6 +51,6 @@ subscribe to the gstreamer-devel list.
         
 Contributors to this release
     
-      * Sebastian Dröge
+      * Thibault Saunier
       * Tim-Philipp Müller
  
\ No newline at end of file
index 6933a84..d2438e9 100644 (file)
@@ -2,7 +2,7 @@ AC_PREREQ(2.69)
 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 RTSP Server Library], [1.11.90],
+AC_INIT([GStreamer RTSP Server Library], [1.11.91],
     [http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],
     [gst-rtsp-server])
 AG_GST_INIT
@@ -53,13 +53,13 @@ dnl      1.2.5 => 205
 dnl      1.10.9 (who knows) => 1009
 dnl
 dnl sets GST_LT_LDFLAGS
-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
-GSTPG_REQ=1.11.90
-GSTPD_REQ=1.11.90
+GST_REQ=1.11.91
+GSTPB_REQ=1.11.91
+GSTPG_REQ=1.11.91
+GSTPD_REQ=1.11.91
 
 dnl *** autotools stuff ****
 
index 6046fe0..c19482f 100644 (file)
@@ -32,6 +32,16 @@ RTSP server library based on GStreamer
 
  <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-rtsp-server/gst-rtsp-server-1.11.91.tar.xz" />
+  </Version>
+ </release>
+
+ <release>
+  <Version>
    <revision>1.11.90</revision>
    <branch>master</branch>
    <name></name>
index 31f376e..a65f8a3 100644 (file)
@@ -1,5 +1,5 @@
 project('gst-rtsp-server', 'c',
-  version : '1.11.90',
+  version : '1.11.91',
   meson_version : '>= 0.33.0',
   default_options : ['warning_level=1', 'buildtype=debugoptimized'])