|
From: <sv...@va...> - 2016-10-23 06:58:01
|
Author: sewardj
Date: Sun Oct 23 07:57:53 2016
New Revision: 515
Log:
Updates for 3.12.0.
Modified:
trunk/downloads/current.html
trunk/index.html
trunk/info/news.html
trunk/php/.htconfx
Modified: trunk/downloads/current.html
==============================================================================
--- trunk/downloads/current.html (original)
+++ trunk/downloads/current.html Sun Oct 23 07:57:53 2016
@@ -17,6 +17,33 @@
<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
+ (tar.bz2)</a> [12MB] - 20 October 2016.<br /> For
+ {x86,amd64,arm32,arm64,ppc32,ppc64le,ppc64be,s390x,mips32,mips64}-linux,
+ {arm32,arm64,x86,mips32}-android, {x86,amd64}-solaris,
+ {x86,amd64}-darwin (Mac OS X 10.10, with limited support for 10.11 and
+ 10.12) and preliminary support for tilegx-linux.<br />
+<span class="md5sum">md5: 6eb03c0c10ea917013a7622e483d61bb</span></p>
+
+<p>You may want to look at the
+<a href="/docs/manual/dist.news.html">3.12.0 release notes</a>.
+</p>
+
+<p> 3.12.0 is a feature release with many improvements and the usual
+ collection of bug fixes. This release adds support for POWER ISA
+ 3.0, improves instruction set support on ARM32, ARM64 and MIPS, and
+ provides support for the latest common components (kernel, gcc,
+ glibc). There are many smaller refinements and new features. See
+ the <a href="/docs/manual/dist.news.html">release notes</a> for
+ details.
+</p>
+
+
+<!--
+<div id="release">
+
<a name="current"><h3>Valgrind 3.11.0</h3></a>
<p><a href="/downloads/valgrind-3.11.0.tar.bz2">valgrind 3.11.0 (tar.bz2)</a>
@@ -38,6 +65,7 @@
bit targets only). There are many smaller refinements and new
features. See the <a href="/docs/manual/dist.news.html">release
notes</a> for details.</p>
+-->
<!--
Modified: trunk/index.html
==============================================================================
--- trunk/index.html (original)
+++ trunk/index.html Sun Oct 23 07:57:53 2016
@@ -54,25 +54,15 @@
</p></li>
<li><p><?php echo $config['release-date'].": ".$config['release-version']; ?>,
-is available. This release supports:
-X86/Linux, AMD64/Linux, ARM/Linux, ARM64/Linux, PPC32/Linux, PPC64/Linux,
-PPC64LE/Linux, S390X/Linux, MIPS32/Linux, MIPS64/Linux, TILEGX/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). (<a href="/docs/manual/dist.news.html">release notes</a>).
-</p></li>
-
-
- <li><p>21 October 2010:
- Valkyrie-2.0.0, a Qt4-based GUI for the Memcheck and Helgrind
- tools in Valgrind-3.6.0, is now available.
- </p></li>
-
- <li><p>May 5 2010: Valgrind t-shirts are available for purchase at
- <a href="http://www.freewear.org/?org=Valgrind">FreeWear.org</a>.
- For each t-shirt sold, € 3 will be donated to the Valgrind project.
+ 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/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, AMD64/MacOSX 10.11/12 and TILEGX/Linux.
+ (<a href="/docs/manual/dist.news.html">release notes</a>).
</p></li>
-
</ul>
<br />
Modified: trunk/info/news.html
==============================================================================
--- trunk/info/news.html (original)
+++ trunk/info/news.html Sun Oct 23 07:57:53 2016
@@ -7,6 +7,11 @@
<p>Below are a few of the important events in the history of Valgrind:</p>
<ul>
+ <li><p>21 October 2010:
+ Valkyrie-2.0.0, a Qt4-based GUI for the Memcheck and Helgrind
+ tools in Valgrind-3.6.0, is now available.
+ </p></li>
+
<li><p>July 1 2010: Initial support for Mac OS X 10.6 (Snow Leopard)
has been folded into the trunk and is usable. Support for 64-bit
executables on 10.5 and 10.6 has also been improved. Note that to
Modified: trunk/php/.htconfx
==============================================================================
--- trunk/php/.htconfx (original)
+++ trunk/php/.htconfx Sun Oct 23 07:57:53 2016
@@ -24,11 +24,11 @@
'inc_dir' => $base_dir . '/php/',
'img_dir' => $base_dir . '/images/',
- 'dt_copyright' => '2000-2015',
+ 'dt_copyright' => '2000-2016',
/* current release info */
- 'release-date' => '22 September 2015',
- 'release-version' => 'valgrind-3.11.0',
+ 'release-date' => '20 October 2016',
+ 'release-version' => 'valgrind-3.12.0',
/* mailing lists, bug reports, etc. */
'vgannounce' => array(
|