summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-07-03 00:33:54 +0100
committerTim-Philipp Müller <tim@centricular.com>2020-07-03 00:33:55 +0100
commitab4952a786192f3b531a637f8fe0d9c5e6163008 (patch)
treea54c7d31d9db535bae1a559385c47a42b1b8bdc8
parent289350572dc5f452d00c99fe65c5f5e29200fec9 (diff)
Release 1.17.21.17.2
-rw-r--r--ChangeLog35
-rw-r--r--NEWS4
-rw-r--r--RELEASE2
-rw-r--r--docs/gst_plugins_cache.json2
-rw-r--r--gst-rtsp-server.doap10
-rw-r--r--meson.build2
6 files changed, 50 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 7aff7c3..340ab61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+=== release 1.17.2 ===
+
+2020-07-03 00:33:54 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
+ * gst-rtsp-server.doap:
+ * meson.build:
+ Release 1.17.2
+
+2020-06-19 22:55:54 -0400 Thibault Saunier <tsaunier@igalia.com>
+
+ * docs/gst_plugins_cache.json:
+ doc: Stop documenting properties from parents
+
+2020-06-22 20:04:45 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * docs/gst_plugins_cache.json:
+ docs: Fix version in the plugins cache
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server/-/merge_requests/138>
+
+2020-06-22 12:33:32 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst/rtsp-sink/gstrtspclientsink.c:
+ rtspclientsink: Don't call gst_ghost_pad_construct() anymore
+ It's deprecated, unneeded and doesn't do anything anymore.
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server/-/merge_requests/138>
+
+2020-06-20 00:28:28 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * meson.build:
+ Back to development
+
=== release 1.17.1 ===
2020-06-19 19:24:38 +0100 Tim-Philipp Müller <tim@centricular.com>
@@ -5,6 +39,7 @@
* ChangeLog:
* NEWS:
* RELEASE:
+ * docs/gst_plugins_cache.json:
* gst-rtsp-server.doap:
* meson.build:
Release 1.17.1
diff --git a/NEWS b/NEWS
index a4e7232..39b682a 100644
--- a/NEWS
+++ b/NEWS
@@ -11,7 +11,7 @@ in summer 2020 now.
1.17.x is the unstable development series that is currently being
developed in the git master branch and which will eventually result in
-1.18, and 1.17.1 is the current development release in that series.
+1.18, and 1.17.2 is the current development release in that series.
The schedule for the 1.18 development cycle is yet to be confirmed, but
it is expected that feature freeze will be in June/July 2020, followed
@@ -24,7 +24,7 @@ July/August 2020.
See https://gstreamer.freedesktop.org/releases/1.18/ for the latest
version of this document.
-_Last updated: Thursday 18 June 2020, 16:00 UTC (log)_
+_Last updated: Wednesday 1 July 2020, 23:50 UTC (log)_
Introduction
diff --git a/RELEASE b/RELEASE
index 77c4533..2d32699 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,4 +1,4 @@
-This is GStreamer gst-rtsp-server 1.17.1.
+This is GStreamer gst-rtsp-server 1.17.2.
GStreamer 1.17 is the development branch leading up to the next major
stable version which will be 1.18.
diff --git a/docs/gst_plugins_cache.json b/docs/gst_plugins_cache.json
index ce38d11..4f56b67 100644
--- a/docs/gst_plugins_cache.json
+++ b/docs/gst_plugins_cache.json
@@ -321,7 +321,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
- "default": "GStreamer/1.17.1.1",
+ "default": "GStreamer/1.17.2",
"mutable": "null",
"readable": true,
"type": "gchararray",
diff --git a/gst-rtsp-server.doap b/gst-rtsp-server.doap
index d09320b..778732c 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.17.2</revision>
+ <branch>master</branch>
+ <name></name>
+ <created>2020-07-03</created>
+ <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.17.2.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.17.1</revision>
<branch>master</branch>
<name></name>
diff --git a/meson.build b/meson.build
index bee7f9c..8d0ea6e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gst-rtsp-server', 'c',
- version : '1.17.1.1',
+ version : '1.17.2',
meson_version : '>= 0.48',
default_options : ['warning_level=1', 'buildtype=debugoptimized'])