summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-03-15 12:33:13 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-03-15 12:33:13 +0200
commita64565c016ee918adddf2b3ef04a4cb2c4febf38 (patch)
treeb0e32cc7ba5851424a20f3a1c298f5e33c9ffe4b
parent024117642ac94ea08cf6ca713c3e886673933223 (diff)
Release 1.7.911.7.91
-rw-r--r--ChangeLog50
-rw-r--r--NEWS2
-rw-r--r--RELEASE12
-rw-r--r--configure.ac8
-rw-r--r--gst-editing-services.doap9
5 files changed, 66 insertions, 15 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b72c168..5aef1076 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,55 @@
+=== release 1.7.91 ===
+
+2016-03-15 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.7.91
+
+2016-03-11 17:31:15 +0100 Thibault Saunier <tsaunier@gnome.org>
+
+ * 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 <tsaunier@gnome.org>
+
+ * 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 <lubosz.sarnecki@collabora.co.uk>
+
+ * 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 <justin.kim@collabora.com>
+
+ * 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 <slomo@coaxion.net>
+2016-03-01 19:09:52 +0200 Sebastian Dröge <sebastian@centricular.com>
+ * 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 <sjors@sjorsgielen.nl>
diff --git a/NEWS b/NEWS
index 21d8509c..0f704154 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 23eb0651..e06a0ac4 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 f0add2ff..8be587d5 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 85fa9eb6..baf50f95 100644
--- a/gst-editing-services.doap
+++ b/gst-editing-services.doap
@@ -32,6 +32,15 @@ GStreamer library for creating audio and video editors
<release>
<Version>
+ <revision>1.7.91</revision>
+ <branch>master</branch>
+ <created>2016-03-15</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-editing-services/gst-editing-services-1.7.91.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.7.90</revision>
<branch>master</branch>
<created>2016-03-01</created>