|
From: <sv...@va...> - 2009-08-19 22:10:36
|
Author: sewardj Date: 2009-08-19 23:10:18 +0100 (Wed, 19 Aug 2009) New Revision: 410 Log: Update for 3.5.0. Modified: trunk/index.html trunk/php/.htconfx Modified: trunk/index.html =================================================================== --- trunk/index.html 2009-08-19 22:03:17 UTC (rev 409) +++ trunk/index.html 2009-08-19 22:10:18 UTC (rev 410) @@ -25,7 +25,7 @@ profiler, and a heap profiler. It also includes one experimental tool, which detects out of bounds reads and writes of stack, global and heap arrays. It runs on the following platforms: X86/Linux, -AMD64/Linux, PPC32/Linux, PPC64/Linux.</p> +AMD64/Linux, PPC32/Linux, PPC64/Linux, and X86/Darwin (Mac OS X).</p> <p>Valgrind is <a href="http://www.opensource.org/">Open Source</a> / <a href="http://www.gnu.org/philosophy/free-sw.html">Free Software</a>, @@ -44,7 +44,8 @@ </p></li> <li><p><?php echo $config['release-date'].": ".$config['release-version']; ?>, - for x86/Linux, AMD64/Linux, PPC32/Linux and PPC64/Linux, is available. + 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> </ul> Modified: trunk/php/.htconfx =================================================================== --- trunk/php/.htconfx 2009-08-19 22:03:17 UTC (rev 409) +++ trunk/php/.htconfx 2009-08-19 22:10:18 UTC (rev 410) @@ -27,8 +27,8 @@ 'dt_copyright' => '2000-2009', /* current release info */ - 'release-date' => '28 February 2009', - 'release-version' => 'valgrind-3.4.1', + 'release-date' => '19 August 2009', + 'release-version' => 'valgrind-3.5.0', /* mailing lists, bug reports, etc. */ 'vgannounce' => array( |