From 70e6f8154f26d487224c989bcede4d1e932981cc Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Fri, 30 Sep 2016 13:04:51 +0300 Subject: Release 1.9.90 --- ChangeLog | 47 +++++++++++++++++++++++++++++++++++++++++++++-- NEWS | 2 +- RELEASE | 20 +++++++++++--------- common | 2 +- configure.ac | 6 +++--- gst-omx.doap | 10 ++++++++++ 6 files changed, 71 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index 891b68b..920558d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,52 @@ +=== release 1.9.90 === + +2016-09-30 Sebastian Dröge + + * configure.ac: + releasing 1.9.90 + +2016-09-14 11:33:13 +0200 Sebastian Dröge + + * configure.ac: + configure: Depend on gstreamer 1.9.2.1 + +2016-09-12 14:09:46 +0200 Sebastian Dröge + + * 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 + + * autogen.sh: + * common: + Automatic update of common submodule + From b18d820 to f980fd9 + +2016-09-10 09:58:16 +1000 Jan Schmidt + + * autogen.sh: + * common: + Automatic update of common submodule + From ac2f647 to b18d820 + +2016-09-01 12:36:09 +0300 Sebastian Dröge + + * configure.ac: + Back to development + === release 1.9.2 === -2016-09-01 Sebastian Dröge +2016-09-01 12:35:58 +0300 Sebastian Dröge + * ChangeLog: + * NEWS: + * RELEASE: + * common: * configure.ac: - releasing 1.9.2 + * gst-omx.doap: + Release 1.9.2 2016-07-11 21:15:48 +0200 Stefan Sauer diff --git a/NEWS b/NEWS index 027c018..072b2df 100644 --- a/NEWS +++ b/NEWS @@ -1 +1 @@ -This is GStreamer 1.9.2 +This is GStreamer 1.9.90 diff --git a/RELEASE b/RELEASE index 62d6f8b..fe76419 100644 --- a/RELEASE +++ b/RELEASE @@ -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   \ No newline at end of file diff --git a/common b/common index f980fd9..ac2f647 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit f980fd91c1c1fd01333966041a4a535366e897bd +Subproject commit ac2f647695e7bd4b433ea108ee1d0e23901797d4 diff --git a/configure.ac b/configure.ac index b32b6b5..4d38c08 100644 --- a/configure.ac +++ b/configure.ac @@ -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 **** diff --git a/gst-omx.doap b/gst-omx.doap index 2c4e965..3ecd6f0 100644 --- a/gst-omx.doap +++ b/gst-omx.doap @@ -31,6 +31,16 @@ a basic collection of elements + + + 1.9.90 + master + + 2016-09-30 + + + + 1.9.2 -- cgit v1.2.3