Module: libav.org
Branch: master
Commit: 6f369e0912cf17f2a4c4c9e55595146aba57ac52

Author:    Luca Barbato <lu_z...@gentoo.org>
Committer: Luca Barbato <lu_z...@gentoo.org>
Date:      Fri Sep 30 19:31:25 2011 +0200

Announce Libav 0.7.2

---

 src/download |   24 ++++++++++++------------
 src/index    |   39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+), 12 deletions(-)

diff --git a/src/download b/src/download
index 2d3c63f..5d6d712 100644
--- a/src/download
+++ b/src/download
@@ -158,25 +158,25 @@ 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.7"></a><h2>Libav 0.7.1 "The Big Bump"</h2>
+<a name="release_0.7"></a><h2>Libav 0.7.2 "The Big Bump"</h2>
 
 <p>
-0.7.1 was released on 2011-07-21. It is the latest point release from the 0.7 
branch,
+0.7.2 was released on 2011-09-30. It is the latest point release from the 0.7 
branch,
 which was cut on on 2011-06-20. Please use our new Bugzilla for filing bugs:
 <a href="https://bugzilla.libav.org";>https://bugzilla.libav.org/</a>
 </p>
 
 <p>
-<a href="releases/libav-0.7.1.tar.xz">Download XZ tarball</a>&nbsp;&nbsp;
-<a href="releases/libav-0.7.1.tar.xz.md5">MD5</a>
-<a href="releases/libav-0.7.1.tar.xz.sha1">SHA1</a>
-<a href="releases/libav-0.7.1.tar.xz.asc">PGP signature</a><br />
-<a href="releases/libav-0.7.1.tar.gz">Download gzip tarball</a>&nbsp;&nbsp;
-<a href="releases/libav-0.7.1.tar.gz.md5">MD5</a>
-<a href="releases/libav-0.7.1.tar.gz.sha1">SHA1</a>
-<a href="releases/libav-0.7.1.tar.gz.asc">PGP signature</a><br />
-<a href="releases/libav-0.7.1.changelog">Changelog</a><br />
-<a href="releases/libav-0.7.1.release">Release Notes</a>
+<a href="releases/libav-0.7.2.tar.xz">Download XZ tarball</a>&nbsp;&nbsp;
+<a href="releases/libav-0.7.2.tar.xz.md5">MD5</a>
+<a href="releases/libav-0.7.2.tar.xz.sha1">SHA1</a>
+<a href="releases/libav-0.7.2.tar.xz.asc">PGP signature</a><br />
+<a href="releases/libav-0.7.2.tar.gz">Download gzip tarball</a>&nbsp;&nbsp;
+<a href="releases/libav-0.7.2.tar.gz.md5">MD5</a>
+<a href="releases/libav-0.7.2.tar.gz.sha1">SHA1</a>
+<a href="releases/libav-0.7.2.tar.gz.asc">PGP signature</a><br />
+<a href="releases/libav-0.7.2.changelog">Changelog</a><br />
+<a href="releases/libav-0.7.2.release">Release Notes</a>
 </p>
 
 <a name="release_0.6"></a><h2>
diff --git a/src/index b/src/index
index da789d1..10badc9 100644
--- a/src/index
+++ b/src/index
@@ -33,6 +33,45 @@ with the latest developments by subscribing to both the
 
 <h1>News</h1>
 
+<a name="release_0.7.2"></a><h3>Sept 30 2011</h3>
+
+<p>
+We have just released <a href="download.html#release_0.7"> Libav 0.7.2</a>,
+the latest release from the 0.7 branch.
+This is a security focused release that addresses the following issues:
+</p>
+<ul>
+ <li>Check buffer and input values in various parts of the code:
+    <ul>
+     <li>H.264, VC-1, cavs (OCERT-2011-002, CVE-2011-3362)</li>
+     <li>APE, Indeo 2, XAN, wavpack, ffv1, Smacker</li>
+     <li>RV10, RV30/RV40</li>
+     <li>FLV, Ogg, MXF, MOV, Matroska (CVE-2011-3504)</li>
+     <li>cpu detection</li>
+    </ul>
+ <li>Remove memory leaks in vf_scale, eval</li>
+ <li>Remove some suspicious illegal memcpy()s from LTP in AAC</li>
+ <li>Fix Continuity Counter error detection in mpegts</li>
+ <li>Fix crashes in ppc32 PIC builds
+     (as reported in <a href="http://bugs.debian.org/639948";>Debian</a>)</li>
+ <li>Fix cast related random failures in ppc64</li>
+ <li>Fix context pointer in av_open_input_stream when avformat_open_input 
fails</li>
+</ul>
+
+<p>
+Additional bugfixes and improvements in the build system, h264 and vp3/theora 
decoder,
+ARM support and audio codecs are present. A detailed list of changes can be 
seen in
+the git log:
+<a 
href="http://git.libav.org/?p=libav.git;a=shortlog;h=refs/heads/release/0.7";>
+http://git.libav.org/?p=libav.git;a=shortlog;h=refs/heads/release/0.7</a>
+</p>
+
+<p>
+Distributors and system integrators are encouraged to update and share
+their patches against our release branches.
+</p>
+
+
 <a name="avconv_stable"></a><h3>September 27 2011</h3>
 
 <p>

_______________________________________________
libav-commits mailing list
libav-commits@libav.org
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to