Release 1.11.2

This commit is contained in:
Sebastian Dröge 2017-02-24 15:07:59 +02:00
parent 898d14b229
commit d3cb08dded
6 changed files with 67 additions and 25 deletions

View file

@ -1,9 +1,55 @@
=== release 1.11.1 ===
=== release 1.11.2 ===
2017-01-12 Sebastian Dröge <slomo@coaxion.net>
2017-02-24 Sebastian Dröge <slomo@coaxion.net>
* configure.ac:
releasing 1.11.1
releasing 1.11.2
2017-02-14 20:38:03 +0000 Tim-Philipp Müller <tim@centricular.com>
* 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 <sebastian@centricular.com>
* gst-libs/ext/libav:
libav: Update to n3.2.4
2017-02-08 16:11:23 +0200 Sebastian Dröge <sebastian@centricular.com>
* gst-libs/ext/libav:
libav: Update to ffmpeg n3.2.3
2017-02-08 16:10:52 +0200 Sebastian Dröge <sebastian@centricular.com>
* 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 <tim@centricular.com>
* meson.build:
meson: bump version
2017-01-12 16:32:56 +0200 Sebastian Dröge <sebastian@centricular.com>
* configure.ac:
Back to development
=== release 1.11.1 ===
2017-01-12 16:11:31 +0200 Sebastian Dröge <sebastian@centricular.com>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
* 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 <garima.g@samsung.com>

2
NEWS
View file

@ -1 +1 @@
This is GStreamer 1.11.1.
This is GStreamer 1.11.2.

18
RELEASE
View file

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

View file

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

View file

@ -3,7 +3,7 @@
<description>All libav codecs and formats (local snapshot)</description>
<filename>../../ext/libav/.libs/libgstlibav.so</filename>
<basename>libgstlibav.so</basename>
<version>1.11.1</version>
<version>1.11.2</version>
<license>LGPL</license>
<source>gst-libav</source>
<package>libav</package>

View file

@ -32,6 +32,16 @@ colorspace conversion elements.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.11.2</revision>
<branch>master</branch>
<name></name>
<created>2017-02-24</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.11.2.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.11.1</revision>