From 89da86472496b4d235e469bd9c9bad004b8dc07f Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Tue, 8 Jan 2013 10:56:21 +0000 Subject: Release 1.0.5 --- ChangeLog | 28 ++++++++++++++++++++++++++-- NEWS | 6 +++++- RELEASE | 16 +++++++--------- configure.ac | 4 ++-- gst-libav.doap | 10 ++++++++++ 5 files changed, 50 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index e83e850445..2fd4760bca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,33 @@ +=== release 1.0.5 === + +2013-01-08 Tim-Philipp Müller + + * configure.ac: + releasing 1.0.5 + +2012-12-31 00:32:41 +0000 Tim-Philipp Müller + + * configure.ac: + configure: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS + AM_CONFIG_HEADER has been removed in the just-released automake 1.13: + https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html + https://bugzilla.gnome.org/show_bug.cgi?id=690881 + +2012-12-21 14:28:57 +0100 Sebastian Dröge + + * configure.ac: + configure: Pass CC, LD, AS, AR and NM to the libav configure if set + === release 1.0.4 === -2012-12-18 Tim-Philipp Müller +2012-12-18 21:30:43 +0000 Tim-Philipp Müller + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.0.4 + * gst-libav.doap: + Release 1.0.4 2012-12-12 17:01:28 +0100 Wim Taymans diff --git a/NEWS b/NEWS index b84dc8a312..e90ea53e08 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,8 @@ -This is GStreamer Libav Plugins 1.0.4 +This is GStreamer Libav Plugins 1.0.5 + +Changes since 1.0.4: + + * Pass CC, LD, AS, AR and NM to the libav configure if set Changes since 1.0.3: diff --git a/RELEASE b/RELEASE index 3215362fbe..ebd6cdca66 100644 --- a/RELEASE +++ b/RELEASE @@ -1,7 +1,7 @@ -Release notes for GStreamer libav Plugins 1.0.4 +Release notes for GStreamer libav Plugins 1.0.5 -The GStreamer team is proud to announce a new bug-fix release +The GStreamer team is pleased to announce a new bug-fix release in the 1.x stable series of the core of the GStreamer streaming media framework. @@ -38,11 +38,10 @@ contains a set of less supported plugins that haven't passed the Features of this release - * G.726 decoder fixes + * Pass CC, LD, AS, AR and NM to the libav configure if set -Bugs fixed in this release - - * 689975 : Incorrect use of object in log statement +There were no bugs fixed in this release + ==== Download ==== @@ -79,7 +78,6 @@ subscribe to the gstreamer-devel list. Contributors to this release - * Rasmus Rohde + * Sebastian Dröge * Tim-Philipp Müller - * Wim Taymans -  +  \ No newline at end of file diff --git a/configure.ac b/configure.ac index 5838db2abd..b9ac2eed51 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.0.4, +AC_INIT(GStreamer libav, 1.0.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, 4, 0, 4) +AS_LIBTOOL(GST, 5, 0, 5) dnl *** required versions of GStreamer stuff *** GST_REQ=1.0.0 diff --git a/gst-libav.doap b/gst-libav.doap index ded998d6a1..a90b9c8e49 100644 --- a/gst-libav.doap +++ b/gst-libav.doap @@ -32,6 +32,16 @@ colorspace conversion elements. + + + 1.0.5 + 1.0 + + 2013-01-08 + + + + 1.0.4 -- cgit v1.2.3-70-g09d2