summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-06-09 11:53:03 +0300
committerSebastian Dröge <sebastian@centricular.com>2016-06-09 11:53:03 +0300
commit3defdaf0307e171ce09aba393cd602e63384d1c8 (patch)
tree63b18f6a337590cc5b75d9ef9013a43f9b5b4d19
parenta2c9400dd6ac4a301eb85003e8543edc5fec4c19 (diff)
Release 1.8.2gst-devtools-1.8.2
-rw-r--r--validate/ChangeLog28
-rw-r--r--validate/NEWS38
-rw-r--r--validate/configure.ac4
-rw-r--r--validate/gst-validate.doap8
4 files changed, 55 insertions, 23 deletions
diff --git a/validate/ChangeLog b/validate/ChangeLog
index 319364a2fe..94173d7972 100644
--- a/validate/ChangeLog
+++ b/validate/ChangeLog
@@ -1,9 +1,31 @@
-=== release 1.8.1 ===
+=== release 1.8.2 ===
-2016-04-20 Sebastian Dröge <slomo@coaxion.net>
+2016-06-09 Sebastian Dröge <slomo@coaxion.net>
* configure.ac:
- releasing 1.8.1
+ releasing 1.8.2
+
+2016-04-13 21:18:28 +0200 Alexandru Băluț <alexandru.balut@gmail.com>
+
+ * validate/plugins/gtk/gstvalidategtk.c:
+ validate: Stop using deprecated method
+ https://bugzilla.gnome.org/show_bug.cgi?id=764964
+
+2016-05-06 08:36:55 -0300 Thibault Saunier <tsaunier@gnome.org>
+
+ * validate/configure.ac:
+ configure: Properly set the current validate testsuite to 1.8
+ So that the validate testsuites know with what version they are working
+
+=== release 1.8.1 ===
+
+2016-04-20 18:39:32 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * validate/ChangeLog:
+ * validate/NEWS:
+ * validate/configure.ac:
+ * validate/gst-validate.doap:
+ Release 1.8.1
2016-04-07 14:11:45 +0200 Edward Hervey <edward@centricular.com>
diff --git a/validate/NEWS b/validate/NEWS
index bdac78a2b3..f67d1f3007 100644
--- a/validate/NEWS
+++ b/validate/NEWS
@@ -1,24 +1,26 @@
-### 1.8.1
+### 1.8.2
-The first 1.8 bug-fix release (1.8.1) was released on 20 April 2016.
+The first 1.8 bug-fix release (1.8.2) was released on 9 June 2016.
This release only contains bugfixes and it should be safe to update from 1.8.0.
-#### Major bugfixes in 1.8.1
+#### Major bugfixes in 1.8.2
- - Fix app compilation with Android NDK r11 and newer
- - Fix compilation of nvenc plugin against latest NVIDIA SDK 6.0
- - Fix regression in avdeinterlace
- - Fix memory corruption in scaletempo element with S16 input
- - Fix regression in qtdemux with MSE streams
- - Fix glitches at the start with all audio sinks except for pulsesink
- - Fix regression with encrypted HLS streams
- - Fix automatic multithreaded decoding of VP8/9 video
- - Fix deadlock in HTTP adaptive streams when scrub-seeking
- - Fix regression in RTSP source with SRTP
- - Add support for SRTP rollover counters in the RTSP source
- - Add support for HiDPI ("Retina") screens in caopengllayersink
- - ... and many more!
+ - Fix vp8enc and flacenc segmentation faults on Windows
+ - Fix Android build failure due to BSD sed on OS X
+ - Fix Android build failure with applications targetting API > 20
+ - Fix playback of live MS SmoothStreaming streams
+ - Fix various issues with vtdec and caopengllayersink on OS X
+ - Fix severe performance degradation in various image decoders
+ - Fix sample rate negotiation in opusdec
+ - Fix regression in typefind, causing deadlocks in some situations
+ - Fix mpegtsmux to set PTS on all output buffers again
+ - Fix extraction of frame dimensions from SDP in RTP JPEG depayloader
+ - Fix failure in v4l2videodec when setting of format fails after starting
+ - ... and many, many more!
-For a full list of bugfixes see [Bugzilla][buglist-1.8.1].
+For a full list of bugfixes see [Bugzilla][buglist-1.8.2]. 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.8.2]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=130196&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.8.2
-[buglist-1.8.1]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=117422&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.8.1
diff --git a/validate/configure.ac b/validate/configure.ac
index 195551d98b..2b40e82c13 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.8.1,
+AC_INIT(Gst-Validate, 1.8.2,
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, 801, 0, 801)
+AS_LIBTOOL(GST, 802, 0, 802)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.8.0
diff --git a/validate/gst-validate.doap b/validate/gst-validate.doap
index cf70c1fd7c..eec654fb5a 100644
--- a/validate/gst-validate.doap
+++ b/validate/gst-validate.doap
@@ -53,6 +53,14 @@
</repository>
<Version>
+ <revision>1.8.2</revision>
+ <branch>1.8</branch>
+ <created>2016-06-09</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.8.2.tar.xz" />
+ </Version>
+ </release>
+
+ <Version>
<revision>1.8.1</revision>
<branch>1.8</branch>
<created>2016-04-20</created>