|
From: <sv...@va...> - 2014-09-11 12:39:28
|
Author: sewardj
Date: Thu Sep 11 12:39:20 2014
New Revision: 490
Log:
Updates for 3.10.0 (non-documentation aspects)
Modified:
trunk/downloads/current.html
trunk/index.html
trunk/php/.htconfx
Modified: trunk/downloads/current.html
==============================================================================
--- trunk/downloads/current.html (original)
+++ trunk/downloads/current.html Thu Sep 11 12:39:20 2014
@@ -17,6 +17,39 @@
<div id="release">
+<a name="current"><h3>Valgrind 3.10.0</h3></a>
+
+<p><a href="/downloads/valgrind-3.10.0.tar.bz2">valgrind 3.10.0 (tar.bz2)</a>
+[11MB] - 10 September 2014.<br />
+For {x86,amd64,arm,arm64,ppc32,ppc64,ppc64be,s390x,mips32,mips64}-linux,
+{arm,x86,mips32}-android and {x86,amd64}-darwin (Mac OS X 10.9, with
+limited support for 10.8).<br />
+<span class="md5sum">md5: 7c311a72a20388aceced1aa5573ce970</span></p>
+
+<p>You may want to look at the
+<a href="/docs/manual/dist.news.html">3.10.0 release notes</a>.
+</p>
+
+<p> 3.10.0 is feature release with many improvements and the usual
+collection of bug fixes. This release adds support for ARM64/Linux,
+MIPS32/Android, little-endian PPC64/Linux, and improves support for
+Mac OS X 10.9 (Mavericks). Inlining-aware stack unwinding is now
+available on Linux targets. There are many smaller refinements and
+new features. See
+the <a href="/docs/manual/dist.news.html">release notes</a> for
+details.</p>
+
+<p>This release supports X86/Linux, AMD64/Linux, ARM/Linux,
+ARM64/Linux,PPC32/Linux, PPC64/Linux, PPC64BE/Linux, S390X/Linux,
+MIPS32/Linux, MIPS64/Linux, ARM/Android (2.3 and later), X86/Android
+(4.0 and later), MIPS32/Android, X86/Darwin and AMD64/Darwin (Mac OS X
+10.9 and, to a limited extent, 10.8).
+</p>
+
+
+<!--
+<div id="release">
+
<a name="current"><h3>Valgrind 3.9.0</h3></a>
<p><a href="/downloads/valgrind-3.9.0.tar.bz2">valgrind 3.9.0 (tar.bz2)</a>
@@ -46,6 +79,7 @@
ARM/Android (2.3 and later), X86/Android (4.0 and later), X86/Darwin
and AMD64/Darwin (Mac OS X 10.7 and, to a limited extent, 10.8).
</p>
+-->
<!--
Modified: trunk/index.html
==============================================================================
--- trunk/index.html (original)
+++ trunk/index.html Thu Sep 11 12:39:20 2014
@@ -22,14 +22,14 @@
tools: a memory error detector, two thread error detectors, a cache
and branch-prediction profiler, a call-graph generating cache and
branch-prediction profiler, and a heap profiler. It also includes
-three experimental tools: a stack/global array overrun detector,
-a second heap profiler that examines how heap blocks are used, and a
+three experimental tools: a stack/global array overrun detector, a
+second heap profiler that examines how heap blocks are used, and a
SimPoint basic block vector generator. It runs on the following
-platforms: X86/Linux, AMD64/Linux, ARM/Linux, PPC32/Linux,
-PPC64/Linux, S390X/Linux, MIPS32/Linux, MIPS64/Linux,
-ARM/Android (2.3.x and later),
-X86/Android (4.0 and later), X86/Darwin and AMD64/Darwin (Mac OS X
-10.7, with limited support for 10.8).</p>
+platforms: X86/Linux, AMD64/Linux, ARM/Linux, ARM64/Linux,
+PPC32/Linux, PPC64/Linux, PPC64BE/Linux, S390X/Linux, MIPS32/Linux,
+MIPS64/Linux, ARM/Android (2.3.x and later), X86/Android (4.0 and
+later), MIPS32/Android, X86/Darwin and AMD64/Darwin (Mac OS X 10.9,
+with limited support for 10.8).</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>,
@@ -45,11 +45,12 @@
<ul>
<li><p><?php echo $config['release-date'].": ".$config['release-version']; ?>,
- for X86/Linux, AMD64/Linux, ARM/Linux, PPC32/Linux,
- PPC64/Linux, S390X/Linux, MIPS32/Linux, MIPS64/Linux,
+ for X86/Linux, AMD64/Linux, ARM/Linux, ARM64/Linux, PPC32/Linux,
+ PPC64/Linux, PPC64BE/Linux, S390X/Linux, MIPS32/Linux, MIPS64/Linux,
ARM/Android (2.3.x and later),
- X86/Android (4.0 and later), X86/Darwin and AMD64/Darwin (Mac OS X
- 10.7, with limited support for 10.8)
+ X86/Android (4.0 and later),
+ MIPS32/Android, X86/Darwin and AMD64/Darwin (Mac OS X
+ 10.9, with limited support for 10.8)
is available.
(<a href="/docs/manual/dist.news.html">release notes</a>).
</p></li>
Modified: trunk/php/.htconfx
==============================================================================
--- trunk/php/.htconfx (original)
+++ trunk/php/.htconfx Thu Sep 11 12:39:20 2014
@@ -24,11 +24,11 @@
'inc_dir' => $base_dir . '/php/',
'img_dir' => $base_dir . '/images/',
- 'dt_copyright' => '2000-2013',
+ 'dt_copyright' => '2000-2014',
/* current release info */
- 'release-date' => '31 October 2013',
- 'release-version' => 'valgrind-3.9.0',
+ 'release-date' => '10 September 2014',
+ 'release-version' => 'valgrind-3.10.0',
/* mailing lists, bug reports, etc. */
'vgannounce' => array(
|