diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2013-01-08 10:56:21 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2013-01-08 10:56:21 +0000 |
commit | 89da86472496b4d235e469bd9c9bad004b8dc07f (patch) | |
tree | 2fb9a792efacb86f13c71135396f1e247f7e3be7 | |
parent | 9be6db90c221ee01cb7678beba4c12773275d6ed (diff) |
Release 1.0.51.0.5
-rw-r--r-- | ChangeLog | 28 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | RELEASE | 16 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | gst-libav.doap | 10 |
5 files changed, 50 insertions, 14 deletions
@@ -1,9 +1,33 @@ +=== release 1.0.5 === + +2013-01-08 Tim-Philipp Müller <tim.muller@collabora.co.uk> + + * configure.ac: + releasing 1.0.5 + +2012-12-31 00:32:41 +0000 Tim-Philipp Müller <tim@centricular.net> + + * 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 <sebastian.droege@collabora.co.uk> + + * 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 <tim@centricular.net> +2012-12-18 21:30:43 +0000 Tim-Philipp Müller <tim@centricular.net> + * 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 <wim.taymans@collabora.co.uk> @@ -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: @@ -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 5838db2..b9ac2ee 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 ded998d..a90b9c8 100644 --- a/gst-libav.doap +++ b/gst-libav.doap @@ -34,6 +34,16 @@ colorspace conversion elements. <release> <Version> + <revision>1.0.5</revision> + <branch>1.0</branch> + <name></name> + <created>2013-01-08</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.0.5.tar.xz" /> + </Version> + </release> + + <release> + <Version> <revision>1.0.4</revision> <branch>1.0</branch> <name></name> |