|
From: <sv...@va...> - 2006-07-14 06:02:21
|
Author: njn
Date: 2006-07-14 07:02:17 +0100 (Fri, 14 Jul 2006)
New Revision: 286
Log:
Add a couple of missing items to the news page. Hardwire in the current
release date and number in the news on the front page, since it will be
copied to the news page eventually where it must not change.
Modified:
trunk/index.html
trunk/info/news.html
Modified: trunk/index.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/index.html 2006-07-14 05:48:14 UTC (rev 285)
+++ trunk/index.html 2006-07-14 06:02:17 UTC (rev 286)
@@ -38,16 +38,16 @@
<h2 align=3D"center">Recent News</h2>
=20
<ul>
- <li><p><?php echo $config['release-date'].": ".$config['release-versio=
n']; ?>,
- for X86/Linux, AMD64/Linux, PPC32/Linux and PPC64/Linux, is available.=
=20
- (<a href=3D"/docs/manual/dist.news.html">release notes</a>).</p></li>
+ <li><p>Jun 7 2006: valgrind-3.2.0,
+ for x86/Linux, AMD64/Linux, PPC32/Linux and PPC64/Linux, is available.=20
+ (<a href=3D"/docs/manual/dist.news.html">release notes</a>).</p></li>
=20
- <li><p>November 21 2005: The results of the September survey have been
- put on the <a href=3D"/gallery/surveys.html">surveys page</a>.</p></li=
>
+ <li><p>November 21 2005: The results of the September survey have been
+ put on the <a href=3D"/gallery/surveys.html">surveys page</a>.</p></li>
=20
- <li><p>March 12 2005: A new mailing list,
- <?php echo vglink( 'vgannounce'); ?>, has been created. This low-volu=
me
- list will receive announcements of new Valgrind releases.</p></li>
+ <li><p>March 12 2005: A new mailing list,
+ <?php echo vglink( 'vgannounce'); ?>, has been created. This low-volum=
e
+ list will receive announcements of new Valgrind releases.</p></li>
</ul>
<br />
=20
Modified: trunk/info/news.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/info/news.html 2006-07-14 05:48:14 UTC (rev 285)
+++ trunk/info/news.html 2006-07-14 06:02:17 UTC (rev 286)
@@ -7,7 +7,14 @@
<p>Below are a few of the important events in the history of Valgrind:</=
p>
=20
<ul>
+ <li><p>Jun 7 2006: valgrind-3.2.0,
+ for x86/Linux, AMD64/Linux, PPC32/Linux and PPC64/Linux, is available.=20
+ (<a href=3D"/docs/manual/dist.news.html">release notes</a>).</p></li>
=20
+ <li><p>March 15 2006: A bug-fix release, 3.1.1, is available
+ (<a href=3D"/docs/manual/dist.news.html">release notes</a>).
+ We recommend upgrading from 3.1.0 to 3.1.1.</p></li>
+
<li><p>November 25 2005: Valgrind 3.1.0 is available=20
(<a href=3D"/docs/manual/dist.news.html">release notes</a>). This rele=
ase=20
runs on {x86,amd64,ppc32}-linux. 3.1.0 brings much improved support=20
|