|
From: Julian S. <js...@ac...> - 2003-12-14 18:20:28
|
CVS commit by jseward: Announce valgrind-2.1.0. M +11 -1 downloads.html 1.7 M +4 -0 index.html 1.12 --- devel-home/valgrind/downloads.html #1.6:1.7 @@ -30,5 +30,15 @@ <h3>Development Releases</h3> -None at present. +<b>2.1.0 (of 14 December 2003)</b> + <a HREF="http://developer.kde.org/~sewardj/valgrind-2.1.0.tar.bz2">(bzip2'd source, 762KB)</a> + (MD5=3e4056dd45163a5f555a23ced2f95191) + +<p> +2.1.0 brings an overhaul of syscall and signal handling, giving much +better behaviour, especially in threaded code. 2.1.0 can also check +for file descriptor leakage. A few more SSE/SSE2 instructions are +implemented, and various reported bugs have been fixed. See the <a +HREF="http://developer.kde.org/~sewardj/docs-2.1.0/NEWS.txt">NEWS</a> +file in the distro for more details. <h3>Interesting Variants</h3> --- devel-home/valgrind/index.html #1.11:1.12 @@ -5,4 +5,8 @@ ?> +<center>December 14, 2003: A new unstable release, +<a href="/downloads.html">valgrind 2.1.0</a>, is available.</center> +<p> + <center>November 11, 2003: A new stable release, <a href="/downloads.html">valgrind 2.0.0</a>, is available.</center> |