From 25650c66879008e0ad88730495af6a70483267a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 3 Jul 2020 00:37:06 +0100 Subject: Release 1.17.2 --- ChangeLog | 16 ++++++++++++++++ NEWS | 4 ++-- RELEASE | 2 +- gst-omx.doap | 10 ++++++++++ meson.build | 2 +- 5 files changed, 30 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 872f721..5a92690 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +=== release 1.17.2 === + +2020-07-03 00:37:06 +0100 Tim-Philipp Müller + + * ChangeLog: + * NEWS: + * RELEASE: + * gst-omx.doap: + * meson.build: + Release 1.17.2 + +2020-06-20 00:28:37 +0100 Tim-Philipp Müller + + * meson.build: + Back to development + === release 1.17.1 === 2020-06-19 19:27:38 +0100 Tim-Philipp Müller 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 e3ba324..1cd638b 100644 --- a/RELEASE +++ b/RELEASE @@ -1,4 +1,4 @@ -This is GStreamer gst-omx 1.17.1. +This is GStreamer gst-omx 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/gst-omx.doap b/gst-omx.doap index b303781..2dd46d9 100644 --- a/gst-omx.doap +++ b/gst-omx.doap @@ -31,6 +31,16 @@ a basic collection of elements + + + 1.17.2 + master + + 2020-07-03 + + + + 1.17.1 diff --git a/meson.build b/meson.build index 114c599..a53b439 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gst-omx', 'c', - version : '1.17.1.1', + version : '1.17.2', meson_version : '>= 0.47', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) -- cgit v1.2.1