Release 1.13.91

This commit is contained in:
Tim-Philipp Müller 2018-03-13 19:17:58 +00:00
parent 5f30ad5b4b
commit f16550f6cb
6 changed files with 945 additions and 41 deletions

View file

@ -1,7 +1,47 @@
=== release 1.13.91 ===
2018-03-13 19:17:58 +0000 Tim-Philipp Müller <tim@centricular.com>
* NEWS:
* RELEASE:
* configure.ac:
* gst-plugins-ugly.doap:
* meson.build:
Release 1.13.91
2018-03-13 19:17:58 +0000 Tim-Philipp Müller <tim@centricular.com>
* docs/plugins/inspect/plugin-a52dec.xml:
* docs/plugins/inspect/plugin-amrnb.xml:
* docs/plugins/inspect/plugin-amrwbdec.xml:
* docs/plugins/inspect/plugin-asf.xml:
* docs/plugins/inspect/plugin-cdio.xml:
* docs/plugins/inspect/plugin-dvdlpcmdec.xml:
* docs/plugins/inspect/plugin-dvdread.xml:
* docs/plugins/inspect/plugin-dvdsub.xml:
* docs/plugins/inspect/plugin-mpeg2dec.xml:
* docs/plugins/inspect/plugin-realmedia.xml:
* docs/plugins/inspect/plugin-sid.xml:
* docs/plugins/inspect/plugin-x264.xml:
* docs/plugins/inspect/plugin-xingmux.xml:
Update docs
2018-03-12 20:19:19 +0000 Tim-Philipp Müller <tim@centricular.com>
* docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
docs: plugins: minor addition to plugins list
2018-03-08 10:12:16 +0100 Michael Tretter <m.tretter@pengutronix.de>
* configure.ac:
configure.ac: enable largefile support if possible
https://bugzilla.gnome.org/show_bug.cgi?id=793103
=== release 1.13.90 ===
2018-03-03 22:24:28 +0000 Tim-Philipp Müller <tim@centricular.com>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:

924
NEWS

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,4 @@
This is GStreamer gst-plugins-ugly 1.13.90.
This is GStreamer gst-plugins-ugly 1.13.91.
The GStreamer team is pleased to announce the first release candidate for the
upcoming stable 1.14 release series.

View file

@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, cvs and prerelease does -Werror too
dnl use a three digit version number for releases, and four for cvs/prerelease
AC_INIT([GStreamer Ugly Plug-ins],[1.13.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly])
AC_INIT([GStreamer Ugly Plug-ins],[1.13.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly])
AG_GST_INIT
@ -42,11 +42,11 @@ AC_SUBST(GST_API_VERSION)
AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
[GStreamer API Version])
AS_LIBTOOL(GST, 1390, 0, 1390)
AS_LIBTOOL(GST, 1391, 0, 1391)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.13.90
GSTPB_REQ=1.13.90
GST_REQ=1.13.91
GSTPB_REQ=1.13.91
dnl *** autotools stuff ****

View file

@ -33,6 +33,16 @@ might be widely known to present patent problems.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.13.91</revision>
<branch>master</branch>
<name></name>
<created>2018-03-13</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.13.91.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.13.90</revision>

View file

@ -1,5 +1,5 @@
project('gst-plugins-ugly', 'c',
version : '1.13.90',
version : '1.13.91',
meson_version : '>= 0.36.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])