summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-10-02 23:13:25 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-10-02 23:13:26 +0100
commitf29be69e62362fdfe392037dee82e1e694a6200d (patch)
tree45f247fffeb5b871f5fa2fb43b469d3d286c3c11
parent9632feb0424da4cb65012696f4120ef081181179 (diff)
Release 1.14.4gst-devtools-1.14.4
-rw-r--r--meson.build2
-rw-r--r--validate/ChangeLog11
-rw-r--r--validate/NEWS40
-rw-r--r--validate/configure.ac8
-rw-r--r--validate/gst-validate.doap10
5 files changed, 63 insertions, 8 deletions
diff --git a/meson.build b/meson.build
index 4817c52e10..723cf1a9fd 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gst-devtools', 'c',
- version : '1.14.3',
+ version : '1.14.4',
meson_version : '>= 0.40.1',
default_options : [ 'warning_level=1',
'c_std=gnu99',
diff --git a/validate/ChangeLog b/validate/ChangeLog
index 49efff28a1..f02de35607 100644
--- a/validate/ChangeLog
+++ b/validate/ChangeLog
@@ -1,3 +1,14 @@
+=== release 1.14.4 ===
+
+2018-10-02 23:13:25 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * meson.build:
+ * validate/ChangeLog:
+ * validate/NEWS:
+ * validate/configure.ac:
+ * validate/gst-validate.doap:
+ Release 1.14.4
+
=== release 1.14.3 ===
2018-09-16 16:36:43 +0100 Tim-Philipp Müller <tim@centricular.com>
diff --git a/validate/NEWS b/validate/NEWS
index efb2c98a9d..d613e7d07e 100644
--- a/validate/NEWS
+++ b/validate/NEWS
@@ -1480,10 +1480,44 @@ For a full list of bugfixes see Bugzilla. Note that this is not the full
list of changes. For the full list of changes please refer to the GIT
logs or ChangeLogs of the particular modules.
-1.14.4 (future)
+1.14.4
-The fourth 1.14 bug-fix release (1.14.4) is scheduled to be released
-around October 2018.
+The fourth 1.14 bug-fix release (1.14.4) was released on 2 October 2018.
+
+This release only contains bugfixes and it should be safe to update from
+1.14.x.
+
+Highlighted bugfixes in 1.14.4
+
+- glviewconvert: wait and set the gl sync meta on buffers
+- glviewconvert: Copy composition meta from the primary buffer to both
+ outputs
+- glcolorconvert: Don’t copy overlay composition meta over to NULL
+ outbufs
+- matroskademux: add functionality needed for MSE use case fixing
+ youtube playback in epiphany/webkit-gtk
+- msdk: fix build on windows
+- opusenc: fix another crash on 32-bit x86 on windows (alignment issue
+ in SSE optimisations)
+- osxaudio: add support for parsing more channel layouts
+- tagdemux: Use upstream GST_EVENT_STREAM_START (and stream-id) if
+ present
+- vorbisdec: fix header handling regression: init decoder immediately
+ once we have headers
+- wasapisink: recover from low buffer levels in shared mode
+- fix GstSegment unit test which would fail on some 32-bit x86 CPUs
+
+Contributors to 1.14.4
+
+Alicia Boya García, Christoph Reiter, Edward Hervey, Jan Schmidt,
+Matthew Waters, Nicola Murino, Nicolas Dufresne, Sebastian Dröge,
+Tim-Philipp Müller, Wangfei, and many others. Thank you all.
+
+List of bugs fixed in 1.14.4
+
+For a full list of bugfixes see Bugzilla. Note that this is not the full
+list of changes. For the full list of changes please refer to the GIT
+logs or ChangeLogs of the particular modules.
Known Issues
diff --git a/validate/configure.ac b/validate/configure.ac
index ca989a796b..5be37cf08e 100644
--- a/validate/configure.ac
+++ b/validate/configure.ac
@@ -2,7 +2,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(Gst-Validate, 1.14.3,
+AC_INIT(Gst-Validate, 1.14.4,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-validate)
@@ -49,11 +49,11 @@ AC_SUBST(GST_API_VERSION)
AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
[GStreamer API Version])
-AS_LIBTOOL(GST, 1403, 0, 1403)
+AS_LIBTOOL(GST, 1404, 0, 1404)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.14.3
-GSTPB_REQ=1.14.3
+GST_REQ=1.14.4
+GSTPB_REQ=1.14.4
dnl *** autotools stuff ****
diff --git a/validate/gst-validate.doap b/validate/gst-validate.doap
index 5831bb0bd5..3338880a02 100644
--- a/validate/gst-validate.doap
+++ b/validate/gst-validate.doap
@@ -54,6 +54,16 @@
<release>
<Version>
+ <revision>1.14.4</revision>
+ <branch>1.14</branch>
+ <name></name>
+ <created>2018-10-02</created>
+ <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.14.4.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.14.3</revision>
<branch>1.14</branch>
<name></name>