|
[Valgrind-developers] Valgrind-www: r534 - in /trunk:
downloads/current.html index.html php/.htconfx
From: <sv...@va...> - 2019-04-16 17:06:55
|
Author: sewardj
Date: Tue Apr 16 17:48:50 2019
New Revision: 534
Log:
Initial updates for 3.15.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 Tue Apr 16 17:48:50 2019
@@ -17,6 +17,23 @@
<div id="release">
+
+<a name="current"><h3>Valgrind 3.15.0</h3></a>
+
+<p><a href="https://sourceware.org/pub/valgrind/valgrind-3.15.0.tar.bz2">valgrind 3.15.0
+ (tar.bz2)</a> [17MB] - 9 October 2018.<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.13).<br />
+<span class="md5sum">md5: 46e5fbdcbc3502a5976a317a0860a975</span></p>
+
+<p> 3.15.0 updates support for existing platforms and adds a major overhaul of
+ the DHAT space profiler. 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>
+
+<!--
<a name="current"><h3>Valgrind 3.14.0</h3></a>
<p><a href="http://www.valgrind.org/downloads/valgrind-3.14.0.tar.bz2">valgrind 3.14.0
@@ -30,6 +47,7 @@
smaller refinements and bug fixes. 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 Tue Apr 16 17:48:50 2019
@@ -42,14 +42,6 @@
<h2 align="center">Recent News</h2>
<ul>
- <li><p>14 October 2017: We will have a
- <a href="https://fosdem.org/2018/schedule/track/debugging_tools">Debugging
- Tools Devroom</a> at <a href="https://fosdem.org/2018">FOSDEM 2018</a>.
- The <a href="https://lists.fosdem.org/pipermail/fosdem/2017-October/002620.html">Call
- for Participation</a> has recently been announced. The Devroom is on
- the first of the two FOSDEM days, on Sat 3 Feb 2018.
- See you all at FOSDEM in Brussels!
- </p></li>
<li><p>Valgrind source code repository migrated from Subversion to git SCM
at <a href="https://sourceware.org/git/?p=valgrind.git">sourceware.org</a>.
</p></li>
Modified: trunk/php/.htconfx
==============================================================================
--- trunk/php/.htconfx (original)
+++ trunk/php/.htconfx Tue Apr 16 17:48:50 2019
@@ -24,11 +24,11 @@
'inc_dir' => $base_dir . '/php/',
'img_dir' => $base_dir . '/images/',
- 'dt_copyright' => '2000-2018',
+ 'dt_copyright' => '2000-2019',
/* current release info */
- 'release-date' => '9 October 2018',
- 'release-version' => 'valgrind-3.14.0',
+ 'release-date' => '14 April 2018',
+ 'release-version' => 'valgrind-3.15.0',
/* mailing lists, bug reports, etc. */
'vgannounce' => array(
|