Release 1.9.2

This commit is contained in:
Sebastian Dröge 2016-09-01 12:32:51 +03:00
parent a353e50747
commit c55ffc3879
5 changed files with 89 additions and 54 deletions

View file

@ -1,9 +1,66 @@
=== release 1.9.1 ===
=== release 1.9.2 ===
2016-07-06 Sebastian Dröge <slomo@coaxion.net>
2016-09-01 Sebastian Dröge <slomo@coaxion.net>
* configure.ac:
releasing 1.9.1
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 13:28:12 +0300 Sebastian Dröge <sebastian@centricular.com>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
* gst-rtsp-server.doap:
Release 1.9.1
2016-06-24 02:02:20 +0530 Nirbheek Chauhan <nirbheek@centricular.com>
@ -6777,8 +6834,6 @@
* 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
@ -7666,8 +7721,6 @@
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:
@ -9265,7 +9318,6 @@
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:
@ -9533,19 +9585,12 @@
* 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>
@ -9622,17 +9667,6 @@
* 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)>

2
NEWS
View file

@ -1 +1 @@
This is GStreamer 1.9.1
This is GStreamer 1.9.2

33
RELEASE
View file

@ -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
 

View 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 ****

View file

@ -30,6 +30,16 @@ RTSP server library based on GStreamer
</GitRepository>
</repository>
<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>