diff options
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | RELEASE | 9 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | gst-rtsp-server.doap | 10 |
5 files changed, 30 insertions, 10 deletions
@@ -1,9 +1,20 @@ +=== release 1.4.3 === + +2014-09-24 Sebastian Dröge <slomo@coaxion.net> + + * configure.ac: + releasing 1.4.3 + === release 1.4.2 === -2014-09-19 Sebastian Dröge <slomo@coaxion.net> +2014-09-19 15:13:37 +0300 Sebastian Dröge <sebastian@centricular.com> + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.4.2 + * gst-rtsp-server.doap: + Release 1.4.2 2014-09-08 09:26:23 +0200 Srimanta Panda <srimanta@axis.com> @@ -1,2 +1,2 @@ -This is GStreamer RTSP Server 1.4.2 +This is GStreamer RTSP Server 1.4.3 @@ -1,5 +1,5 @@ -Release notes for GStreamer RTSP Server Library 1.4.2 +Release notes for GStreamer RTSP Server Library 1.4.3 The GStreamer team is pleased to announce a bugfix release of the stable 1.4 release series. The 1.4 release series is adding new features on top @@ -25,10 +25,8 @@ risky as a bugfix. -Bugs fixed in this release - - * 735570 : Race condition between close() and handle_tunnel() causing crash - * 736017 : Sequence number is not monotonic after PAUSE command +There were no bugs fixed in this release + ==== Download ==== @@ -68,5 +66,6 @@ Applications Contributors to this release * Göran Jönsson + * Sebastian Dröge * Srimanta Panda
\ No newline at end of file diff --git a/configure.ac b/configure.ac index cb03c91..35cf35f 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.4.2], +AC_INIT([GStreamer RTSP Server Library], [1.4.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, 402, 0, 402) +AS_LIBTOOL(GST, 403, 0, 403) dnl *** required versions of GStreamer stuff *** GST_REQ=1.4.0 diff --git a/gst-rtsp-server.doap b/gst-rtsp-server.doap index 65d6b69..5011133 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.3</revision> + <branch>1.4</branch> + <name></name> + <created>2014-09-24</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.4.3.tar.xz" /> + </Version> + </release> + + <release> + <Version> <revision>1.4.2</revision> <branch>1.4</branch> <name></name> |