+=== 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>
-This is GStreamer RTSP Server 1.3.91
+This is GStreamer RTSP Server 1.4.0
Changes since 1.2:
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.
-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 ====
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
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
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 ****