Author: njn
Date: 2008-01-03 00:44:09 +0000 (Thu, 03 Jan 2008)
New Revision: 343

Log:
Update front page, mostly for 3.3.0 changes.

Modified:
   trunk/index.html


Modified: trunk/index.html
===================================================================
--- trunk/index.html    2007-12-11 03:10:44 UTC (rev 342)
+++ trunk/index.html    2008-01-03 00:44:09 UTC (rev 343)
@@ -13,17 +13,18 @@
 
 <p>Valgrind is an 
 <a href="/gallery/awards.html">award-winning</a> 
-suite of tools for debugging and profiling Linux
-programs. With the tools that come with Valgrind, you can
-automatically detect many memory management and threading bugs,
-avoiding hours of frustrating bug-hunting, making your programs
-more stable. You can also perform detailed profiling, to speed up
-and reduce memory use of your programs.</p>
+instrumentation framework for building dynamic analysis tools.  There
+are Valgrind tools that can automatically detect many memory management
+and threading bugs, and profile your programs in detail.  You can also
+use Valgrind to build new tools.
+</p>
 
-<p>The Valgrind distribution currently includes four tools: a
-memory error detector, a cache (time) profiler, a call-graph profiler,
-and a heap (space) profiler.  It runs on the following platforms:
-X86/Linux, AMD64/Linux, PPC32/Linux, PPC64/Linux.</p>
+<p>The Valgrind distribution currently includes five production-quality
+tools: a memory error detector, a thread error detector, a cache and
+branch-prediction profiler, a call-graph generating cache profiler, and a
+heap profiler.  It also includes two experimental tools:  a data race
+detector, and an instant memory leak detector.  It runs on the following
+platforms: X86/Linux, AMD64/Linux, PPC32/Linux, PPC64/Linux.</p>
 
 <p>Valgrind is <a href="http://www.opensource.org/";>Open Source</a> / 
 <a href="http://www.gnu.org/philosophy/free-sw.html";>Free Software</a>,
@@ -42,15 +43,6 @@
  for x86/Linux, AMD64/Linux, PPC32/Linux and PPC64/Linux, is available. 
  (<a href="/docs/manual/dist.news.html">release notes</a>).
   </p></li>
-
- <li><p>January 29 2007: valgrind-3.2.3,
- for x86/Linux, AMD64/Linux, PPC32/Linux and PPC64/Linux, is available. 
-  3.2.3 is almost identical to 3.2.2, but fixes a regression that 
-  unfortunately crept into 3.2.2.</p></li>
-
- <li><p>October 30 2006: The slides for a tutorial entitled "Building
- Workload Characterization Tools with Valgrind" are available on the
- <a href="/docs/pubs.html">publications page</a>.</p></li>
 </ul>
 <br />
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Valgrind-developers mailing list
Valgrind-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to