summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-01-30 16:28:50 +0200
committerSebastian Dröge <sebastian@centricular.com>2017-01-30 16:28:50 +0200
commit6b834229bf1e3354f7aae8ecbcbdaf319416dce1 (patch)
tree429b07b68edf2ac1d01ad0149ef8a9d95c4d4f3a
parent81d96d30afb7dc25c624d4d546514e25822d3d36 (diff)
Release 1.10.31.10.3
-rw-r--r--ChangeLog93
-rw-r--r--NEWS44
-rw-r--r--RELEASE17
-rw-r--r--configure.ac4
-rw-r--r--gst-rtsp-server.doap10
5 files changed, 148 insertions, 20 deletions
diff --git a/ChangeLog b/ChangeLog
index 55879a7..bb1ee74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,98 @@
+=== release 1.10.3 ===
+
+2017-01-30 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.10.3
+
+2017-01-19 14:57:19 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst/rtsp-server/rtsp-client.c:
+ rtsp-client: Also handle the (S|G)ET_PARAMETER case of size==0 || !data as keep-alive
+ If there is no Content-Length header, no body would be allocated and the
+ '\0' would also not be appended to the body.
+
+2017-01-19 14:24:07 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst/rtsp-server/rtsp-client.c:
+ rtsp-client: Fix handling of keep-alive GET_PARAMETER/SET_PARAMETER
+ While they logically have 0 bytes length, GstRTSPConnection is appending
+ a '\0' to everything making the size be 1 instead.
+
+2017-01-10 08:34:50 +0100 Patricia Muscalu <patricia@axis.com>
+
+ * gst/rtsp-server/rtsp-stream.c:
+ rtsp-stream: corrected if-statement in _get_server_port()
+ This bug was accidentally introduced while fixing a segfault
+ in _get_server_port() function.
+ https://bugzilla.gnome.org/show_bug.cgi?id=776345
+
+2017-01-09 14:12:05 +0100 Patricia Muscalu <patricia@axis.com>
+
+ * gst/rtsp-server/rtsp-stream.c:
+ * tests/check/gst/stream.c:
+ rtsp-stream: fixed segmenation fault in _get_server_port()
+ Calling function gst_rtsp_stream_get_server_port() results in
+ segmenation fault in the RTP/RTSP/TCP case.
+ Port that the server will use to receive RTCP makes only
+ sense in the UDP case, however the function should handle
+ the TCP case in a nicer way.
+ https://bugzilla.gnome.org/show_bug.cgi?id=776345
+
+2016-12-21 13:41:50 +0100 Patricia Muscalu <patricia@axis.com>
+
+ * gst/rtsp-server/rtsp-stream.c:
+ * tests/check/gst/rtspserver.c:
+ rtsp-stream: Fixed TCP transport case
+ Make sure that the appsink element is actually added to
+ the bin before trying to link it with the elements in it.
+ https://bugzilla.gnome.org/show_bug.cgi?id=776343
+
+2016-12-01 18:04:34 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst/rtsp-server/rtsp-media-factory.c:
+ rtsp-media-factory: Don't create a pipeline for the media pipeline string
+ We're going to put a pipeline into a pipeline otherwise, which is not
+ exactly ideal.
+
+2016-10-25 15:41:28 +0300 Kseniia Vasilchuk <vasilchukkseniia@gmail.com>
+
+ * gst/rtsp-server/rtsp-media.c:
+ media: Fix race condition around finish_unprepare() if called multiple time
+ https://bugzilla.gnome.org/show_bug.cgi?id=755329
+
+2016-12-02 15:40:09 +0100 Edward Hervey <edward@centricular.com>
+
+ * gst/rtsp-server/rtsp-media.c:
+ media: Fix pt map caps
+ Since decryption is handled within rtpbin, all outcoming stream
+ caps will be application/x-rtp (i.e. regular rtp)
+ Fixes RECORD with SRTP streams
+
+2016-12-02 15:38:04 +0100 Edward Hervey <edward@centricular.com>
+
+ * gst/rtsp-server/rtsp-media-factory.c:
+ media-factory: Create media objects with the proper transport mode
+ The function called immediately afterwards (collect_streams()) will
+ need it to work properly
+
+2016-11-30 14:06:36 +1100 Jan Schmidt <jan@centricular.com>
+
+ * gst/rtsp-sink/gstrtspclientsink.c:
+ rtspclientsink: Don't leave stale pointer after unref
+ Fix a warning on shutdown - don't keep a pointer to an
+ alread-unreffed object.
+
=== release 1.10.2 ===
-2016-11-29 Sebastian Dröge <slomo@coaxion.net>
+2016-11-29 16:22:26 +0200 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.10.2
+ * gst-rtsp-server.doap:
+ Release 1.10.2
2016-11-21 23:29:56 +1100 Matthew Waters <matthew@centricular.com>
diff --git a/NEWS b/NEWS
index 815dee3..c8f4d44 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.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/RELEASE b/RELEASE
index b95e84e..4f4d75f 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,7 +1,7 @@
-Release notes for GStreamer RTSP Server Library 1.10.2
+Release notes for GStreamer RTSP Server Library 1.10.3
-The GStreamer team is proud to announce the second bugfix release in the stable
+The GStreamer team is proud to announce the third bugfix release in the stable
1.10 release series of your favourite cross-platform multimedia framework!
@@ -15,8 +15,9 @@ 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
+ * 755329 : Race condition around finish_unprepare
+ * 776343 : gst-rtsp-server: TCP transport does not work
+ * 776345 : gst-rtsp-server: segmentation fault when trying to get server port in TCP transport case
==== Download ====
@@ -53,7 +54,9 @@ subscribe to the gstreamer-devel list.
Contributors to this release
- * Göran Jönsson
- * Matthew Waters
- * Tim-Philipp Müller
+ * Edward Hervey
+ * Jan Schmidt
+ * Kseniia Vasilchuk
+ * Patricia Muscalu
+ * Sebastian Dröge
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 8c5bcb6..635f5f7 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.2],
+AC_INIT([GStreamer RTSP Server Library], [1.10.3],
[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, 1002, 0, 1002)
+AS_LIBTOOL(GST, 1003, 0, 1003)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.10.0
diff --git a/gst-rtsp-server.doap b/gst-rtsp-server.doap
index 2e3536f..570b211 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.3</revision>
+ <branch>1.10</branch>
+ <name></name>
+ <created>2017-01-30</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.10.3.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.10.2</revision>
<branch>1.10</branch>
<name></name>