summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-11-06 13:18:04 +0100
committerSebastian Dröge <sebastian@centricular.com>2014-11-06 13:18:04 +0100
commit874cc57babde0c72b2f2928304d6726ee0e74f8d (patch)
tree94e73644fee2f66b8227e199ed97abfb530ff39f
parent14132fc88d549d7f87b6c8242bf58f2d01bbbda6 (diff)
-rw-r--r--ChangeLog21
-rw-r--r--NEWS2
-rw-r--r--RELEASE14
-rw-r--r--configure.ac4
-rw-r--r--gst-rtsp-server.doap10
5 files changed, 38 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index d98e53a3ae..d746c3d9de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,26 @@
+=== release 1.4.4 ===
+
+2014-11-06 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.4.4
+
+2014-10-29 21:01:39 -0700 Aleix Conchillo Flaqué <aleix@oblong.com>
+
+ * gst/rtsp-server/rtsp-client.c:
+ rtsp-client: mikey memory leaks
+ https://bugzilla.gnome.org/show_bug.cgi?id=739383
+
=== release 1.4.3 ===
-2014-09-24 Sebastian Dröge <slomo@coaxion.net>
+2014-09-24 12:51:21 +0300 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.4.3
+ * gst-rtsp-server.doap:
+ Release 1.4.3
=== release 1.4.2 ===
diff --git a/NEWS b/NEWS
index 9f8fb7bf91..824c3ec081 100644
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,2 @@
-This is GStreamer RTSP Server 1.4.3
+This is GStreamer RTSP Server 1.4.4
diff --git a/RELEASE b/RELEASE
index d5567f69f5..94a30a6c2f 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-Release notes for GStreamer RTSP Server Library 1.4.3
+Release notes for GStreamer RTSP Server Library 1.4.4
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
@@ -23,10 +23,12 @@ any other 1.x release series in the future. Compared to 1.0.x it contains
some new features and more intrusive changes that were considered too
risky as a bugfix.
+
-There were no bugs fixed in this release
-
+Bugs fixed in this release
+
+ * 739383 : rtsp-client: few mikey related memory leaks
==== Download ====
@@ -61,11 +63,7 @@ Interested developers of the core library, plugins, and applications should
subscribe to the gstreamer-devel list.
-Applications
-
Contributors to this release
- * Göran Jönsson
- * Sebastian Dröge
- * Srimanta Panda
+ * Aleix Conchillo Flaqué
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 35cf35f480..532e2f60ae 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.3],
+AC_INIT([GStreamer RTSP Server Library], [1.4.4],
[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, 403, 0, 403)
+AS_LIBTOOL(GST, 404, 0, 404)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.4.0
diff --git a/gst-rtsp-server.doap b/gst-rtsp-server.doap
index 50111331dd..36852d6651 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.4</revision>
+ <branch>1.4</branch>
+ <name></name>
+ <created>2014-11-06</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.4.4.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.4.3</revision>
<branch>1.4</branch>
<name></name>