diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-11-29 16:22:26 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-11-29 16:22:26 +0200 |
commit | 05d33210e99491aeeb0ef5b19625cff6629bf9d1 (patch) | |
tree | 0577ad8cd9788774961f36e271eca0d58d2f870b | |
parent | 5011f59b421922aae6fbfce680f0edc3ec13c6b1 (diff) |
Release 1.10.21.10.2
-rw-r--r-- | ChangeLog | 44 | ||||
-rw-r--r-- | NEWS | 33 | ||||
-rw-r--r-- | RELEASE | 13 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | gst-rtsp-server.doap | 10 |
5 files changed, 93 insertions, 11 deletions
@@ -1,9 +1,49 @@ +=== release 1.10.2 === + +2016-11-29 Sebastian Dröge <slomo@coaxion.net> + + * configure.ac: + releasing 1.10.2 + +2016-11-21 23:29:56 +1100 Matthew Waters <matthew@centricular.com> + + * gst/rtsp-server/rtsp-stream.c: + stream: block the output of rtpbin instead of the source pipeline + 85c52e194bcb81928b96614be0ae47d59eccb1ce introduced a more correct + detection of the srtp rollover counter to add to the SDP. + Unfortunately, it was incomplete for live pipelines where the logic + blocks the source bin before creating the SDP and thus would never have + the necessary informaiton to create a correct SDP with srtp encryption. + Move the pad blocks to rtpbin's output pads instead so that the + necessary information can be created before we need the information for + the SDP. + https://bugzilla.gnome.org/show_bug.cgi?id=770239 + +2016-11-21 13:05:50 +0100 Göran Jönsson <goranjn@axis.com> + + * gst/rtsp-server/rtsp-stream.c: + rtsp-stream: Set close-socket FALSE on UDP src:es + With this RTSP server can use the sockets independent on the udpsrc + state. + When the udp src is finalized it will unref socket and when g_socket + is finalized the socket will be closed. + https://bugzilla.gnome.org/show_bug.cgi?id=765673 + +2016-11-20 14:54:46 +0000 Tim-Philipp Müller <tim@centricular.com> + + * meson.build: + meson: update version + === release 1.10.1 === -2016-11-17 Sebastian Dröge <slomo@coaxion.net> +2016-11-17 15:58:08 +0200 Sebastian Dröge <sebastian@centricular.com> + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.10.1 + * gst-rtsp-server.doap: + Release 1.10.1 2016-11-01 19:43:38 +0000 Tim-Philipp Müller <tim@centricular.com> @@ -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.1](#1.10.1) and was -released on 17 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 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 17 Nov 2016, 15:00 UTC [(log)][gitlog]* +*Last updated: Tuesday 29 Nov 2016, 12: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 @@ -1084,7 +1084,7 @@ This release only contains bugfixes and it should be safe to update from 1.10.x. #### Major bugfixes in 1.10.1 - - Security-relevant bugfix in the vmnc decoder (no CVE) + - Security-relevant bugfix in the vmnc decoder (CVE-2016-9445, CVE-2016-9446) - Various bugfixes to playbin3/decodebin3 - Fix error at the end of playing any WAV file - Fix usability of androidmedia plugin if the camera or sensor API is not @@ -1099,6 +1099,31 @@ GIT logs or ChangeLogs of the particular modules. [buglist-1.10.1]: 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.1 +<a name="1.10.2"></a> + +### 1.10.2 + +The first 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 + + - 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) + - SAVP/SAVPF profile in gst-rtsp-server works for live streams again, and the + correct MIKEY policy message is generated + - Further OpenGL related bugfixes + - gst-libav was updated to ffmpeg 3.2.1 + - ... and many, many more! + +For a full list of bugfixes see [Bugzilla][buglist-1.10.2]. 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.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 + ## Known Issues - iOS builds with iOS 6 SDK and old C++ STL. You need to select iOS 6 instead @@ -1,11 +1,11 @@ -Release notes for GStreamer RTSP Server Library 1.10.1 +Release notes for GStreamer RTSP Server Library 1.10.2 -The GStreamer team is proud to announce the first bugfix release in the stable +The GStreamer team is proud to announce the second 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.0. For a +This release only contains bugfixes and it is safe to update from 1.10.x. For a full list of bugfixes see Bugzilla. @@ -13,6 +13,11 @@ See /releases/1.10/ for the full release notes. +Bugs fixed in this release + + * 765673 : udpsrc error: getsockname failed: could not get local address: Socket operation on non-socket + * 770239 : SAVP doesn't seem to work when restreaming an RTSP source + ==== Download ==== You can find source releases of gst-rtsp-server in the download @@ -48,5 +53,7 @@ subscribe to the gstreamer-devel list. Contributors to this release + * Göran Jönsson + * Matthew Waters * Tim-Philipp Müller
\ No newline at end of file diff --git a/configure.ac b/configure.ac index 6ece908..8c5bcb6 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.69) 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([GStreamer RTSP Server Library], [1.10.1], +AC_INIT([GStreamer RTSP Server Library], [1.10.2], [http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer], [gst-rtsp-server]) AG_GST_INIT @@ -53,7 +53,7 @@ dnl 1.2.5 => 205 dnl 1.10.9 (who knows) => 1009 dnl dnl sets GST_LT_LDFLAGS -AS_LIBTOOL(GST, 1001, 0, 1001) +AS_LIBTOOL(GST, 1002, 0, 1002) dnl *** required versions of GStreamer stuff *** GST_REQ=1.10.0 diff --git a/gst-rtsp-server.doap b/gst-rtsp-server.doap index 84e2cc9..2e3536f 100644 --- a/gst-rtsp-server.doap +++ b/gst-rtsp-server.doap @@ -32,6 +32,16 @@ RTSP server library based on GStreamer <release> <Version> + <revision>1.10.2</revision> + <branch>1.10</branch> + <name></name> + <created>2016-11-29</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.10.2.tar.xz" /> + </Version> + </release> + + <release> + <Version> <revision>1.10.1</revision> <branch>1.10</branch> <name></name> |