summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-01-30 16:29:31 +0200
committerSebastian Dröge <sebastian@centricular.com>2017-01-30 16:29:31 +0200
commit4d64f294706ad1df052ccbbd5ffdb68dee3adf31 (patch)
treedcaa09ff817a05a8001b9c24399061a447b63611
parent35a848c4b271b18d5f4efa12925e44fa2b6dadcf (diff)
Release 1.10.3gst-devtools-1.10.3
-rw-r--r--validate/ChangeLog52
-rw-r--r--validate/NEWS44
-rw-r--r--validate/configure.ac4
-rw-r--r--validate/gst-validate.doap8
4 files changed, 94 insertions, 14 deletions
diff --git a/validate/ChangeLog b/validate/ChangeLog
index 253d47d3bb..9bd8376f60 100644
--- a/validate/ChangeLog
+++ b/validate/ChangeLog
@@ -1,9 +1,55 @@
-=== release 1.10.2 ===
+=== release 1.10.3 ===
-2016-11-29 Sebastian Dröge <slomo@coaxion.net>
+2017-01-30 Sebastian Dröge <slomo@coaxion.net>
* configure.ac:
- releasing 1.10.2
+ releasing 1.10.3
+
+2016-12-19 16:17:56 +0100 Edward Hervey <bilboed@bilboed.com>
+
+ * validate/gst/validate/gst-validate-scenario.c:
+ validate-scenario: Properly get the rate for action validation
+ This issue was most likely introduced by the refactoring of the
+ position querying into a standalone function.
+ In execute_next_action() the rate variable was never replaced by
+ the current rate of the pipeline, this would result in all reverse
+ playback actions to trigger immediately instead of waiting for
+ the actual target time.
+ https://bugzilla.gnome.org/show_bug.cgi?id=776280
+
+2016-11-30 14:07:04 -0300 Thibault Saunier <tsaunier@gnome.org>
+
+ * validate/launcher/baseclasses.py:
+ validate:launcher: Handle missing media info file
+
+2016-11-30 13:32:09 -0300 Thibault Saunier <tsaunier@gnome.org>
+
+ * validate/gst/validate/gst-validate-pipeline-monitor.c:
+ * validate/tests/launcher_tests/test_validate.py:
+ validate: Properly handle proxy pads generating detailed info about NNEs
+ In cases where we had a two consecutive bins with proxy pads, we could
+ segfault because we were dereferencing a NULL pointer to pad.
+
+2016-11-30 07:40:05 -0300 Thibault Saunier <tsaunier@gnome.org>
+
+ * validate/launcher/baseclasses.py:
+ validate:launcher: Make sure that the IPC server is shutdown before closing the socket
+
+2016-11-29 14:47:35 -0300 Thibault Saunier <tsaunier@gnome.org>
+
+ * validate/launcher/baseclasses.py:
+ validate:launcher: Make sure to check string when verifying expected failures
+ The value can potentially be None and we should handle that
+
+=== release 1.10.2 ===
+
+2016-11-29 16:23:17 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * validate/ChangeLog:
+ * validate/NEWS:
+ * validate/configure.ac:
+ * validate/gst-validate.doap:
+ Release 1.10.2
2016-11-02 12:43:54 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
diff --git a/validate/NEWS b/validate/NEWS
index 815dee3b5e..c8f4d44a87 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.2](#1.10.2) and was
-released on 29 November 2016.
+The latest bug-fix release in the 1.10 series is [1.10.3](#1.10.3) and was
+released on 30 January 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: Tuesday 29 Nov 2016, 12:30 UTC [(log)][gitlog]*
+*Last updated: Monday 30 Jan 2017, 12:00 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
@@ -1103,7 +1103,7 @@ GIT logs or ChangeLogs of the particular modules.
### 1.10.2
-The first 1.10 bug-fix release (1.10.2) was released on 29 November 2016.
+The second 1.10 bug-fix release (1.10.2) was released on 29 November 2016.
This release only contains bugfixes and it should be safe to update from 1.10.x.
#### Major bugfixes in 1.10.2
@@ -1111,7 +1111,9 @@ This release only contains bugfixes and it should be safe to update from 1.10.x.
- Security-relevant bugfix in the FLI/FLX/FLC decoder (CVE-2016-9634,
CVE-2016-9635, CVE-2016-9636)
- Various fixes for crashes, assertions and other failures on fuzzed input
- files (among others, thanks to Hanno Böck for testing and reporting)
+ files. Among others, thanks to Hanno Böck for testing and reporting
+ (CVE-2016-9807, CVE-2016-9808, CVE-2016-9809, CVE-2016-9810, CVE-2016-9811,
+ CVE-2016-9812, CVE-2016-9813).
- SAVP/SAVPF profile in gst-rtsp-server works for live streams again, and the
correct MIKEY policy message is generated
- Further OpenGL related bugfixes
@@ -1124,6 +1126,32 @@ GIT logs or ChangeLogs of the particular modules.
[buglist-1.10.2]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=168172&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.10.2
+<a name="1.10.3"></a>
+
+### 1.10.3
+
+The third 1.10 bug-fix release (1.10.3) was released on 30 January 2017.
+This release only contains bugfixes and it should be safe to update from 1.10.x.
+
+#### Major bugfixes in 1.10.3
+
+ - Various fixes for crashes, assertions, deadlocks and memory leaks on fuzzed
+ input files and in other situations
+ - Regression fixes for souphttpsrc with redirection tracking and retrying
+ - Regression fix for gst-rtsp-server not handling TCP-only medias anymore
+ - Various other bugfixes the RTP/RTSP codebase
+ - vp8enc works again on 32 bit Windows
+ - Fixes to Opus PLC handling in the decoder
+ - Fix for stream corruption in multihandlesink when removing clients
+ - gst-libav was updated to ffmpeg 3.2.2
+ - ... and many, many more!
+
+For a full list of bugfixes see [Bugzilla][buglist-1.10.3]. 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.
+
+[buglist-1.10.3]: 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.3
+
## Known Issues
- iOS builds with iOS 6 SDK and old C++ STL. You need to select iOS 6 instead
@@ -1134,8 +1162,6 @@ GIT logs or ChangeLogs of the particular modules.
- Building applications with Android NDK r13 on Windows does not work. Other
platforms and earlier/later versions of the NDK are not affected.
[Bug #772842](https://bugzilla.gnome.org/show_bug.cgi?id=772842)
-- vp8enc crashes on 32 bit Windows, but was working fine in 1.6. 64 bit Windows is unaffected.
- [Bug #763663](https://bugzilla.gnome.org/show_bug.cgi?id=763663)
## Schedule for 1.12
@@ -1144,9 +1170,9 @@ development version leading up to the stable 1.12 release. The development
of 1.11/1.12 will happen in the git master branch.
The plan for the 1.12 development cycle is yet to be confirmed, but it is
-expected that feature freeze will be around early/mid-January,
+expected that feature freeze will be around early/mid-February,
followed by several 1.11 pre-releases and the new 1.12 stable release
-in March.
+in April.
1.12 will be backwards-compatible to the stable 1.10, 1.8, 1.6, 1.4, 1.2 and
1.0 release series.
diff --git a/validate/configure.ac b/validate/configure.ac
index ed26194a57..ce520b622f 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.2,
+AC_INIT(Gst-Validate, 1.10.3,
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, 1002, 0, 1002)
+AS_LIBTOOL(GST, 1003, 0, 1003)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.10.0
diff --git a/validate/gst-validate.doap b/validate/gst-validate.doap
index 7b2350508e..596b7cd55c 100644
--- a/validate/gst-validate.doap
+++ b/validate/gst-validate.doap
@@ -53,6 +53,14 @@
</repository>
<Version>
+ <revision>1.10.3</revision>
+ <branch>1.10</branch>
+ <created>2017-01-30</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.10.3.tar.xz" />
+ </Version>
+ </release>
+
+ <Version>
<revision>1.10.2</revision>
<branch>1.10</branch>
<created>2016-11-29</created>