summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-09-18 17:49:33 +0300
committerSebastian Dröge <sebastian@centricular.com>2017-09-18 17:49:33 +0300
commit4a95cb6fb519e6d5ef2f5b0e33a4205da987059d (patch)
tree32af9ae302f91b484c1d7db2760d83d94443f7aa
parent2abe5d95cb345c08c057388f224d4c5c7df82041 (diff)
Release 1.12.3gst-devtools-1.12.3
-rw-r--r--validate/ChangeLog35
-rw-r--r--validate/NEWS39
-rw-r--r--validate/configure.ac4
-rw-r--r--validate/gst-validate.doap10
4 files changed, 79 insertions, 9 deletions
diff --git a/validate/ChangeLog b/validate/ChangeLog
index 4a1f7edb85..fb412bae0b 100644
--- a/validate/ChangeLog
+++ b/validate/ChangeLog
@@ -1,9 +1,38 @@
-=== release 1.12.2 ===
+=== release 1.12.3 ===
-2017-07-14 Sebastian Dröge <slomo@coaxion.net>
+2017-09-18 Sebastian Dröge <slomo@coaxion.net>
* configure.ac:
- releasing 1.12.2
+ releasing 1.12.3
+
+2017-08-26 10:50:44 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+ * validate/launcher/utils.py:
+ launcher: Automatically disable output coloration if not supported
+
+2017-08-26 09:10:40 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+ * validate/launcher/meson.build:
+ meson: Fix the way we set the testsuite version
+
+2017-08-18 11:37:28 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+ * validate/launcher/baseclasses.py:
+ * validate/launcher/main.py:
+ * validate/launcher/reporters.py:
+ validate:launcher: Use the number of failed test as exit code
+ We used to always return 0, which was not right!
+
+=== release 1.12.2 ===
+
+2017-07-14 14:05:44 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * meson.build:
+ * validate/ChangeLog:
+ * validate/NEWS:
+ * validate/configure.ac:
+ * validate/gst-validate.doap:
+ Release 1.12.2
2017-07-14 10:36:49 +0300 Sebastian Dröge <sebastian@centricular.com>
diff --git a/validate/NEWS b/validate/NEWS
index ca3bb540e4..94e1d1cec0 100644
--- a/validate/NEWS
+++ b/validate/NEWS
@@ -1,8 +1,8 @@
# GStreamer 1.12 Release Notes
GStreamer 1.12.0 was originally released on 4th May 2017.
-The latest bug-fix release in the 1.12 series is [1.12.2](#1.12.2) and was
-released on 14 July 2017.
+The latest bug-fix release in the 1.12 series is [1.12.3](#1.12.3) and was
+released on 18 September 2017.
The GStreamer team is proud to announce a new major feature release in the
stable 1.x API series of your favourite cross-platform multimedia framework!
@@ -13,7 +13,7 @@ improvements.
See [https://gstreamer.freedesktop.org/releases/1.12/][latest] for the latest
version of this document.
-*Last updated: Friday 14 July 2017, 10:00 UTC [(log)][gitlog]*
+*Last updated: Monday 19 September 2017, 12:30 UTC [(log)][gitlog]*
[latest]: https://gstreamer.freedesktop.org/releases/1.12/
[gitlog]: https://cgit.freedesktop.org/gstreamer/www/log/src/htdocs/releases/1.12/release-notes-1.12.md
@@ -779,6 +779,37 @@ GIT logs or ChangeLogs of the particular modules.
[buglist-1.12.2]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=225693&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.12.2
+<a name="1.12.3"></a>
+
+### 1.12.3
+
+The second 1.12 bug-fix release (1.12.3) was released on 14 July 2017.
+This release only contains bugfixes and it should be safe to update from 1.12.x.
+
+#### Major bugfixes in 1.12.3
+
+ - Fix for infinite recursion on buffer free in v4l2
+ - Fix for glimagesink crash on macOS when used via autovideosink
+ - Fix for huge overhead in matroskamux caused by writing one Cluster per
+ audio-frame in audio-only streams. Also use SimpleBlocks for Opus and other
+ audio codecs, which works around a bug in VLC that prevented Opus streams
+ to be played and decreases overhead even more
+ - Fix for flushing seeks in rtpmsrc always causing an error
+ - Fix for timestamp overflows in calculations in audio encoder base class
+ - Fix for RTP h265 depayloader marking P-frames as I-frames
+ - Fix for long connection delays of clients in RTSP server
+ - Fixes for event handling in queue and queue2 elements, and updates to
+ buffering levels on NOT_LINKED streams
+ - Various fixes to event and buffering handling in decodebin3/playbin3
+ - Various fixes for memory leaks, deadlocks and crashes in all modules
+ - ... and many, many more!
+
+For a full list of bugfixes see [Bugzilla][buglist-1.12.3]. Note that this is
+not the full list of changes. For the full list of changes please refer to the
+GIT logs or ChangeLogs of the particular modules.
+
+[buglist-1.12.3]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=248880&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.12.3
+
## Known Issues
- The `webrtcdsp` element is currently not shipped as part of the Windows
@@ -793,7 +824,7 @@ development version leading up to the stable 1.14 release. The development
of 1.13/1.14 will happen in the git master branch.
The plan for the 1.14 development cycle is yet to be confirmed, but it is
-expected that feature freeze will be around September 2017
+expected that feature freeze will be around October 2017
followed by several 1.13 pre-releases and the new 1.14 stable release
in October.
diff --git a/validate/configure.ac b/validate/configure.ac
index e65211709c..6069c8c487 100644
--- a/validate/configure.ac
+++ b/validate/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(Gst-Validate, 1.12.2,
+AC_INIT(Gst-Validate, 1.12.3,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-validate)
@@ -49,7 +49,7 @@ AC_SUBST(GST_API_VERSION)
AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
[GStreamer API Version])
-AS_LIBTOOL(GST, 1202, 0, 1202)
+AS_LIBTOOL(GST, 1203, 0, 1203)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.12.0
diff --git a/validate/gst-validate.doap b/validate/gst-validate.doap
index 7b7bc9181f..87de0f564f 100644
--- a/validate/gst-validate.doap
+++ b/validate/gst-validate.doap
@@ -54,6 +54,16 @@
<release>
<Version>
+ <revision>1.12.3</revision>
+ <branch>1.12</branch>
+ <name></name>
+ <created>2017-09-18</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.12.3.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.12.2</revision>
<branch>1.12</branch>
<name></name>