diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2017-04-07 16:35:03 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2017-04-07 16:35:03 +0300 |
commit | 085304696ec582395f8e718cfe16050f3ecda539 (patch) | |
tree | 41ecb5240daa4d5005df96eeca3efae4cd9de3bd | |
parent | 3dcd77a21c7e20a71347242caae2129644685987 (diff) |
Release 1.11.901.11.90
-rw-r--r-- | ChangeLog | 36 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | RELEASE | 19 | ||||
-rw-r--r-- | configure.ac | 12 | ||||
-rw-r--r-- | gst-rtsp-server.doap | 10 | ||||
-rw-r--r-- | meson.build | 2 |
6 files changed, 60 insertions, 21 deletions
@@ -1,9 +1,41 @@ +=== release 1.11.90 === + +2017-04-07 Sebastian Dröge <slomo@coaxion.net> + + * configure.ac: + releasing 1.11.90 + +2017-03-27 18:19:33 +0100 Tim-Philipp Müller <tim@centricular.com> + + * examples/test-launch.c: + examples: make test-launch pipeline shared by default as well + +2017-02-27 19:10:44 +0200 Sebastian Dröge <sebastian@centricular.com> + + * pkgconfig/gstreamer-rtsp-server-uninstalled.pc.in: + gstreamer-rtsp-server: Add both srcdir and builddir to the include path + Just the build dir is not going to work for srcdir!=builddir. + +2017-02-24 15:59:54 +0200 Sebastian Dröge <sebastian@centricular.com> + + * meson.build: + meson: Update version + +2017-02-24 15:37:49 +0200 Sebastian Dröge <sebastian@centricular.com> + + * configure.ac: + Back to development + === release 1.11.2 === -2017-02-24 Sebastian Dröge <slomo@coaxion.net> +2017-02-24 15:10:07 +0200 Sebastian Dröge <sebastian@centricular.com> + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.11.2 + * gst-rtsp-server.doap: + Release 1.11.2 2017-02-14 20:40:26 +0000 Tim-Philipp Müller <tim@centricular.com> @@ -1 +1 @@ -This is GStreamer 1.11.2. +This is GStreamer 1.11.90. @@ -1,17 +1,15 @@ -Release notes for GStreamer RTSP Server Library 1.11.2 +Release notes for GStreamer RTSP Server Library 1.11.90 -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 -will lead to the stable 1.12 release series in the next weeks. Any newly added -API can still change until that point. +The GStreamer team is pleased to announce the first 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. -Full release notes will be provided at some point during the 1.11 release -cycle, highlighting all the new features, bugfixes, performance optimizations -and other important changes. +Full release notes will be provided with the 1.12.0 release, highlighting all +the new features, bugfixes, performance optimizations and other important +changes. Binaries for Android, iOS, Mac OS X and Windows will be provided in the next days. @@ -53,7 +51,6 @@ subscribe to the gstreamer-devel list. Contributors to this release - * Jan Schmidt * Sebastian Dröge * Tim-Philipp Müller
\ No newline at end of file diff --git a/configure.ac b/configure.ac index b3dc875..6933a84 100644 --- a/configure.ac +++ b/configure.ac @@ -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.2.1], +AC_INIT([GStreamer RTSP Server Library], [1.11.90], [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, 1102, 0, 1102) +AS_LIBTOOL(GST, 1190, 0, 1190) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.11.2.1 -GSTPB_REQ=1.11.2.1 -GSTPG_REQ=1.11.2.1 -GSTPD_REQ=1.11.2.1 +GST_REQ=1.11.90 +GSTPB_REQ=1.11.90 +GSTPG_REQ=1.11.90 +GSTPD_REQ=1.11.90 dnl *** autotools stuff **** diff --git a/gst-rtsp-server.doap b/gst-rtsp-server.doap index 09c746d..6046fe0 100644 --- a/gst-rtsp-server.doap +++ b/gst-rtsp-server.doap @@ -32,6 +32,16 @@ RTSP server library based on GStreamer <release> <Version> + <revision>1.11.90</revision> + <branch>master</branch> + <name></name> + <created>2017-04-07</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.11.90.tar.xz" /> + </Version> + </release> + + <release> + <Version> <revision>1.11.2</revision> <branch>master</branch> <name></name> diff --git a/meson.build b/meson.build index 3758e4c..3736be2 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gst-rtsp-server', 'c', - version : '1.11.2.1', + version : '1.11.90', meson_version : '>= 0.33.0', default_options : ['warning_level=1', 'buildtype=debugoptimized']) |