|
[Valgrind-developers] Valgrind-www: r482 - in /trunk:
downloads/current.html index.html php/.htconfx
From: <sv...@va...> - 2013-11-01 10:40:31
|
Author: sewardj
Date: Fri Nov 1 10:40:18 2013
New Revision: 482
Log:
Updates for 3.9.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 Fri Nov 1 10:40:18 2013
@@ -17,6 +17,40 @@
<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>
+[10MB] - 31 October 2013.<br />
+For {x86,amd64,arm,ppc32,ppc64,s390x,mips32,mips64}-linux, arm-android (2.3 and
+later), x86-android (4.0 and later) and
+{x86,amd64}-darwin (Mac OS X 10.7, with limited support for 10.8).<br />
+<span class="md5sum">md5: 0947de8112f946b9ce64764af7be6df2</span></p>
+
+<p>You may want to look at the
+<a href="/docs/manual/dist.news.html">3.9.0 release notes</a>.
+</p>
+
+<p>
+3.9.0 is feature release with many improvements and the usual
+collection of bug fixes. This release adds support for MIPS64/Linux
+and improves support for Mac OS X 10.8 (Mountain Lion). Intel AVX2 and
+Power POWER8 instructions are supported. Initial support for hardware
+transactional memory on Intel and POWER platforms has been added.
+Accuracy of Memcheck on vectorized code has been improved. 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,
+PPC32/Linux, PPC64/Linux, S390X/Linux, MIPS32/Linux, MIPS64/Linux,
+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>
+
+
+<!--
+<div id="release">
+
<a name="current"><h3>Valgrind 3.8.1</h3></a>
<p><a href="/downloads/valgrind-3.8.1.tar.bz2">valgrind 3.8.1 (tar.bz2)</a>
@@ -46,6 +80,7 @@
X86/Darwin and AMD64/Darwin (Mac OS X 10.6, 10.7 and to a very limited
extent, 10.8).
</p>
+-->
<!--
Modified: trunk/index.html
==============================================================================
--- trunk/index.html (original)
+++ trunk/index.html Fri Nov 1 10:40:18 2013
@@ -22,13 +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 heap/stack/global array overrun detector,
+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, MIPS/Linux, ARM/Android (2.3.x and later),
+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.6 and 10.7, with limited support for 10.8).</p>
+10.7, 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,9 +46,10 @@
<ul>
<li><p><?php echo $config['release-date'].": ".$config['release-version']; ?>,
for X86/Linux, AMD64/Linux, ARM/Linux, PPC32/Linux,
- PPC64/Linux, S390X/Linux, MIPS/Linux, ARM/Android (2.3.x and later),
+ PPC64/Linux, S390X/Linux, MIPS32/Linux, MIPS32/Linux,
+ ARM/Android (2.3.x and later),
X86/Android (4.0 and later), X86/Darwin and AMD64/Darwin (Mac OS X
- 10.6 and 10.7, with limited support for 10.8)
+ 10.7, 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 Fri Nov 1 10:40:18 2013
@@ -24,11 +24,11 @@
'inc_dir' => $base_dir . '/php/',
'img_dir' => $base_dir . '/images/',
- 'dt_copyright' => '2000-2012',
+ 'dt_copyright' => '2000-2013',
/* current release info */
- 'release-date' => '18 September 2012',
- 'release-version' => 'valgrind-3.8.1',
+ 'release-date' => '31 October 2013',
+ 'release-version' => 'valgrind-3.9.0',
/* mailing lists, bug reports, etc. */
'vgannounce' => array(
|
|
From: Florian K. <fl...@ei...> - 2013-11-01 10:56:22
|
On 11/01/2013 11:40 AM, sv...@va... wrote: > Modified: trunk/index.html > ============================================================================== > --- trunk/index.html (original) > +++ trunk/index.html Fri Nov 1 10:40:18 2013 ... > @@ -45,9 +46,10 @@ > <ul> > <li><p><?php echo $config['release-date'].": ".$config['release-version']; ?>, > for X86/Linux, AMD64/Linux, ARM/Linux, PPC32/Linux, > - PPC64/Linux, S390X/Linux, MIPS/Linux, ARM/Android (2.3.x and later), > + PPC64/Linux, S390X/Linux, MIPS32/Linux, MIPS32/Linux, Should probably say MIPS32/Linux, MIPS64/Linux |