From f29be69e62362fdfe392037dee82e1e694a6200d Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Tue, 2 Oct 2018 23:13:25 +0100 Subject: Release 1.14.4 --- meson.build | 2 +- validate/ChangeLog | 11 +++++++++++ validate/NEWS | 40 +++++++++++++++++++++++++++++++++++++--- validate/configure.ac | 8 ++++---- validate/gst-validate.doap | 10 ++++++++++ 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 + + * 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 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 @@ -52,6 +52,16 @@ + + + 1.14.4 + 1.14 + + 2018-10-02 + + + + 1.14.3 -- cgit v1.2.3