From 538c58e77f164bf110427bf9710c9bf7fbaf9035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 27 Apr 2017 17:53:50 +0300 Subject: Release 1.11.91 --- ChangeLog | 36 ++++++++++++++++++++++++++++++++++-- NEWS | 2 +- RELEASE | 11 +++++------ configure.ac | 6 +++--- gst-omx.doap | 10 ++++++++++ meson.build | 2 +- 6 files changed, 54 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index 01d723c..6f77126 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,41 @@ +=== release 1.11.91 === + +2017-04-27 Sebastian Dröge + + * configure.ac: + releasing 1.11.91 + +2017-04-17 17:02:48 +0200 Guillaume Desmottes + + * omx/gstomxvideoenc.c: + videoenc: use GST_ROUND_UP_N() macro + Makes the code much easier to read and understand. + https://bugzilla.gnome.org/show_bug.cgi?id=781409 + +2017-04-24 20:30:21 +0100 Tim-Philipp Müller + + * common: + Automatic update of common submodule + From 60aeef6 to 48a5d85 + +2017-04-10 23:51:00 +0100 Tim-Philipp Müller + + * autogen.sh: + * common: + Automatic update of common submodule + From 39ac2f5 to 60aeef6 + === release 1.11.90 === -2017-04-07 Sebastian Dröge +2017-04-07 16:36:45 +0300 Sebastian Dröge + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.11.90 + * gst-omx.doap: + * meson.build: + Release 1.11.90 2017-04-07 14:27:23 +0300 Sebastian Dröge diff --git a/NEWS b/NEWS index 8e8dc3f..bf58e30 100644 --- a/NEWS +++ b/NEWS @@ -1 +1 @@ -This is GStreamer 1.11.90. +This is GStreamer 1.11.91. diff --git a/RELEASE b/RELEASE index 5791889..156d6cd 100644 --- a/RELEASE +++ b/RELEASE @@ -1,7 +1,7 @@ -Release notes for GStreamer OpenMAX IL wrapper plugin 1.11.90 +Release notes for GStreamer OpenMAX IL wrapper plugin 1.11.91 -The GStreamer team is pleased to announce the first release candidate of the +The GStreamer team is pleased to announce the second release candidate of the stable 1.12 release series. The 1.12 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. @@ -42,7 +42,7 @@ contains a set of less supported plugins that haven't passed the Bugs fixed in this release - * 780392 : Wrong variable check in meson.build + * 781409 : videoenc: use GST_ROUND_UP_N() macro ==== Download ==== @@ -79,7 +79,6 @@ subscribe to the gstreamer-devel list. Contributors to this release - * Gurkirpal Singh - * Jan Schmidt - * Sebastian Dröge + * Guillaume Desmottes + * Tim-Philipp Müller   \ No newline at end of file diff --git a/configure.ac b/configure.ac index 48e15c6..62cb5b3 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.11.90, +AC_INIT(GStreamer OpenMAX Plug-ins, 1.11.91, 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, 1190, 0, 1190) +AS_LIBTOOL(GST, 1191, 0, 1191) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.11.90 +GST_REQ=1.11.91 dnl *** autotools stuff **** diff --git a/gst-omx.doap b/gst-omx.doap index dfe3d9c..e4e3f49 100644 --- a/gst-omx.doap +++ b/gst-omx.doap @@ -31,6 +31,16 @@ a basic collection of elements + + + 1.11.91 + master + + 2017-04-27 + + + + 1.11.90 diff --git a/meson.build b/meson.build index 4e8c9c1..279e182 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gst-omx', 'c', - version : '1.11.90', + version : '1.11.91', meson_version : '>= 0.36.0', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) -- cgit v1.2.1