|
From: <sv...@va...> - 2015-09-23 11:08:09
|
Author: sewardj
Date: Wed Sep 23 12:08:01 2015
New Revision: 505
Log:
Initial updates for 3.11.0.
Modified:
trunk/downloads/current.html
trunk/php/.htconfx
Modified: trunk/downloads/current.html
==============================================================================
--- trunk/downloads/current.html (original)
+++ trunk/downloads/current.html Wed Sep 23 12:08:01 2015
@@ -15,7 +15,32 @@
<div class="hr_brown"><hr/></div>
+<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>
+[11MB] - 22 September 2015.<br />
+For {x86,amd64,arm,arm64,ppc32,ppc64,ppc64be,s390x,mips32,mips64,tilegx}-linux,
+{arm,arm64,x86,mips32}-android, {x86,amd64}-darwin (Mac OS X 10.10, with
+limited support for 10.11), and {x86,amd64}-solaris.<br />
+<span class="md5sum">md5: 4ea62074da73ae82e0162d6550d3f129</span></p>
+
+<p>You may want to look at the
+<a href="/docs/manual/dist.news.html">3.11.0 release notes</a>.
+</p>
+<p> 3.11.0 is a feature release with many improvements and the usual
+collection of bug fixes. This release adds full support for
+X86/Solaris and AMD64/Solaris, improves support for Mac OS X 10.10
+(Yosemite), and adds preliminary support for Mac OS X 10.11 (El
+Capitan) and TileGX/Linux. Intel AVX2 support is more complete (64
+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>
+
+
+<!--
<div id="release">
<a name="current"><h3>Valgrind 3.10.1</h3></a>
@@ -44,6 +69,7 @@
(4.0 and later), MIPS32/Android, X86/Darwin and AMD64/Darwin (Mac OS X
10.9 and, to a limited extent, 10.8).
</p>
+-->
<!--
Modified: trunk/php/.htconfx
==============================================================================
--- trunk/php/.htconfx (original)
+++ trunk/php/.htconfx Wed Sep 23 12:08:01 2015
@@ -24,11 +24,11 @@
'inc_dir' => $base_dir . '/php/',
'img_dir' => $base_dir . '/images/',
- 'dt_copyright' => '2000-2014',
+ 'dt_copyright' => '2000-2015',
/* current release info */
- 'release-date' => '25 November 2014',
- 'release-version' => 'valgrind-3.10.1',
+ 'release-date' => '22 September 2015',
+ 'release-version' => 'valgrind-3.11.0',
/* mailing lists, bug reports, etc. */
'vgannounce' => array(
|