diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2012-10-25 01:34:32 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2012-10-25 01:34:32 +0100 |
commit | 89dcd12204a3ecee9f11f799aa635a3fbaf76e98 (patch) | |
tree | a55fac2ab308d9393c767d3eef2785c33231c60e | |
parent | 89faed0a7bc30e9f6a11623d07c4c1bf7219fea9 (diff) |
Release 1.0.21.0.2
-rw-r--r-- | ChangeLog | 30 | ||||
-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, 51 insertions, 15 deletions
@@ -1,9 +1,35 @@ +=== release 1.0.2 === + +2012-10-25 Tim-Philipp Müller <tim@centricular.net> + + * configure.ac: + releasing 1.0.2 + +2012-10-24 16:01:36 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * gst-libs/ext/libav: + libav: Update to 0.8.4 release + +2012-10-23 10:21:52 +0200 Andoni Morales Alastruey <ylatuya@gmail.com> + + * configure.ac: + configure: fix os type configure option for android + +2012-10-07 17:00:08 +0100 Tim-Philipp Müller <tim@centricular.net> + + * configure.ac: + Back to development (bug fixing) + === release 1.0.1 === -2012-10-07 Tim-Philipp Müller <tim@centricular.net> +2012-10-07 16:12:38 +0100 Tim-Philipp Müller <tim@centricular.net> + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.0.1 + * gst-libav.doap: + Release 1.0.1 2012-10-06 15:00:42 +0100 Tim-Philipp Müller <tim@centricular.net> @@ -1,4 +1,8 @@ -This is GStreamer Libav Plugins 1.0.1 +This is GStreamer Libav Plugins 1.0.2 + +Changes since 1.0.1: + + * Update internal libav snapshot to 0.8.4 release which includes many crasher and CVE fixes Changes since 1.0.0: @@ -1,7 +1,7 @@ -Release notes for GStreamer libav Plugins 1.0.1 +Release notes for GStreamer libav Plugins 1.0.2 -The GStreamer team is proud to announce a new release +The GStreamer team is proud to announce a new bug-fix release in the 1.x stable series of the core of the GStreamer streaming media framework. @@ -39,14 +39,10 @@ contains a set of less supported plugins that haven't passed the Features of this release * Parallel installability with 0.10.x series - * avviddec: handle 0-sized buffers without crashing - * avviddec: don't set invalid latency + * Update internal libav snapshot to 0.8.4 release which includes many crasher and CVE fixes -Bugs fixed in this release - - * 680464 : avdemux_*: not-negotiated error - * 680499 : avdemux_ape: will not play some ape files, not-negotiated error - * 685113 : avviddec: " ignored " audio decoders end up registered as video decoders +There were no bugs fixed in this release + ==== Download ==== @@ -83,7 +79,7 @@ subscribe to the gstreamer-devel list. Contributors to this release - * Alban Browaeys + * 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 1166b9c..28b78c5 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.1.1, +AC_INIT(GStreamer libav, 1.0.2, 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, 1, 0, 1) +AS_LIBTOOL(GST, 2, 0, 2) dnl *** required versions of GStreamer stuff *** GST_REQ=1.0.0 diff --git a/gst-libav.doap b/gst-libav.doap index 8fd51a1..7db19fe 100644 --- a/gst-libav.doap +++ b/gst-libav.doap @@ -34,6 +34,16 @@ colorspace conversion elements. <release> <Version> + <revision>1.0.2</revision> + <branch>1.0</branch> + <name></name> + <created>2012-10-24</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.0.2.tar.xz" /> + </Version> + </release> + + <release> + <Version> <revision>1.0.1</revision> <branch>1.0</branch> <name></name> |