From af5bacd59a393ca359ee727cb86900a4974cf537 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Fri, 19 Aug 2016 12:49:00 +0300 Subject: Release 1.8.3 --- ChangeLog | 48 +++++++++++++++++++++++------------------------- NEWS | 38 ++++++++++++++++++++------------------ RELEASE | 15 ++++----------- configure.ac | 4 ++-- gst-rtsp-server.doap | 10 ++++++++++ 5 files changed, 59 insertions(+), 56 deletions(-) diff --git a/ChangeLog b/ChangeLog index b50016f..53cf9ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,30 @@ +=== release 1.8.3 === + +2016-08-19 Sebastian Dröge + + * configure.ac: + releasing 1.8.3 + +2016-05-25 10:28:43 +0100 Tim-Philipp Müller + + * gst/rtsp-server/Makefile.am: + g-i: pass compiler env to g-ir-scanner + It's what introspection.mak does as well. Should + fix spurious build failures on gnome-continuous + (caused by g-ir-scanner getting compiler details + via python which is broken in some environments + so passing the compiler details bypasses that). + === release 1.8.2 === -2016-06-09 Sebastian Dröge +2016-06-09 11:52:33 +0300 Sebastian Dröge + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.8.2 + * gst-rtsp-server.doap: + Release 1.8.2 2016-05-18 16:48:44 +0100 Ian @@ -6658,8 +6679,6 @@ * configure.ac: * pkgconfig/Makefile.am: - * pkgconfig/gst-rtsp-server-uninstalled.pc.in: - * pkgconfig/gst-rtsp-server.pc.in: * pkgconfig/gstreamer-rtsp-server-uninstalled.pc.in: * pkgconfig/gstreamer-rtsp-server.pc.in: pkg-config: rename gst-rtsp-server-0.11.pc to gstreamer-rtsp-server-0.11.pc @@ -7547,8 +7566,6 @@ 2011-01-10 15:10:53 +0100 Wim Taymans * gst/rtsp-server/Makefile.am: - * gst/rtsp-server/fs-funnel.c: - * gst/rtsp-server/fs-funnel.h: * gst/rtsp-server/rtsp-funnel.c: * gst/rtsp-server/rtsp-funnel.h: * gst/rtsp-server/rtsp-media.c: @@ -9146,7 +9163,6 @@ 2009-01-29 13:31:27 +0100 Wim Taymans * examples/Makefile.am: - * examples/main.c: * examples/test-mp4.c: * examples/test-ogg.c: * examples/test-video.c: @@ -9414,19 +9430,12 @@ * bindings/vala/gst-rtsp-server-0.10.deps: * bindings/vala/gst-rtsp-server-0.10.vapi: - * bindings/vala/gst-rtsp-server.vapi: * bindings/vala/packages/gst-rtsp-server-0.10.deps: * bindings/vala/packages/gst-rtsp-server-0.10.excludes: * bindings/vala/packages/gst-rtsp-server-0.10.files: * bindings/vala/packages/gst-rtsp-server-0.10.gi: * bindings/vala/packages/gst-rtsp-server-0.10.metadata: * bindings/vala/packages/gst-rtsp-server-0.10.namespace: - * bindings/vala/packages/gst-rtsp-server.deps: - * bindings/vala/packages/gst-rtsp-server.excludes: - * bindings/vala/packages/gst-rtsp-server.files: - * bindings/vala/packages/gst-rtsp-server.gi: - * bindings/vala/packages/gst-rtsp-server.metadata: - * bindings/vala/packages/gst-rtsp-server.namespace: Regenerated Vala bindings 2008-12-08 13:19:40 +0100 Sebastian Pölsterl @@ -9503,17 +9512,6 @@ * gst/rtsp-server/rtsp-session.c: * gst/rtsp-server/rtsp-session.h: * src/Makefile.am: - * src/main.c: - * src/rtsp-client.c: - * src/rtsp-client.h: - * src/rtsp-media.c: - * src/rtsp-media.h: - * src/rtsp-server.c: - * src/rtsp-server.h: - * src/rtsp-session-pool.c: - * src/rtsp-session-pool.h: - * src/rtsp-session.c: - * src/rtsp-session.h: Split in library and example program 2008-11-10 20:59:35 +0100 Sebastian Pölsterl diff --git a/NEWS b/NEWS index f44a814..90393f5 100644 --- a/NEWS +++ b/NEWS @@ -1,27 +1,29 @@ -### 1.8.2 +### 1.8.3 -The first 1.8 bug-fix release (1.8.2) was released on 9 June 2016. -This release only contains bugfixes and it should be safe to update from 1.8.0. +The third 1.8 bug-fix release (1.8.3) was released on 19 August 2016. +This release only contains bugfixes and it should be safe to update from 1.8.x. -#### Major bugfixes in 1.8.2 +#### Major bugfixes in 1.8.3 - - Fix vp8enc and flacenc segmentation faults on Windows - - Fix Android build failure due to BSD sed on OS X - - Fix Android build failure with applications targetting API > 20 - - Fix playback of live MS SmoothStreaming streams - - Fix various issues with vtdec and caopengllayersink on OS X - - Fix severe performance degradation in various image decoders - - Fix sample rate negotiation in opusdec - - Fix regression in typefind, causing deadlocks in some situations - - Fix mpegtsmux to set PTS on all output buffers again - - Fix extraction of frame dimensions from SDP in RTP JPEG depayloader - - Fix failure in v4l2videodec when setting of format fails after starting + - Fix Android build scripts on OS X and Windows + - Fix stepping in PAUSED state in certain circumstances + - Fix jackaudiosink hang when exiting + - Fix udpsrc receiving multicast packets not only from the selected + multicast group + - Fix unnecessary decoding of unselected streams in GES + - Fix (multi)udpsink randomly not sending to clients + - Fix ALL\_BOTH probes not considering EVENT\_FLUSH + - Fix average input rate calculations in queue2 + - Fix various locking issues causing deadlock in adaptivedemux + - Fix gst-libav encoders to correctly produce codec\_data in caps + - Add Wayland, Windows and Rasberry Pi support to the QML GL video sink + - Add support for building with OpenH264 1.6 + - Add support for controlling deinterlacing in GES video sources - ... and many, many more! -For a full list of bugfixes see [Bugzilla][buglist-1.8.2]. Note that this is +For a full list of bugfixes see [Bugzilla][buglist-1.8.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.8.2]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=130196&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.8.2 - +[buglist-1.8.3]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=145400&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.8.3 diff --git a/RELEASE b/RELEASE index 42a8016..a66c250 100644 --- a/RELEASE +++ b/RELEASE @@ -1,11 +1,11 @@ -Release notes for GStreamer RTSP Server Library 1.8.2 +Release notes for GStreamer RTSP Server Library 1.8.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.8 release series of your favourite cross-platform multimedia framework! -This release only contains bugfixes and it is safe to update from 1.8.1. For a +This release only contains bugfixes and it is safe to update from 1.8.x. For a full list of bugfixes see Bugzilla. @@ -13,11 +13,6 @@ See /releases/1.8/ for the full release notes. -Bugs fixed in this release - - * 764744 : Crashes when multiple udpsrc are created for each client on a shared media, misses tracking and cleanup - * 766619 : Space between ; and timeout= in session header is not RFC2326 compliant. - ==== Download ==== You can find source releases of gst-rtsp-server in the download @@ -53,7 +48,5 @@ subscribe to the gstreamer-devel list. Contributors to this release - * Ian - * Jake Foytik - * Sebastian Dröge + * Tim-Philipp Müller   \ No newline at end of file diff --git a/configure.ac b/configure.ac index b2daabc..a164182 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.8.2], +AC_INIT([GStreamer RTSP Server Library], [1.8.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, 802, 0, 802) +AS_LIBTOOL(GST, 803, 0, 803) dnl *** required versions of GStreamer stuff *** GST_REQ=1.8.0 diff --git a/gst-rtsp-server.doap b/gst-rtsp-server.doap index 30a9b56..68e8ba3 100644 --- a/gst-rtsp-server.doap +++ b/gst-rtsp-server.doap @@ -30,6 +30,16 @@ RTSP server library based on GStreamer + + + 1.8.3 + 1.8 + + 2016-08-19 + + + + 1.8.2 -- cgit v1.2.3