From d3cb08dded4d7580b74d2c733453605f2d5e6bc7 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Fri, 24 Feb 2017 15:07:59 +0200 Subject: Release 1.11.2 --- ChangeLog | 50 +++++++++++++++++++++++++++++++++-- NEWS | 2 +- RELEASE | 18 ++----------- configure.ac | 8 +++--- docs/plugins/inspect/plugin-libav.xml | 2 +- gst-libav.doap | 10 +++++++ 6 files changed, 66 insertions(+), 24 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9843c2b792..af2408d03b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,55 @@ +=== release 1.11.2 === + +2017-02-24 Sebastian Dröge + + * configure.ac: + releasing 1.11.2 + +2017-02-14 20:38:03 +0000 Tim-Philipp Müller + + * Makefile.am: + meson: dist meson build files + Ship meson build files in tarballs, so people who use tarballs + in their builds can start playing with meson already. + +2017-02-12 21:48:20 +0200 Sebastian Dröge + + * gst-libs/ext/libav: + libav: Update to n3.2.4 + +2017-02-08 16:11:23 +0200 Sebastian Dröge + + * gst-libs/ext/libav: + libav: Update to ffmpeg n3.2.3 + +2017-02-08 16:10:52 +0200 Sebastian Dröge + + * configure.ac: + configure: Require building against at least ffmpeg 3.0 + See also https://bugzilla.gnome.org/show_bug.cgi?id=778283 + +2017-01-13 12:43:37 +0000 Tim-Philipp Müller + + * meson.build: + meson: bump version + +2017-01-12 16:32:56 +0200 Sebastian Dröge + + * configure.ac: + Back to development + === release 1.11.1 === -2017-01-12 Sebastian Dröge +2017-01-12 16:11:31 +0200 Sebastian Dröge + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.11.1 + * docs/plugins/gst-libav-plugins.hierarchy: + * docs/plugins/inspect/plugin-libav.xml: + * gst-libav.doap: + Release 1.11.1 2017-01-02 09:06:09 +0530 Garima Gaur diff --git a/NEWS b/NEWS index a940f7bb0f..ba794a2734 100644 --- a/NEWS +++ b/NEWS @@ -1 +1 @@ -This is GStreamer 1.11.1. +This is GStreamer 1.11.2. diff --git a/RELEASE b/RELEASE index e55863c487..4e87b80270 100644 --- a/RELEASE +++ b/RELEASE @@ -1,7 +1,7 @@ -Release notes for GStreamer libav Plugins 1.11.1 +Release notes for GStreamer libav Plugins 1.11.2 -The GStreamer team is pleased to announce the first release of the unstable +The GStreamer team is pleased to announce the second release of the unstable 1.11 release series. The 1.11 release series is adding new features on top of the 1.0, 1.2, 1.4, 1.6, 1.8 and 1.10 series and is part of the API and ABI-stable 1.x release series of the GStreamer multimedia framework. The unstable 1.11 release series @@ -17,7 +17,6 @@ and other important changes. Binaries for Android, iOS, Mac OS X and Windows will be provided in the next days. - This module contains plugins based on the ffmpeg project, including codecs. @@ -41,12 +40,6 @@ contains a set of less supported plugins that haven't passed the -Bugs fixed in this release - - * 750882 : ffmpeg: Add colorimetry support - * 773672 : Add mapping for Opus audio and make avdec_opus work - * 776700 : Fixed memory leak in usage of gst_pad_template_new() API - ==== Download ==== You can find source releases of gst-libav in the download @@ -82,13 +75,6 @@ subscribe to the gstreamer-devel list. Contributors to this release - * Edward Hervey - * Garima Gaur - * Marinus Schraal - * Michael Olbrich - * Scott D Phillips * Sebastian Dröge - * Thibault Saunier * Tim-Philipp Müller - * leigh123linux@googlemail.com   \ No newline at end of file diff --git a/configure.ac b/configure.ac index 13c3c8ed89..af37a7ab94 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,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 libav, 1.11.1.1, +AC_INIT(GStreamer libav, 1.11.2, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-libav) @@ -40,11 +40,11 @@ GST_API_VERSION=1.0 AC_SUBST(GST_API_VERSION) AG_GST_LIBTOOL_PREPARE -AS_LIBTOOL(GST, 1101, 0, 1101) +AS_LIBTOOL(GST, 1102, 0, 1102) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.11.1.1 -GST_PBREQ=1.11.1.1 +GST_REQ=1.11.2 +GST_PBREQ=1.11.2 ORC_REQ=0.4.16 ORC_CHECK([$ORC_REQ]) diff --git a/docs/plugins/inspect/plugin-libav.xml b/docs/plugins/inspect/plugin-libav.xml index cb4dbd4283..d58cf70d05 100644 --- a/docs/plugins/inspect/plugin-libav.xml +++ b/docs/plugins/inspect/plugin-libav.xml @@ -3,7 +3,7 @@ All libav codecs and formats (local snapshot) ../../ext/libav/.libs/libgstlibav.so libgstlibav.so - 1.11.1 + 1.11.2 LGPL gst-libav libav diff --git a/gst-libav.doap b/gst-libav.doap index d6a18ee185..8d0e4616b1 100644 --- a/gst-libav.doap +++ b/gst-libav.doap @@ -32,6 +32,16 @@ colorspace conversion elements. + + + 1.11.2 + master + + 2017-02-24 + + + + 1.11.1 -- cgit v1.2.3