|
From: <sv...@va...> - 2009-08-19 23:33:14
|
Author: njn Date: 2009-08-20 00:32:58 +0100 (Thu, 20 Aug 2009) New Revision: 412 Log: Add missing news items. Plus a couple of other tweaks. Modified: trunk/downloads/current.html trunk/index.html trunk/info/news.html Modified: trunk/downloads/current.html =================================================================== --- trunk/downloads/current.html 2009-08-19 22:41:46 UTC (rev 411) +++ trunk/downloads/current.html 2009-08-19 23:32:58 UTC (rev 412) @@ -32,10 +32,10 @@ <p> 3.5.0 is a feature release with many significant improvements and the usual collection of bug fixes. The main improvement is that Valgrind -now works on Mac OS X (which is also sometimes called Darwin).</p> +now works on Mac OS X.</p> <p>This release supports X86/Linux, AMD64/Linux, PPC32/Linux, PPC64/Linux -and X86/Darwin. Support for recent distros and toolchain components +and X86/Darwin (Mac OS X). Support for recent distros and toolchain components (glibc 2.10, gcc 4.5) has been added.</p> Modified: trunk/index.html =================================================================== --- trunk/index.html 2009-08-19 22:41:46 UTC (rev 411) +++ trunk/index.html 2009-08-19 23:32:58 UTC (rev 412) @@ -40,9 +40,6 @@ <h2 align="center">Recent News</h2> <ul> - <li><p>June 17, 2008: We have a new <a href="/docs/books.html">books page</a>. - </p></li> - <li><p><?php echo $config['release-date'].": ".$config['release-version']; ?>, for X86/Linux, AMD64/Linux, PPC32/Linux, PPC64/Linux and X86/Darwin (Mac OS X) is available. Modified: trunk/info/news.html =================================================================== --- trunk/info/news.html 2009-08-19 22:41:46 UTC (rev 411) +++ trunk/info/news.html 2009-08-19 23:32:58 UTC (rev 412) @@ -7,7 +7,23 @@ <p>Below are a few of the important events in the history of Valgrind:</p> <ul> - <li><p>June 17, 2008: We have a new <a href="/docs/books.html">books page</a>. + <li><p>August 19 2009: valgrind-3.5.0, + for X86/Linux, AMD64/Linux, PPC32/Linux, PPC64/Linux and X86/Darwin + (Mac OS X) is available. + (<a href="/docs/manual/dist.news.html">release notes</a>). + </p></li> + + <li><p>February 28 2009: valgrind-3.4.1, + for X86/Linux, AMD64/Linux, PPC32/Linux, and PPC64/Linux is available. + (<a href="/docs/manual/dist.news.html">release notes</a>). + </p></li> + + <li><p>January 2 2009: valgrind-3.4.0, + for X86/Linux, AMD64/Linux, PPC32/Linux, and PPC64/Linux is available. + (<a href="/docs/manual/dist.news.html">release notes</a>). + </p></li> + + <li><p>June 17 2008: We have a new <a href="/docs/books.html">books page</a>. </p></li> <li><p>June 4 2008: Valgrind 3.3.1, |