From 91752f4e7c7079a71c74946f9ffdcdd165587a2c Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Sat, 19 Jul 2014 17:49:04 +0200 Subject: Release 1.4.0 --- ChangeLog | 16 ++++++++++++++-- NEWS | 4 ++-- RELEASE | 26 +++++++++++--------------- configure.ac | 8 ++++---- docs/plugins/inspect/plugin-libav.xml | 2 +- gst-libav.doap | 10 ++++++++++ 6 files changed, 42 insertions(+), 24 deletions(-) diff --git a/ChangeLog b/ChangeLog index ec7d347..b747e3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,21 @@ +=== release 1.4.0 === + +2014-07-19 Sebastian Dröge + + * configure.ac: + releasing 1.4.0 + === release 1.3.91 === -2014-07-11 Sebastian Dröge +2014-07-11 11:49:03 +0200 Sebastian Dröge + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.3.91 + * docs/plugins/inspect/plugin-libav.xml: + * gst-libav.doap: + Release 1.3.91 === release 1.3.90 === diff --git a/NEWS b/NEWS index b999b9b..a060925 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -This is GStreamer Libav Plugins 1.3.91 +This is GStreamer Libav Plugins 1.4.0 Changes since 1.2: @@ -97,7 +97,7 @@ Major changes: are available on OS X and iOS now. • Other changes: - ∘ gst-libav now uses libav 10.1, and gained support for H265/HEVC. + ∘ gst-libav now uses libav 10.2, and gained support for H265/HEVC. ∘ Support for hardware codecs and special memory types has been improved with bugfixes and feature additions in various plugins and base classes. diff --git a/RELEASE b/RELEASE index 2af5734..1470f8d 100644 --- a/RELEASE +++ b/RELEASE @@ -1,27 +1,23 @@ -Release notes for GStreamer libav Plugins 1.3.91 +Release notes for GStreamer libav Plugins 1.4.0 -The GStreamer team is pleased to announce the second release candidate of -the stable 1.4 release series. The 1.4 release series is adding new features -on top of the 1.0 and 1.2 series and is part of the API and ABI-stable 1.x -release series of the GStreamer multimedia framework. +The GStreamer team is pleased to announce the first release of +the stable 1.4 release series. The 1.4 release series is adding new +features on top of the 1.0 and 1.2 series and is part of the API and +ABI-stable 1.x release series of the GStreamer multimedia framework. -This release candidate will hopefully shortly be followed by the stable 1.4.0 -release if no bigger regressions or bigger issues are detected, and enough -testing of the release candidate happened. The new API that was added during -the 1.3 release series is not expected to change anymore at this point. +Binaries for Android, iOS, Mac OS X and Windows are provided together +with this release. -Binaries for Android, iOS, Mac OS X and Windows are provided together with this -release. -The stable 1.4 release series is API and ABI compatible with 1.0.x, 1.2.x and -any other 1.x release series in the future. Compared to 1.2.x it contains some -new features and more intrusive changes that were considered too risky as a -bugfix. +The stable 1.4 release series is API and ABI compatible with 1.0.x, +1.2.x and any other 1.x release series in the future. Compared to 1.2.x +it contains some new features and more intrusive changes that were +considered too risky as a bugfix. diff --git a/configure.ac b/configure.ac index 1ed5f56..cda7d08 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.62) 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.3.91, +AC_INIT(GStreamer libav, 1.4.0, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-libav) @@ -42,11 +42,11 @@ GST_API_VERSION=1.0 AC_SUBST(GST_API_VERSION) AG_GST_LIBTOOL_PREPARE -AS_LIBTOOL(GST, 391, 0, 391) +AS_LIBTOOL(GST, 400, 0, 400) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.3.91 -GST_PBREQ=1.3.91 +GST_REQ=1.4.0 +GST_PBREQ=1.4.0 ORC_REQ=0.4.16 ORC_CHECK([$ORC_REQ]) diff --git a/docs/plugins/inspect/plugin-libav.xml b/docs/plugins/inspect/plugin-libav.xml index 31f8396..e252beb 100644 --- a/docs/plugins/inspect/plugin-libav.xml +++ b/docs/plugins/inspect/plugin-libav.xml @@ -3,7 +3,7 @@ All libav codecs and formats (local snapshot) ../../ext/libav/.libs/libgstlibav.so libgstlibav.so - 1.3.91 + 1.4.0 GPL gst-libav libav diff --git a/gst-libav.doap b/gst-libav.doap index 3e233a4..abe3434 100644 --- a/gst-libav.doap +++ b/gst-libav.doap @@ -32,6 +32,16 @@ colorspace conversion elements. + + + 1.4.0 + 1.4 + + 2014-07-19 + + + + 1.3.91 -- cgit v1.2.3