summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-06-15 14:30:08 +0300
committerSebastian Dröge <sebastian@centricular.com>2017-06-15 14:30:08 +0300
commit88b83cd19b779c551094a7c8cc302777fbe38dcc (patch)
tree4ba9910e098a14a98ac11be332db48b75cd255de
parentacb0bdf17d13bdccb328d08b3b96b03f904d0df6 (diff)
Release 1.10.51.10.51.10
-rw-r--r--validate/ChangeLog21
-rw-r--r--validate/NEWS34
-rw-r--r--validate/configure.ac4
-rw-r--r--validate/gst-validate.doap8
4 files changed, 58 insertions, 9 deletions
diff --git a/validate/ChangeLog b/validate/ChangeLog
index 8e46e2f..d33fb21 100644
--- a/validate/ChangeLog
+++ b/validate/ChangeLog
@@ -1,9 +1,24 @@
-=== release 1.10.4 ===
+=== release 1.10.5 ===
-2017-02-23 Sebastian Dröge <slomo@coaxion.net>
+2017-06-15 Sebastian Dröge <slomo@coaxion.net>
* configure.ac:
- releasing 1.10.4
+ releasing 1.10.5
+
+2017-02-23 17:26:50 +0000 Tim-Philipp Müller <tim@centricular.com>
+
+ * meson.build:
+ meson: update version
+
+=== release 1.10.4 ===
+
+2017-02-23 16:12:26 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * validate/ChangeLog:
+ * validate/NEWS:
+ * validate/configure.ac:
+ * validate/gst-validate.doap:
+ Release 1.10.4
2017-01-06 13:14:17 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
diff --git a/validate/NEWS b/validate/NEWS
index a204424..1c28c81 100644
--- a/validate/NEWS
+++ b/validate/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
+<a name="1.10.5"></a>
+
+### 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/validate/configure.ac b/validate/configure.ac
index 80162e9..e5e4917 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.10.4,
+AC_INIT(Gst-Validate, 1.10.5,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-validate)
@@ -49,7 +49,7 @@ AC_SUBST(GST_API_VERSION)
AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
[GStreamer API Version])
-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/validate/gst-validate.doap b/validate/gst-validate.doap
index 046254e..8970a79 100644
--- a/validate/gst-validate.doap
+++ b/validate/gst-validate.doap
@@ -53,6 +53,14 @@
</repository>
<Version>
+ <revision>1.10.5</revision>
+ <branch>1.10</branch>
+ <created>2017-06-15</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.10.5.tar.xz" />
+ </Version>
+ </release>
+
+ <Version>
<revision>1.10.4</revision>
<branch>1.10</branch>
<created>2017-02-23</created>