From aed1959f877e93e4e15f3c8bb6a421cd08427c07 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Fri, 3 Jul 2020 00:35:20 +0100 Subject: Release 1.17.2 --- ChangeLog | 54 +++++++++++++++++++++++++++++++++++++++++++++++ NEWS | 4 ++-- RELEASE | 2 +- gst-editing-services.doap | 10 +++++++++ meson.build | 2 +- 5 files changed, 68 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index ef739014..8347f48d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,57 @@ +=== release 1.17.2 === + +2020-07-03 00:35:20 +0100 Tim-Philipp Müller + + * ChangeLog: + * NEWS: + * RELEASE: + * gst-editing-services.doap: + * meson.build: + Release 1.17.2 + +2020-06-23 16:11:59 +0200 Mathieu Duponchelle + + * docs/libs/GESTimeOverlayClip-children-props.md: + * docs/libs/GESTitleSource-children-props.md: + * docs/libs/GESVideoTestSource-children-props.md: + * docs/libs/GESVideoUriSource-children-props.md: + * ges/ges-track.c: + * plugins/nle/nleoperation.c: + docs: fix links + +2020-06-23 00:05:13 +0200 Mathieu Duponchelle + + * docs/gst_plugins_cache.json: + plugins_cache: add base classes + +2020-06-23 00:04:52 +0200 Mathieu Duponchelle + + * docs/meson.build: + meson: mark plugins cache target as always stale + +2020-06-21 01:42:26 +0200 Mathieu Duponchelle + + * plugins/ges/gesbasebin.c: + * plugins/nle/nleobject.c: + docs: mark more types as plugin API + +2020-06-19 22:56:41 -0400 Thibault Saunier + + * docs/gst_plugins_cache.json: + doc: Stop documenting properties from parents + +2020-06-22 12:34:20 +0300 Sebastian Dröge + + * ges/ges-smart-video-mixer.c: + smart-video-mixer: Don't call gst_ghost_pad_construct() anymore + It's deprecated, unneeded and doesn't do anything anymore. + Part-of: + +2020-06-20 00:28:31 +0100 Tim-Philipp Müller + + * meson.build: + Back to development + === release 1.17.1 === 2020-06-19 19:25:56 +0100 Tim-Philipp Müller diff --git a/NEWS b/NEWS index a4e7232a..39b682a8 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 c1dd6e8c..6652d22e 100644 --- a/RELEASE +++ b/RELEASE @@ -1,4 +1,4 @@ -This is GStreamer gst-editing-services 1.17.1. +This is GStreamer gst-editing-services 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-editing-services.doap b/gst-editing-services.doap index 79d991ec..2c3ba6f3 100644 --- a/gst-editing-services.doap +++ b/gst-editing-services.doap @@ -30,6 +30,16 @@ GStreamer library for creating audio and video editors + + + 1.17.2 + master + + 2020-07-03 + + + + 1.17.1 diff --git a/meson.build b/meson.build index 88223d42..9005ac65 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gst-editing-services', 'c', - version : '1.17.1.1', + version : '1.17.2', meson_version : '>= 0.48', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) -- cgit v1.2.3