|
From: <sv...@va...> - 2011-11-07 09:34:41
|
Author: sewardj
Date: 2011-11-07 09:29:57 +0000 (Mon, 07 Nov 2011)
New Revision: 439
Log:
Initial updates for 3.7.0.
Modified:
trunk/downloads/current.html
trunk/index.html
trunk/php/.htconfx
Modified: trunk/downloads/current.html
===================================================================
--- trunk/downloads/current.html 2011-09-19 15:14:34 UTC (rev 438)
+++ trunk/downloads/current.html 2011-11-07 09:29:57 UTC (rev 439)
@@ -15,8 +15,42 @@
<div class="hr_brown"><hr/></div>
+
<div id="release">
+<a name="current"><h3>Release 3.7.0</h3></a>
+
+<p><a href="/downloads/valgrind-3.7.0.tar.bz2">valgrind 3.7.0 (tar.bz2)</a>
+[6624Kb] - 5 November 2011.<br />
+For {x86,amd64,arm,ppc32,ppc64}-linux, arm-android (2.3.x) and
+ {x86,amd64}-darwin (Mac OS X 10.6 and 10.7).<br />
+<span class="md5sum">md5: a855fda56edf05614f099dca316d1775</span></p>
+
+<p>You may want to look at the
+<a href="/docs/manual/dist.news.html">3.7.0 release notes</a>.
+</p>
+
+<p>
+3.7.0 is a feature release with many significant improvements and the
+usual collection of bug fixes. This release adds support for
+ARM/Android, S390X/Linux and Mac OS X 10.7 (Lion). A GDB server has
+been added, so you can now control your application from inside GDB
+whilst it runs on Valgrind. There have been performance and
+functionality improvements for the following tools: Helgrind, DRD,
+Memcheck and exp-Ptrcheck.</p>
+
+<p>This release supports X86/Linux, AMD64/Linux, ARM/Linux,
+PPC32/Linux, PPC64/Linux, S390X/Valgrind,
+ARM/Android (2.3.x),
+X86/Darwin and AMD64/Darwin (Mac OS X 10.6 and 10.7).
+</p>
+
+
+
+<!--
+
+<div id="release">
+
<a name="current"><h3>Release 3.6.1</h3></a>
<p><a href="/downloads/valgrind-3.6.1.tar.bz2">valgrind 3.6.1 (tar.bz2)</a>
@@ -33,6 +67,7 @@
instructions that were omitted in 3.6.0 due to lack of time. Initial
support for glibc-2.13 has been added. A number of bugs causing
crashing or assertion failures have been fixed.</p>
+-->
<!--
@@ -123,11 +158,11 @@
<span class="md5sum">md5: a411dfb803f548dae5f988de0160aeb5</span></p>
<p><a href="http://www.open-works.co.uk/projects/valkyrie.html">Valkyrie</a>
-is a Qt4-based GUI for the Valgrind 3.6.x series, that works for the Memcheck
+is a Qt4-based GUI for the Valgrind 3.6.x and 3.7.x series, that works for the Memcheck
and
Helgrind tools. It also has an XML merging tool for
Memcheck outputs (vk_logmerge). This tarball is known to build and work with
-valgrind-3.6.0.</p>
+valgrind-3.6.0 and valgrind-3.7.0.</p>
<p>This version of Valkyrie does not support any version of Valgrind
prior to 3.6.0. If you want to use Valkyrie with an older Valgrind
Modified: trunk/index.html
===================================================================
--- trunk/index.html 2011-09-19 15:14:34 UTC (rev 438)
+++ trunk/index.html 2011-11-07 09:29:57 UTC (rev 439)
@@ -26,7 +26,8 @@
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, X86/Darwin and AMD64/Darwin (Mac OS X 10.5 and 10.6).</p>
+PPC64/Linux, S390X/Linux, ARM/Android (2.3.x),
+X86/Darwin and AMD64/Darwin (Mac OS X 10.6 and 10.7).</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>,
@@ -43,7 +44,9 @@
<ul>
<li><p><?php echo $config['release-date'].": ".$config['release-version']; ?>,
for X86/Linux, AMD64/Linux, ARM/Linux, PPC32/Linux, PPC64/Linux,
- X86/Darwin and AMD64/Darwin (Mac OS X 10.5 and 10.6) is available.
+ S390X/Linux,
+ ARM/Android (2.3.x)
+ X86/Darwin and AMD64/Darwin (Mac OS X 10.6 and 10.7) is available.
(<a href="/docs/manual/dist.news.html">release notes</a>).
</p></li>
Modified: trunk/php/.htconfx
===================================================================
--- trunk/php/.htconfx 2011-09-19 15:14:34 UTC (rev 438)
+++ trunk/php/.htconfx 2011-11-07 09:29:57 UTC (rev 439)
@@ -27,8 +27,8 @@
'dt_copyright' => '2000-2011',
/* current release info */
- 'release-date' => '16 February 2011',
- 'release-version' => 'valgrind-3.6.1',
+ 'release-date' => '5 November 2011',
+ 'release-version' => 'valgrind-3.7.0',
/* mailing lists, bug reports, etc. */
'vgannounce' => array(
|