Release 1.7.91
authorSebastian Dröge <sebastian@centricular.com>
Tue, 15 Mar 2016 10:33:13 +0000 (12:33 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 15 Mar 2016 10:33:13 +0000 (12:33 +0200)
ChangeLog
NEWS
RELEASE
configure.ac
gst-editing-services.doap

index 8b72c16..5aef107 100644 (file)
--- 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 21d8509..0f70415 100644 (file)
--- 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 (file)
--- 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
index f0add2f..8be587d 100644 (file)
@@ -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 ****
 
index 85fa9eb..baf50f9 100644 (file)
@@ -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>