Module: libav.org Branch: master Commit: 33bf7beb23d3db99544b8bbb91ce2454585f7acd
Author: Sean McGovern <[email protected]> Committer: Reinhard Tartler <[email protected]> Date: Thu May 10 23:54:14 2012 -0400 Announce Release 0.8.2 --- src/download | 22 +++++++++++----------- src/index | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+), 11 deletions(-) diff --git a/src/download b/src/download index 43735f4..c36db2e 100644 --- a/src/download +++ b/src/download @@ -194,9 +194,9 @@ selected changes from the development branch, which therefore receives much more and much faster bug fixes such as additional features and security patches. </p> -<a name="release_0.8"></a><h2>Libav 0.8 "Forbidden Fruit"</h2> +<a name="release_0.8"></a><h2>Libav 0.8.2 "Forbidden Fruit"</h2> <p> -0.8.1 was released on 2012-03-15. It is the latest point release from +0.8.2 was released on 2012-05-04. 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: @@ -204,15 +204,15 @@ filing bugs: </p> <p> -<a href="releases/libav-0.8.1.tar.xz">Download XZ tarball</a> -<a href="releases/libav-0.8.1.tar.xz.md5">MD5</a> -<a href="releases/libav-0.8.1.tar.xz.sha1">SHA1</a> -<a href="releases/libav-0.8.1.tar.xz.asc">PGP signature</a><br /> -<a href="releases/libav-0.8.1.tar.gz">Download gzip tarball</a> -<a href="releases/libav-0.8.1.tar.gz.md5">MD5</a> -<a href="releases/libav-0.8.1.tar.gz.sha1">SHA1</a> -<a href="releases/libav-0.8.1.tar.gz.asc">PGP signature</a><br /> -<a href="releases/libav-0.8.1.changelog">Changelog</a><br /> +<a href="releases/libav-0.8.2.tar.xz">Download XZ tarball</a> +<a href="releases/libav-0.8.2.tar.xz.md5">MD5</a> +<a href="releases/libav-0.8.2.tar.xz.sha1">SHA1</a> +<a href="releases/libav-0.8.2.tar.xz.asc">PGP signature</a><br /> +<a href="releases/libav-0.8.2.tar.gz">Download gzip tarball</a> +<a href="releases/libav-0.8.2.tar.gz.md5">MD5</a> +<a href="releases/libav-0.8.2.tar.gz.sha1">SHA1</a> +<a href="releases/libav-0.8.2.tar.gz.asc">PGP signature</a><br /> +<a href="releases/libav-0.8.2.changelog">Changelog</a><br /> <a href="releases/libav-0.8.release">Release Notes</a> </p> diff --git a/src/index b/src/index index 174947f..c816edc 100644 --- a/src/index +++ b/src/index @@ -33,6 +33,50 @@ with the latest developments by subscribing to both the <h1>News</h1> +<a name="0.8.2"></a><h3>May 4 2012</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.2</a>. This release +contains a security fix for vqavideo filed as CVE-2012-0947. +</p> + +<p> +The following bug in our Bugzilla has been fixed: +<ul> +<li/><a href="http://bugzilla.libav.org/show_bug.cgi?id=278">#278</a>: fate-motionpixel overread in ff_cropTbl +</ul> +</p> + +<p> +<b>Several bugs and crashes have been fixed in the following codecs:</b> + AAC, APE, H.263, H.264, Indeo 4, Mimic, MJPEG, Motion Pixels Video, RAW, + TTA, VC1, VQA, WMA Voice, vqavideo (CVE-2012-0947). +</p> + +<p> +<b>Several bugs and crashes have been fixed in the following formats:</b> + ASF, ID3v2, MOV, xWMA +</p> + +<p> +<em>This release additionally updates the following codecs to the bytestream2 API, +and therefore benefits from additional overflow checks:</em> + truemotion2, utvideo, vqavideo. +</p> + +<p> +This release now properly reads from .avpreset files. +</p> + +<p> +Distributors and system integrators are encouraged to update and share their patches against our release branches. +</p> + +<p> +<em>Enjoy!</em> +</p> + <a name="0.7.5"></a><h3>Apr 8 2012</h3> <p> _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
