|
From: <sv...@va...> - 2008-06-16 23:18:08
|
Author: njn Date: 2008-06-17 00:18:16 +0100 (Tue, 17 Jun 2008) New Revision: 362 Log: mention the books page in the news Modified: trunk/docs/books.html trunk/index.html trunk/info/news.html Modified: trunk/docs/books.html =================================================================== --- trunk/docs/books.html 2008-06-16 23:14:54 UTC (rev 361) +++ trunk/docs/books.html 2008-06-16 23:18:16 UTC (rev 362) @@ -10,7 +10,7 @@ Development Team; prepared for printing by Brian Gough.<br> Network Theory Ltd, 2008.</b><br> This is the Valgrind 3.3 manual in printed book form. - It can be ordered from the title link above.</a> + To order a copy, follow the title link above.</a> </p></li> </ul> Modified: trunk/index.html =================================================================== --- trunk/index.html 2008-06-16 23:14:54 UTC (rev 361) +++ trunk/index.html 2008-06-16 23:18:16 UTC (rev 362) @@ -39,6 +39,9 @@ <h2 align="center">Recent News</h2> <ul> + <li><p>June 17, 2008: We have a new <a href="/docs/books.html">books page</a>. + </p></li> + <li><p><?php echo $config['release-date'].": ".$config['release-version']; ?>, for x86/Linux, AMD64/Linux, PPC32/Linux and PPC64/Linux, is available. (<a href="/docs/manual/dist.news.html">release notes</a>). Modified: trunk/info/news.html =================================================================== --- trunk/info/news.html 2008-06-16 23:14:54 UTC (rev 361) +++ trunk/info/news.html 2008-06-16 23:18:16 UTC (rev 362) @@ -7,6 +7,9 @@ <p>Below are a few of the important events in the history of Valgrind:</p> <ul> + <li><p>June 17, 2008: We have a new <a href="/docs/books.html">books page</a>. + </p></li> + <li><p>June 4 2008: Valgrind 3.3.1, for x86/Linux, AMD64/Linux, PPC32/Linux and PPC64/Linux, is available. (<a href="/docs/manual/dist.news.html">release notes</a>). |