Release 1.9.2
authorSebastian Dröge <sebastian@centricular.com>
Thu, 1 Sep 2016 09:32:51 +0000 (12:32 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 1 Sep 2016 09:32:51 +0000 (12:32 +0300)
ChangeLog
NEWS
RELEASE
configure.ac
gst-rtsp-server.doap

index 11c0514..ebf0e05 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,66 @@
+=== release 1.9.2 ===
+
+2016-09-01  Sebastian Dröge <slomo@coaxion.net>
+
+       * configure.ac:
+         releasing 1.9.2
+
+2016-01-27 01:03:52 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * config.h.meson:
+       * examples/meson.build:
+       * gst/meson.build:
+       * gst/rtsp-server/meson.build:
+       * gst/rtsp-sink/meson.build:
+       * meson.build:
+       * pkgconfig/meson.build:
+       * tests/check/meson.build:
+       * tests/meson.build:
+         Add support for Meson as alternative/parallel build system
+         https://github.com/mesonbuild/meson
+
+2016-08-26 21:56:13 +0200  Josep Torra <n770galaxy@gmail.com>
+
+       * configure.ac:
+       * tests/check/Makefile.am:
+         build: silence error about pthread for 'make check' in osx
+         Fixes "clang: error: argument unused during compilation: '-pthread'"
+
+2015-09-25 15:04:00 +0000  Nikita Bobkov <NikitaDBobkov@gmail.com>
+
+       * gst/rtsp-server/rtsp-client.c:
+         rtsp-client: Fix leaking of media in error cases
+         With additional fixes by Kseniya Vasilchuk <vasilchukkseniia@gmail.com>
+         and myself to make the media refcounting a bit easier to follow.
+         https://bugzilla.gnome.org/show_bug.cgi?id=755632
+
+2016-08-02 15:08:22 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp-server/rtsp-client.c:
+         rtsp-client: Fix leaking of session in error cases
+         https://bugzilla.gnome.org/show_bug.cgi?id=755632
+
+2016-07-11 21:16:04 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * common:
+         Automatic update of common submodule
+         From f363b32 to f49c55e
+
+2016-07-06 13:51:15 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+         Back to development
+
 === release 1.9.1 ===
 
-2016-07-06  Sebastian Dröge <slomo@coaxion.net>
+2016-07-06 13:28:12 +0300  Sebastian Dröge <sebastian@centricular.com>
 
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
        * configure.ac:
-         releasing 1.9.1
+       * gst-rtsp-server.doap:
+         Release 1.9.1
 
 2016-06-24 02:02:20 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
 
 
        * 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
 2011-01-10 15:10:53 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
 
        * 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:
 2009-01-29 13:31:27 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
 
        * examples/Makefile.am:
-       * examples/main.c:
        * examples/test-mp4.c:
        * examples/test-ogg.c:
        * examples/test-video.c:
 
        * 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 <sebp@k-d-w.org>
        * 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 <sebp@ubuntu.(none)>
diff --git a/NEWS b/NEWS
index 4c3baab..027c018 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1 +1 @@
-This is GStreamer 1.9.1
+This is GStreamer 1.9.2
diff --git a/RELEASE b/RELEASE
index 7df862c..87b5eaf 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,12 +1,13 @@
 
-Release notes for GStreamer RTSP Server Library 1.9.1
+Release notes for GStreamer RTSP Server Library 1.9.2
 
-The GStreamer team is pleased to announce the first release of the unstable
-1.9 release series. The 1.9 release series is adding new features on top of
-the 1.0, 1.2, 1.4, 1.6 and 1.8 series and is part of the API and ABI-stable 1.x release
-series of the GStreamer multimedia framework. The unstable 1.9 release series
-will lead to the stable 1.10 release series in the next weeks. Any newly added
-API can still change until that point.
+The GStreamer team is pleased to announce the second release of the unstable
+1.9 release series, which marks the feature freeze for 1.10. The 1.9 release
+series is adding new features on top of the 1.0, 1.2, 1.4, 1.6 and 1.8 series
+and is part of the API and ABI-stable 1.x release series of the GStreamer
+multimedia framework. The unstable 1.9 release series will lead to the stable
+1.10 release series in the next weeks. Any newly added API can still change
+until that point.
 
 
 Binaries for Android, iOS, Mac OS X and Windows will be provided in the next days.
@@ -15,11 +16,7 @@ Binaries for Android, iOS, Mac OS X and Windows will be provided in the next day
 
 Bugs fixed in this release
      
-      * 760005 : rtsp-sdp: Implement clock signalling according to RFC7273
-      * 761702 : rtsp-thread-pool: explain why GSource is a part of GstRTSPThreadImpl
-      * 763000 : Add support for setting multicast interface
-      * 763196 : rtspclientsink: use new gst_element_class_add_static_pad_template()
-      * 730539 : sdp: add support for multiple crypto sessions
+      * 755632 : Memory leak in handle_setup_request
 
 ==== Download ====
 
@@ -56,15 +53,9 @@ subscribe to the gstreamer-devel list.
         
 Contributors to this release
     
-      * Aleix Conchillo Flaqué
-      * Edward Hervey
-      * Ian
-      * Jake Foytik
-      * Julien Isorce
-      * Nicolas Dufresne
-      * Nirbheek Chauhan
-      * Patricia Muscalu
+      * Josep Torra
+      * Nikita Bobkov
       * Sebastian Dröge
+      * Stefan Sauer
       * Tim-Philipp Müller
-      * Vineeth TM
  
\ No newline at end of file
index 7622a06..5fe11f3 100644 (file)
@@ -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.9.1.1],
+AC_INIT([GStreamer RTSP Server Library], [1.9.2],
     [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, 901, 0, 901)
+AS_LIBTOOL(GST, 902, 0, 902)
 
 dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.9.1.1
-GSTPB_REQ=1.9.1.1
-GSTPG_REQ=1.9.1.1
-GSTPD_REQ=1.9.1.1
+GST_REQ=1.9.2
+GSTPB_REQ=1.9.2
+GSTPG_REQ=1.9.2
+GSTPD_REQ=1.9.2
 
 dnl *** autotools stuff ****
 
index a116a15..78090d0 100644 (file)
@@ -32,6 +32,16 @@ RTSP server library based on GStreamer
 
  <release>
   <Version>
+   <revision>1.9.2</revision>
+   <branch>master</branch>
+   <name></name>
+   <created>2016-09-01</created>
+   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.9.2.tar.xz" />
+  </Version>
+ </release>
+
+ <release>
+  <Version>
    <revision>1.9.1</revision>
    <branch>master</branch>
    <name></name>