Release 1.17.2
authorTim-Philipp Müller <tim@centricular.com>
Thu, 2 Jul 2020 23:29:25 +0000 (00:29 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 2 Jul 2020 23:29:26 +0000 (00:29 +0100)
ChangeLog
NEWS
RELEASE
gst-plugins-ugly.doap
meson.build

index cb7f45cdb6fbcc10e27e3cceb6a1520b7b4f7d17..f13613ce523cd0c299736fc06100e973abfa7d74 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+=== release 1.17.2 ===
+
+2020-07-03 00:29:25 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * gst-plugins-ugly.doap:
+       * meson.build:
+         Release 1.17.2
+
+2020-06-23 00:03:04 +0200  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * docs/meson.build:
+         meson: mark plugins cache target as always stale
+
+2020-06-19 22:55:28 -0400  Thibault Saunier <tsaunier@igalia.com>
+
+       * docs/gst_plugins_cache.json:
+         doc: Stop documenting properties from parents
+
+2020-06-20 00:28:13 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+         Back to development
+
 === release 1.17.1 ===
 
 2020-06-19 19:20:41 +0100  Tim-Philipp Müller <tim@centricular.com>
@@ -5,6 +31,7 @@
        * ChangeLog:
        * NEWS:
        * RELEASE:
+       * docs/gst_plugins_cache.json:
        * gst-plugins-ugly.doap:
        * meson.build:
          Release 1.17.1
diff --git a/NEWS b/NEWS
index a4e7232a19ca6c2d79e077d1a120bf30fa9d8393..39b682a8c8e7b23a945c36d89454aef441a59c06 100644 (file)
--- 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 65f510ca1e2c7f211d4a06e7613a2332797971f5..8749338a55bac156c0febd6a9bb3792b56aabc27 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,4 +1,4 @@
-This is GStreamer gst-plugins-ugly 1.17.1.
+This is GStreamer gst-plugins-ugly 1.17.2.
 
 GStreamer 1.17 is the development branch leading up to the next major
 stable version which will be 1.18.
index fb0339122cec0f1824d9efa2a2471ff23f19cf6e..b67b8d775cf667ae831c24e5cb22b8e792cef140 100644 (file)
@@ -33,6 +33,16 @@ might be widely known to present patent problems.
    </GitRepository>
  </repository>
 
+ <release>
+  <Version>
+   <revision>1.17.2</revision>
+   <branch>master</branch>
+   <name></name>
+   <created>2020-07-03</created>
+   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.17.2.tar.xz" />
+  </Version>
+ </release>
+
  <release>
   <Version>
    <revision>1.17.1</revision>
index a42f4108d05ec6f9c4a0bb1e85792909fe6db784..e97e9c03b74005ccf9c3fc7a95121844092a9bcd 100644 (file)
@@ -1,5 +1,5 @@
 project('gst-plugins-ugly', 'c',
-  version : '1.17.1.1',
+  version : '1.17.2',
   meson_version : '>= 0.48',
   default_options : [ 'warning_level=1',
                       'buildtype=debugoptimized' ])