|
[Valgrind-developers] Valgrind-www: r522 - in /trunk:
downloads/current.html index.html php/.htconfx
From: <sv...@va...> - 2017-06-16 08:04:42
|
Author: sewardj
Date: Fri Jun 16 09:04:33 2017
New Revision: 522
Log:
Update for 3.13.0.
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 Jun 16 09:04:33 2017
@@ -17,6 +17,26 @@
<div id="release">
+<a name="current"><h3>Valgrind 3.13.0</h3></a>
+
+<p><a href="ftp://sourceware.org/pub/valgrind/valgrind-3.13.0.tar.bz2">valgrind 3.13.0
+ (tar.bz2)</a> [15MB] - 14 June 2017.<br /> For
+ {x86,amd64,arm32,arm64,ppc32,ppc64le,ppc64be,s390x,mips32,mips64}-linux,
+ {arm32,arm64,x86,mips32}-android, {x86,amd64}-solaris and
+ {x86,amd64}-darwin (Mac OS X 10.12).<br />
+<span class="md5sum">md5: 817dd08f1e8a66336b9ff206400a5369</span></p>
+
+<p> 3.13.0 adds support for larger processes and programs, solidifies and
+ improves support on existing platforms, and provides new heap-use
+ reporting facilities. There are, as ever, many smaller refinements and
+ bug fixes. See the
+ <a href="/docs/manual/dist.news.html">release notes</a> for details.
+</p>
+
+
+<!--
+<div id="release">
+
<a name="current"><h3>Valgrind 3.12.0</h3></a>
<p><a href="/downloads/valgrind-3.12.0.tar.bz2">valgrind 3.12.0
@@ -35,7 +55,7 @@
the <a href="/docs/manual/dist.news.html">release notes</a> for
details.
</p>
-
+-->
<!--
<div id="release">
Modified: trunk/index.html
==============================================================================
--- trunk/index.html (original)
+++ trunk/index.html Fri Jun 16 09:04:33 2017
@@ -28,8 +28,7 @@
PPC32/Linux, PPC64/Linux, PPC64LE/Linux, S390X/Linux, MIPS32/Linux,
MIPS64/Linux, X86/Solaris, AMD64/Solaris, ARM/Android
(2.3.x and later), ARM64/Android, X86/Android (4.0 and later),
-MIPS32/Android, X86/Darwin and AMD64/Darwin (Mac OS X 10.10, with
-initial support for 10.11).</p>
+MIPS32/Android, X86/Darwin and AMD64/Darwin (Mac OS X 10.12).</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>,
@@ -47,10 +46,9 @@
is available. This release supports:
X86/Linux, AMD64/Linux, ARM32/Linux,
ARM64/Linux, PPC32/Linux, PPC64BE/Linux, PPC64LE/Linux, S390X/Linux,
- MIPS32/Linux, MIPS64/Linux, ARM/Android, ARM64/Android,
+ MIPS32/Linux, MIPS64/Linux, S390X/Linux, ARM/Android, ARM64/Android,
MIPS32/Android, X86/Android, X86/Solaris, AMD64/Solaris, X86/MacOSX
- 10.10 and AMD64/MacOSX 10.10. There is also preliminary support for
- X86/MacOSX 10.11/12, and AMD64/MacOSX 10.11/12.
+ 10.12 and AMD64/MacOSX 10.12.
For more details see the <a href="/docs/manual/dist.news.html">release notes</a>.
</p></li>
</ul>
Modified: trunk/php/.htconfx
==============================================================================
--- trunk/php/.htconfx (original)
+++ trunk/php/.htconfx Fri Jun 16 09:04:33 2017
@@ -24,11 +24,11 @@
'inc_dir' => $base_dir . '/php/',
'img_dir' => $base_dir . '/images/',
- 'dt_copyright' => '2000-2016',
+ 'dt_copyright' => '2000-2017',
/* current release info */
- 'release-date' => '20 October 2016',
- 'release-version' => 'valgrind-3.12.0',
+ 'release-date' => '14 June 2017',
+ 'release-version' => 'valgrind-3.13.0',
/* mailing lists, bug reports, etc. */
'vgannounce' => array(
|