From 39fd9b74f59694bd04a7f7508836c5d948b01eb2 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Thu, 18 Dec 2014 12:46:45 +0100 Subject: Release 1.4.5 --- ChangeLog | 24 ++++++++++++++++++++++-- NEWS | 2 +- RELEASE | 8 ++------ configure.ac | 4 ++-- docs/plugins/inspect/plugin-libav.xml | 2 +- gst-libav.doap | 10 ++++++++++ 6 files changed, 38 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index d645ee2619..c67fbbd0a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,29 @@ +=== release 1.4.5 === + +2014-12-18 Sebastian Dröge + + * configure.ac: + releasing 1.4.5 + +2014-11-16 16:11:53 -0500 Nicolas Dufresne + + * ext/libav/gstavviddec.c: + videodec: Ensure update_pool is initialized + This was probably not causing any issues, but we would randomly + and needlessly update the pool in the query due to uninitialized + variable. + === release 1.4.4 === -2014-11-06 Sebastian Dröge +2014-11-06 13:17:48 +0100 Sebastian Dröge + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.4.4 + * docs/plugins/inspect/plugin-libav.xml: + * gst-libav.doap: + Release 1.4.4 === release 1.4.3 === diff --git a/NEWS b/NEWS index b0d6beb136..21916d6ae0 100644 --- a/NEWS +++ b/NEWS @@ -1,2 +1,2 @@ -This is GStreamer Libav Plugins 1.4.4 +This is GStreamer Libav Plugins 1.4.5 diff --git a/RELEASE b/RELEASE index 02beabfef3..3128bc6297 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer libav Plugins 1.4.4 +Release notes for GStreamer libav Plugins 1.4.5 The GStreamer team is pleased to announce a bugfix release of the stable 1.4 release series. The 1.4 release series is adding new features on top @@ -48,9 +48,6 @@ contains a set of less supported plugins that haven't passed the -There were no bugs fixed in this release - - ==== Download ==== You can find source releases of gst-libav in the download @@ -86,6 +83,5 @@ subscribe to the gstreamer-devel list. Contributors to this release - * Aleix Conchillo Flaqué - * Sebastian Dröge + * Nicolas Dufresne   \ No newline at end of file diff --git a/configure.ac b/configure.ac index 5aff9fc5ad..29884a3e4c 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.4.4, +AC_INIT(GStreamer libav, 1.4.5, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-libav) @@ -42,7 +42,7 @@ GST_API_VERSION=1.0 AC_SUBST(GST_API_VERSION) AG_GST_LIBTOOL_PREPARE -AS_LIBTOOL(GST, 404, 0, 404) +AS_LIBTOOL(GST, 405, 0, 405) dnl *** required versions of GStreamer stuff *** GST_REQ=1.4.0 diff --git a/docs/plugins/inspect/plugin-libav.xml b/docs/plugins/inspect/plugin-libav.xml index 8b9f55316d..11fb84560c 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.4.4 + 1.4.5 GPL gst-libav libav diff --git a/gst-libav.doap b/gst-libav.doap index af356e26eb..3cd4641199 100644 --- a/gst-libav.doap +++ b/gst-libav.doap @@ -32,6 +32,16 @@ colorspace conversion elements. + + + 1.4.5 + 1.4 + + 2014-12-18 + + + + 1.4.4 -- cgit v1.2.3