From a64565c016ee918adddf2b3ef04a4cb2c4febf38 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 15 Mar 2016 12:33:13 +0200 Subject: [PATCH] Release 1.7.91 --- ChangeLog | 50 +++++++++++++++++++++++++++++++++++++++++++++-- NEWS | 2 +- RELEASE | 12 ++++-------- configure.ac | 8 ++++---- gst-editing-services.doap | 9 +++++++++ 5 files changed, 66 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8b72c16..5aef107 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,55 @@ +=== release 1.7.91 === + +2016-03-15 Sebastian Dröge + + * configure.ac: + releasing 1.7.91 + +2016-03-11 17:31:15 +0100 Thibault Saunier + + * examples/c/overlays.c: + * ges/ges-enums.c: + * ges/ges-enums.h: + * ges/ges-title-source.c: + * ges/ges-title-source.h: + Revert "titlesource: use x/yabsolute instead of x/ypos." + This reverts commit c4356db40c6e50f7314a75ea65d46f9f21ef0a5d. + This commit was not ready and was not support to be pushed + +2016-03-11 17:29:08 +0100 Thibault Saunier + + * ges/ges-group.c: + ges: Don't emit timeline::group-removed when ungrouping outside a timeline + +2016-03-11 12:45:37 +0100 Lubosz Sarnecki + + * examples/c/overlays.c: + * ges/ges-enums.c: + * ges/ges-enums.h: + * ges/ges-title-source.c: + * ges/ges-title-source.h: + titlesource: use x/yabsolute instead of x/ypos. + +2016-02-12 19:18:24 +0100 Justin Kim + + * tools/ges-launcher.c: + ges-launcher: don't leak sanitized_timeline string + Summary: + sanitized_timeline is created when parsing command line, + but it isn't free'd. + Reviewers: thiblahute + Differential Revision: https://phabricator.freedesktop.org/D382 + === release 1.7.90 === -2016-03-01 Sebastian Dröge +2016-03-01 19:09:52 +0200 Sebastian Dröge + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.7.90 + * gst-editing-services.doap: + Release 1.7.90 2016-02-26 21:13:37 +0100 Sjors Gielen diff --git a/NEWS b/NEWS index 21d8509..0f70415 100644 --- a/NEWS +++ b/NEWS @@ -1 +1 @@ -This is GStreamer 1.7.90 +This is GStreamer 1.7.91 diff --git a/RELEASE b/RELEASE index 23eb065..e06a0ac 100644 --- a/RELEASE +++ b/RELEASE @@ -1,7 +1,7 @@ -Release notes for GStreamer Editing Services 1.7.90 +Release notes for GStreamer Editing Services 1.7.91 -The GStreamer team is pleased to announce the first release candidate of the stable +The GStreamer team is pleased to announce the second release candidate of the stable 1.8 release series. The 1.8 release series is adding new features on top of the 1.0, 1.2, 1.4 and 1.6 series and is part of the API and ABI-stable 1.x release series of the GStreamer multimedia framework. @@ -12,9 +12,6 @@ during the stable 1.8 release series. -There were no bugs fixed in this release - - ==== Download ==== You can find source releases of gst-editing-services in the download @@ -50,8 +47,7 @@ subscribe to the gstreamer-devel list. Contributors to this release - * Fabian Orccon - * Sebastian Dröge - * Sjors Gielen + * Justin Kim + * Lubosz Sarnecki * Thibault Saunier   \ No newline at end of file diff --git a/configure.ac b/configure.ac index f0add2f..8be587d 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.62) 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 Editing Services, 1.7.90, +AC_INIT(GStreamer Editing Services, 1.7.91, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gstreamer-editing-services) @@ -51,11 +51,11 @@ dnl we override it here if we need to for the release candidate of new series GST_API_VERSION=1.0 AC_SUBST(GST_API_VERSION) -AS_LIBTOOL(GST, 790, 0, 790) +AS_LIBTOOL(GST, 791, 0, 791) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.7.90 -GSTPB_REQ=1.7.90 +GST_REQ=1.7.91 +GSTPB_REQ=1.7.91 dnl *** autotools stuff **** diff --git a/gst-editing-services.doap b/gst-editing-services.doap index 85fa9eb..baf50f9 100644 --- a/gst-editing-services.doap +++ b/gst-editing-services.doap @@ -32,6 +32,15 @@ GStreamer library for creating audio and video editors + 1.7.91 + master + 2016-03-15 + + + + + + 1.7.90 master 2016-03-01 -- 2.7.4