|
From: <sv...@va...> - 2008-12-24 23:27:30
|
Author: sewardj
Date: 2008-12-24 23:27:25 +0000 (Wed, 24 Dec 2008)
New Revision: 368
Log:
Make 3.4.0.RC1 available for testing.
Modified:
trunk/downloads/current.html
Modified: trunk/downloads/current.html
===================================================================
--- trunk/downloads/current.html 2008-07-01 01:06:31 UTC (rev 367)
+++ trunk/downloads/current.html 2008-12-24 23:27:25 UTC (rev 368)
@@ -18,8 +18,45 @@
<div id="release">
-<a name="current"><h3>Release 3.3.1</h3></a>
+<a name="current"><h3>Release 3.4.0 (Release Candidate 1)</h3></a>
+<p><a href="/downloads/valgrind-3.4.0.RC1.tar.bz2">valgrind 3.4.0.RC1
+ (tar.bz2)</a>
+[5176Kb] - 24 Dec 2008.<br />
+For {x86,amd64,ppc32,ppc64}-linux.<br />
+<span class="md5sum">md5: 9378295e0c8049a86a7b4fa7ca93eed1</span></p>
+
+<p>
+ This is a release candidate for 3.4.0. It is not the final release.
+ It is provided for testing by early adopters. If you are looking for
+ the current stable release, don't use this -- instead use 3.3.1
+ below.</p>
+<p>
+ Please give it a try on whatever platforms are important for you.
+ Unless any showstopper bugs appear, the final 3.4.0 release will be
+ on 2 January 2009.</p>
+
+<p>The NEWS file in the tarball contains a detailed list of changes.
+ Here's a summary:</p>
+<ul>
+ <li>Memcheck: can now show you the origins of uninitialised values</li>
+ <li>Helgrind: increased accuracy, scalability, and better error messages</li>
+ <li>Drd: improved performance, reduced memory use, more functionality</li>
+ <li>exp-Ptrcheck: a new tool to detect overruns of stack/global arrays</li>
+ <li>support for latest Linux distros, including gcc-4.4 and glibc-2.9</li>
+ <li>frame-level wildcards in suppressions (a frequently requested feature)</li>
+ <li>Support for the SSSE3 instruction set on x86/amd64</li>
+ <li>Many bug fixes</li>
+</ul>
+
+
+
+
+
+<div id="release">
+
+<a name="current"><h3>Release 3.3.1 (Current Stable version)</h3></a>
+
<p><a href="/downloads/valgrind-3.3.1.tar.bz2">valgrind 3.3.1 (tar.bz2)</a>
[4544Kb] - 4 June 2008.<br />
For {x86,amd64,ppc32,ppc64}-linux.<br />
|