From 67644cb625d1b5fe107dc59a2a7e9bd9e633cf8c Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Sat, 19 Jul 2014 17:56:31 +0200 Subject: Release 1.4.0 --- ChangeLog | 21 +++++++++++++++++++-- NEWS | 4 ++-- RELEASE | 37 +++++++++++++------------------------ configure.ac | 12 ++++++------ gst-rtsp-server.doap | 10 ++++++++++ 5 files changed, 50 insertions(+), 34 deletions(-) diff --git a/ChangeLog b/ChangeLog index ff942f1..9367e68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,26 @@ +=== release 1.4.0 === + +2014-07-19 Sebastian Dröge + + * configure.ac: + releasing 1.4.0 + +2014-07-16 20:39:42 +0900 Hyunjun Ko + + * gst/rtsp-server/rtsp-media.h: + media: correct misspelled words in description + https://bugzilla.gnome.org/show_bug.cgi?id=733244 + === release 1.3.91 === -2014-07-11 Sebastian Dröge +2014-07-11 12:19:08 +0200 Sebastian Dröge + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.3.91 + * gst-rtsp-server.doap: + Release 1.3.91 2014-07-10 17:37:45 +0200 Wim Taymans diff --git a/NEWS b/NEWS index 2273448..1280881 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -This is GStreamer RTSP Server 1.3.91 +This is GStreamer RTSP Server 1.4.0 Changes since 1.2: @@ -97,7 +97,7 @@ Major changes: are available on OS X and iOS now. • Other changes: - ∘ gst-libav now uses libav 10.1, and gained support for H265/HEVC. + ∘ gst-libav now uses libav 10.2, and gained support for H265/HEVC. ∘ Support for hardware codecs and special memory types has been improved with bugfixes and feature additions in various plugins and base classes. diff --git a/RELEASE b/RELEASE index 052f6c2..bcd3f9d 100644 --- a/RELEASE +++ b/RELEASE @@ -1,36 +1,30 @@ -Release notes for GStreamer RTSP Server Library 1.3.91 +Release notes for GStreamer RTSP Server Library 1.4.0 -The GStreamer team is pleased to announce the second release candidate of -the stable 1.4 release series. The 1.4 release series is adding new features -on top of the 1.0 and 1.2 series and is part of the API and ABI-stable 1.x -release series of the GStreamer multimedia framework. +The GStreamer team is pleased to announce the first release of +the stable 1.4 release series. The 1.4 release series is adding new +features on top of the 1.0 and 1.2 series and is part of the API and +ABI-stable 1.x release series of the GStreamer multimedia framework. -This release candidate will hopefully shortly be followed by the stable 1.4.0 -release if no bigger regressions or bigger issues are detected, and enough -testing of the release candidate happened. The new API that was added during -the 1.3 release series is not expected to change anymore at this point. +Binaries for Android, iOS, Mac OS X and Windows are provided together +with this release. -Binaries for Android, iOS, Mac OS X and Windows are provided together with this -release. -The stable 1.4 release series is API and ABI compatible with 1.0.x, 1.2.x and -any other 1.x release series in the future. Compared to 1.2.x it contains some -new features and more intrusive changes that were considered too risky as a -bugfix. +The stable 1.4 release series is API and ABI compatible with 1.0.x, +1.2.x and any other 1.x release series in the future. Compared to 1.2.x +it contains some new features and more intrusive changes that were +considered too risky as a bugfix. Bugs fixed in this release - * 732226 : Races when sessions time out - * 732411 : rtsp server GIR has wrong C include - * 732950 : deadlock after TEARDOWN + * 733244 : Correct misspelled words ==== Download ==== @@ -65,12 +59,7 @@ Interested developers of the core library, plugins, and applications should subscribe to the gstreamer-devel list. -Applications - Contributors to this release - * Evan Nemerson - * Ognyan Tonchev - * Tim-Philipp Müller - * Wim Taymans + * Hyunjun Ko   \ No newline at end of file diff --git a/configure.ac b/configure.ac index 4a7df62..04457ff 100644 --- a/configure.ac +++ b/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([GStreamer RTSP Server Library], [1.3.91], +AC_INIT([GStreamer RTSP Server Library], [1.4.0], [http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer], [gst-rtsp-server]) AG_GST_INIT @@ -53,13 +53,13 @@ dnl 1.2.5 => 205 dnl 1.10.9 (who knows) => 1009 dnl dnl sets GST_LT_LDFLAGS -AS_LIBTOOL(GST, 391, 0, 391) +AS_LIBTOOL(GST, 400, 0, 400) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.3.91 -GSTPB_REQ=1.3.91 -GSTPG_REQ=1.3.91 -GSTPD_REQ=1.3.91 +GST_REQ=1.4.0 +GSTPB_REQ=1.4.0 +GSTPG_REQ=1.4.0 +GSTPD_REQ=1.4.0 dnl *** autotools stuff **** diff --git a/gst-rtsp-server.doap b/gst-rtsp-server.doap index 4d4e426..8668226 100644 --- a/gst-rtsp-server.doap +++ b/gst-rtsp-server.doap @@ -30,6 +30,16 @@ RTSP server library based on GStreamer + + + 1.4.0 + 1.4 + + 2014-07-19 + + + + 1.3.91 -- cgit v1.2.3