Release 1.9.90

This commit is contained in:
Sebastian Dröge 2016-09-30 13:04:51 +03:00
parent 2c595c5f7b
commit 70e6f8154f
6 changed files with 72 additions and 17 deletions

View file

@ -1,9 +1,52 @@
=== release 1.9.2 ===
=== release 1.9.90 ===
2016-09-01 Sebastian Dröge <slomo@coaxion.net>
2016-09-30 Sebastian Dröge <slomo@coaxion.net>
* configure.ac:
releasing 1.9.2
releasing 1.9.90
2016-09-14 11:33:13 +0200 Sebastian Dröge <sebastian@centricular.com>
* configure.ac:
configure: Depend on gstreamer 1.9.2.1
2016-09-12 14:09:46 +0200 Sebastian Dröge <sebastian@centricular.com>
* configure.ac:
* omx/gstomx.c:
omx: Also search for gstomx.conf in the autoconf --sysconfdir
https://bugzilla.gnome.org/show_bug.cgi?id=770743
2016-09-10 20:52:10 +1000 Jan Schmidt <jan@centricular.com>
* autogen.sh:
* common:
Automatic update of common submodule
From b18d820 to f980fd9
2016-09-10 09:58:16 +1000 Jan Schmidt <jan@centricular.com>
* autogen.sh:
* common:
Automatic update of common submodule
From ac2f647 to b18d820
2016-09-01 12:36:09 +0300 Sebastian Dröge <sebastian@centricular.com>
* configure.ac:
Back to development
=== release 1.9.2 ===
2016-09-01 12:35:58 +0300 Sebastian Dröge <sebastian@centricular.com>
* ChangeLog:
* NEWS:
* RELEASE:
* common:
* configure.ac:
* gst-omx.doap:
Release 1.9.2
2016-07-11 21:15:48 +0200 Stefan Sauer <ensonic@users.sf.net>

2
NEWS
View file

@ -1 +1 @@
This is GStreamer 1.9.2
This is GStreamer 1.9.90

20
RELEASE
View file

@ -1,18 +1,16 @@
Release notes for GStreamer OpenMAX IL wrapper plugin 1.9.2
Release notes for GStreamer OpenMAX IL wrapper plugin 1.9.90
The GStreamer team is pleased to announce the second release of the unstable
1.9 release series, which marks the feature freeze for 1.10. The 1.9 release
series is adding new features on top of the 1.0, 1.2, 1.4, 1.6 and 1.8 series
and is part of the API and ABI-stable 1.x release series of the GStreamer
multimedia framework. The unstable 1.9 release series will lead to the stable
1.10 release series in the next weeks. Any newly added API can still change
until that point.
The GStreamer team is pleased to announce the first release candidate of the
stable 1.10 release series. The 1.10 release series is adding new features on
top of the 1.0, 1.2, 1.4, 1.6 and 1.8 series and is part of the API and
ABI-stable 1.x release series of the GStreamer multimedia framework.
Binaries for Android, iOS, Mac OS X and Windows will be provided in the next days.
This module contains a plugin that wraps available OpenMAX IL
components and makes them available as standard GStreamer
elements.
@ -38,6 +36,10 @@ contains a set of less supported plugins that haven't passed the
Bugs fixed in this release
* 770743 : Also look in autotools --sysconfdir path for gstomx.conf
==== Download ====
You can find source releases of gst-omx in the download
@ -73,6 +75,6 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* Jan Schmidt
* Sebastian Dröge
* Stefan Sauer
 

2
common

@ -1 +1 @@
Subproject commit f980fd91c1c1fd01333966041a4a535366e897bd
Subproject commit ac2f647695e7bd4b433ea108ee1d0e23901797d4

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, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/prerelease
AC_INIT(GStreamer OpenMAX Plug-ins, 1.9.2.1,
AC_INIT(GStreamer OpenMAX Plug-ins, 1.9.90,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-omx)
@ -45,10 +45,10 @@ AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
[GStreamer API Version])
AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 902, 902, 902)
AS_LIBTOOL(GST, 990, 0, 990)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.9.2.1
GST_REQ=1.9.90
dnl *** autotools stuff ****

View file

@ -31,6 +31,16 @@ a basic collection of elements
</GitRepository>
</repository>
<release>
<Version>
<revision>1.9.90</revision>
<branch>master</branch>
<name></name>
<created>2016-09-30</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-omx/gst-omx-1.9.90.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.9.2</revision>