From 65efdb32dcc5f179dc64492f1c72086655a2eefe Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Wed, 21 Nov 2012 11:13:07 +0000 Subject: Release 1.0.3 --- ChangeLog | 31 +++++++++++++++++++++++++++++-- NEWS | 6 +++++- RELEASE | 6 ++---- configure.ac | 4 ++-- gst-libav.doap | 10 ++++++++++ 5 files changed, 48 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2c061299b8..bd2acf3db1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,36 @@ +=== release 1.0.3 === + +2012-11-21 Tim-Philipp Müller + + * configure.ac: + releasing 1.0.3 + +2012-11-19 14:10:23 +0100 Sebastian Dröge + + * ext/libav/gstavcodecmap.c: + avcodecmap: Y41B is YUV411P, not YUV410P + +2012-10-29 14:12:03 +0100 Sebastian Dröge + + * ext/libav/gstavcodecmap.c: + avcodecmap: Remove redundant function to map PixelFormat to GstVideoFormat + And merge everything into a single one. + +2012-10-25 12:54:40 +0100 Tim-Philipp Müller + + * configure.ac: + Back to development (bug fixing) + === release 1.0.2 === -2012-10-25 Tim-Philipp Müller +2012-10-25 01:34:32 +0100 Tim-Philipp Müller + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.0.2 + * gst-libav.doap: + Release 1.0.2 2012-10-24 16:01:36 +0200 Sebastian Dröge diff --git a/NEWS b/NEWS index c49478e65c..e9385cc2c3 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,8 @@ -This is GStreamer Libav Plugins 1.0.2 +This is GStreamer Libav Plugins 1.0.3 + +Changes since 1.0.2: + + * avcodecmap: Y41B is YUV411P, not YUV410P Changes since 1.0.1: diff --git a/RELEASE b/RELEASE index 8a7de76b49..2b03fcfae2 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer libav Plugins 1.0.2 +Release notes for GStreamer libav Plugins 1.0.3 The GStreamer team is proud to announce a new bug-fix release in the 1.x stable series of the @@ -38,8 +38,7 @@ contains a set of less supported plugins that haven't passed the Features of this release - * Parallel installability with 0.10.x series - * Update internal libav snapshot to 0.8.4 release which includes many crasher and CVE fixes + * avcodecmap: Y41B is YUV411P, not YUV410P There were no bugs fixed in this release @@ -79,7 +78,6 @@ subscribe to the gstreamer-devel list. Contributors to this release - * Andoni Morales Alastruey * Sebastian Dröge * Tim-Philipp Müller   \ No newline at end of file diff --git a/configure.ac b/configure.ac index f1c4fec621..2504ea6112 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.2.1, +AC_INIT(GStreamer libav, 1.0.3, 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, 2, 0, 2) +AS_LIBTOOL(GST, 3, 0, 3) dnl *** required versions of GStreamer stuff *** GST_REQ=1.0.0 diff --git a/gst-libav.doap b/gst-libav.doap index 7db19fe2ef..5b715198fa 100644 --- a/gst-libav.doap +++ b/gst-libav.doap @@ -32,6 +32,16 @@ colorspace conversion elements. + + + 1.0.3 + 1.0 + + 2012-11-21 + + + + 1.0.2 -- cgit v1.2.3