Module: libav.org Branch: master Commit: 574895e396de4473157c0df25904ac155b6b9ec7
Author: Reinhard Tartler <[email protected]> Committer: Reinhard Tartler <[email protected]> Date: Sat Nov 2 22:55:18 2013 +0000 Announce Release 0.8.9 --- src/download | 22 +++++++++++----------- src/news | 26 ++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 11 deletions(-) diff --git a/src/download b/src/download index a947645..bfa8ebf 100644 --- a/src/download +++ b/src/download @@ -220,9 +220,9 @@ bugs: <a href="https://bugzilla.libav.org">https://bugzilla.libav.org/</a> <a href="releases/libav-9.10.release">Release Notes</a> </p> -<a name="release_0.8"></a><h2>Libav 0.8.8 "Forbidden Fruit"</h2> +<a name="release_0.8"></a><h2>Libav 0.8.9 "Forbidden Fruit"</h2> <p> -0.8.8 was released on 2013-07-07. It is the latest point release from +0.8.9 was released on 2013-11-02. It is the latest point release from the 0.8 branch, which was cut on 2012-01-21. Please give us feedback with your experiences with this release and use our new Bugzilla for filing bugs: @@ -230,15 +230,15 @@ filing bugs: </p> <p> -<a href="releases/libav-0.8.8.tar.xz">Download XZ tarball</a> -<a href="releases/libav-0.8.8.tar.xz.md5">MD5</a> -<a href="releases/libav-0.8.8.tar.xz.sha1">SHA1</a> -<a href="releases/libav-0.8.8.tar.xz.asc">PGP signature</a><br /> -<a href="releases/libav-0.8.8.tar.gz">Download gzip tarball</a> -<a href="releases/libav-0.8.8.tar.gz.md5">MD5</a> -<a href="releases/libav-0.8.8.tar.gz.sha1">SHA1</a> -<a href="releases/libav-0.8.8.tar.gz.asc">PGP signature</a><br /> -<a href="releases/libav-0.8.8.changelog">Changelog</a><br /> +<a href="releases/libav-0.8.9.tar.xz">Download XZ tarball</a> +<a href="releases/libav-0.8.9.tar.xz.md5">MD5</a> +<a href="releases/libav-0.8.9.tar.xz.sha1">SHA1</a> +<a href="releases/libav-0.8.9.tar.xz.asc">PGP signature</a><br /> +<a href="releases/libav-0.8.9.tar.gz">Download gzip tarball</a> +<a href="releases/libav-0.8.9.tar.gz.md5">MD5</a> +<a href="releases/libav-0.8.9.tar.gz.sha1">SHA1</a> +<a href="releases/libav-0.8.9.tar.gz.asc">PGP signature</a><br /> +<a href="releases/libav-0.8.9.changelog">Changelog</a><br /> <a href="releases/libav-0.8.release">Release Notes</a> </p> diff --git a/src/news b/src/news index be4e157..3fdbb37 100644 --- a/src/news +++ b/src/news @@ -1,5 +1,31 @@ <h1>News</h1> +<a name="0.8.9"></a><h3>November 2, 2013</h3> + +<p> +Today, we update our latest release series 0.8 with the release +of <a href="download.html#release_0.8">Libav 0.8.9</a>. This release +contains several security and bug fixes. Among others, several bugs that +lead to crashes during playback have been fixed in the H.264 and SVQ3 +decoder. +</p> + +<p> +This release contains many potentially security relevant corrections. +For details, please refer to the verbose +<a href="http://git.libav.org/?p=libav.git;a=blob;f=Changelog;hb=refs/tags/v0.8.9"> +Changelog file</a>. +</p> + +<p> +We encourage distributors and system integrators to update, and share +their patches against our release branches. +</p> + +<p> +<em>Enjoy!</em> +</p> + <a name="9.10"></a><h3>October 10, 2013</h3> <p> We've collected a number of security and stability patches recently, _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
