From 8451ebd1378f410b7a96bbac5eb5fe815c902c47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 15 Jun 2017 14:30:20 +0300 Subject: Release 1.10.5 --- ChangeLog | 15 +++++++++++++-- NEWS | 34 ++++++++++++++++++++++++++++++---- RELEASE | 11 +++-------- configure.ac | 4 ++-- gst-omx.doap | 10 ++++++++++ 5 files changed, 58 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index c9de3be..10d66bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,20 @@ +=== release 1.10.5 === + +2017-06-15 Sebastian Dröge + + * configure.ac: + releasing 1.10.5 + === release 1.10.4 === -2017-02-23 Sebastian Dröge +2017-02-23 16:13:35 +0200 Sebastian Dröge + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.10.4 + * gst-omx.doap: + Release 1.10.4 === release 1.10.3 === diff --git a/NEWS b/NEWS index a204424..1c28c81 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,8 @@ # GStreamer 1.10 Release Notes GStreamer 1.10.0 was originally released on 1st November 2016. -The latest bug-fix release in the 1.10 series is [1.10.4](#1.10.4) and was -released on 23 February 2017. +The latest bug-fix release in the 1.10 series is [1.10.5](#1.10.5) and was +released on 15 June 2017. The GStreamer team is proud to announce a new major feature release in the stable 1.x API series of your favourite cross-platform multimedia framework! @@ -13,7 +13,7 @@ improvements. See [https://gstreamer.freedesktop.org/releases/1.10/][latest] for the latest version of this document. -*Last updated: Thursday 23 Feb 2017, 15:00 UTC [(log)][gitlog]* +*Last updated: Thursday 15 Jun 2017, 09:30 UTC [(log)][gitlog]* [latest]: https://gstreamer.freedesktop.org/releases/1.10/ [gitlog]: https://cgit.freedesktop.org/gstreamer/www/log/src/htdocs/releases/1.10/release-notes-1.10.md @@ -1159,7 +1159,7 @@ GIT logs or ChangeLogs of the particular modules. ### 1.10.4 -The third 1.10 bug-fix release (1.10.4) was released on 23 February 2017. +The fourth 1.10 bug-fix release (1.10.4) was released on 23 February 2017. This release only contains bugfixes and it should be safe to update from 1.10.x. #### Major bugfixes in 1.10.4 @@ -1181,6 +1181,32 @@ GIT logs or ChangeLogs of the particular modules. [buglist-1.10.4]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=187054&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.10.4 + + +### 1.10.5 + +The fifth 1.10 bug-fix release (1.10.5) was released on 15 June 2017. +This release only contains bugfixes and it should be safe to update from 1.10.x. + +This is most likely the last release in the stable 1.10 release series. + +#### Major bugfixes in 1.10.5 + + - Various fixes for crashes, assertions, deadlocks and memory leaks + - Fix for regression in rtpjitterbuffer that caused PTS to be reset to 0 on + - Fix detection of some HLS streams + - Various fixes to the MOV/MP4 muxer and demuxer + gaps in the input + - gst-libav was updated to ffmpeg 3.2.5, fixing a couple of CVEs + - ... and many, many more! + +For a full list of bugfixes see [Bugzilla][buglist-1.10.5]. Note that this is +not the full list of changes and also does not include bug reports that were +closed after the 1.12.0 release. For the full list of changes please refer to +the GIT logs or ChangeLogs of the particular modules. + +[buglist-1.10.5]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=187054&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.10.5 + ## Known Issues - iOS builds with iOS 6 SDK and old C++ STL. You need to select iOS 6 instead diff --git a/RELEASE b/RELEASE index 13b92d7..2b5a794 100644 --- a/RELEASE +++ b/RELEASE @@ -1,12 +1,11 @@ -Release notes for GStreamer OpenMAX IL wrapper plugin 1.10.4 +Release notes for GStreamer OpenMAX IL wrapper plugin 1.10.5 -The GStreamer team is proud to announce the fourth bugfix release in the stable +The GStreamer team is proud to announce the fifth bugfix release in the stable 1.10 release series of your favourite cross-platform multimedia framework! -This release only contains bugfixes and it is safe to update from 1.10.x. For a -full list of bugfixes see Bugzilla. +This release only contains bugfixes and it is safe to update from 1.10.x. See /releases/1.10/ for the full release notes. @@ -72,9 +71,5 @@ subscribe to the gstreamer-devel list. Contributors to this release - * George Kiagiadakis - * Graham Leggett - * Reynaldo H. Verdejo Pinochet * Sebastian Dröge - * Vincent Penquerc'h   \ No newline at end of file diff --git a/configure.ac b/configure.ac index b1ef5fa..4ac50a2 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file dnl initialize autoconf dnl releases only do -Wall, git and prerelease does -Werror too dnl use a three digit version number for releases, and four for git/prerelease -AC_INIT(GStreamer OpenMAX Plug-ins, 1.10.4, +AC_INIT(GStreamer OpenMAX Plug-ins, 1.10.5, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-omx) @@ -45,7 +45,7 @@ AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION", [GStreamer API Version]) AG_GST_LIBTOOL_PREPARE -AS_LIBTOOL(GST, 1004, 0, 1004) +AS_LIBTOOL(GST, 1005, 0, 1005) dnl *** required versions of GStreamer stuff *** GST_REQ=1.10.0 diff --git a/gst-omx.doap b/gst-omx.doap index 0eaf1cc..08d2555 100644 --- a/gst-omx.doap +++ b/gst-omx.doap @@ -31,6 +31,16 @@ a basic collection of elements + + + 1.10.5 + 1.10 + + 2017-06-15 + + + + 1.10.4 -- cgit v1.2.1