diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2020-07-03 00:36:40 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2020-07-03 00:36:40 +0100 |
commit | f6771f9bf334c951c2f6e87f036b462917e5523b (patch) | |
tree | 6dfe2700b3bb1aa193ac01842b581db4eee5e9b1 | |
parent | 1c3facd2157549c19ddcb71a64de9f754f1499a0 (diff) |
Release 1.17.21.17.2
-rw-r--r-- | ChangeLog | 32 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | RELEASE | 2 | ||||
-rw-r--r-- | gstreamer-vaapi.doap | 10 | ||||
-rw-r--r-- | meson.build | 2 |
5 files changed, 46 insertions, 4 deletions
@@ -1,3 +1,35 @@ +=== release 1.17.2 === + +2020-07-03 00:36:40 +0100 Tim-Philipp Müller <tim@centricular.com> + + * ChangeLog: + * NEWS: + * RELEASE: + * gstreamer-vaapi.doap: + * meson.build: + Release 1.17.2 + +2020-06-23 10:20:46 -0400 Thibault Saunier <tsaunier@igalia.com> + + * docs/gst_plugins_cache.json: + * gst/vaapi/gstvaapiencode.c: + docs: Mark parent classes as plugin API + +2020-06-23 00:07:57 +0200 Mathieu Duponchelle <mathieu@centricular.com> + + * docs/meson.build: + meson: mark plugins cache target as always stale + +2020-06-19 23:34:11 -0400 Thibault Saunier <tsaunier@igalia.com> + + * docs/gst_plugins_cache.json: + doc: Stop documenting properties from parents + +2020-06-20 00:28:35 +0100 Tim-Philipp Müller <tim@centricular.com> + + * meson.build: + Back to development + === release 1.17.1 === 2020-06-19 19:27:11 +0100 Tim-Philipp Müller <tim@centricular.com> @@ -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 @@ -1,4 +1,4 @@ -This is GStreamer gstreamer-vaapi 1.17.1. +This is GStreamer gstreamer-vaapi 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/gstreamer-vaapi.doap b/gstreamer-vaapi.doap index 7db14451..8994d0ce 100644 --- a/gstreamer-vaapi.doap +++ b/gstreamer-vaapi.doap @@ -27,6 +27,16 @@ <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/gstreamer-vaapi/gstreamer-vaapi-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 4b727541..2aa12647 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gstreamer-vaapi', 'c', - version : '1.17.1.1', + version : '1.17.2', meson_version : '>= 0.48.0', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) |