summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-07-19 17:56:31 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-07-19 17:56:31 +0200
commit67644cb625d1b5fe107dc59a2a7e9bd9e633cf8c (patch)
tree8de917d0537d096314f6fb5239da57e504661fe4
parenta8e604355cc18445f1b9154abc9efb6d990c32bf (diff)
Release 1.4.0
-rw-r--r--ChangeLog21
-rw-r--r--NEWS4
-rw-r--r--RELEASE37
-rw-r--r--configure.ac12
-rw-r--r--gst-rtsp-server.doap10
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 <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.4.0
+
+2014-07-16 20:39:42 +0900 Hyunjun Ko <zzoonis@gmail.com>
+
+ * 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 <slomo@coaxion.net>
+2014-07-11 12:19:08 +0200 Sebastian Dröge <sebastian@centricular.com>
+ * 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 <wtaymans@redhat.com>
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
@@ -32,6 +32,16 @@ RTSP server library based on GStreamer
<release>
<Version>
+ <revision>1.4.0</revision>
+ <branch>1.4</branch>
+ <name></name>
+ <created>2014-07-19</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.4.0.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.3.91</revision>
<branch>1.3</branch>
<name></name>