|
From: Julian S. <js...@ac...> - 2004-03-13 00:24:28
|
CVS commit by jseward: Announce 2.1.1. M +35 -3 downloads.html 1.11 M +3 -3 news.html 1.3 --- devel-home/valgrind/downloads.html #1.10:1.11 @@ -32,4 +32,39 @@ <h3>Current Development Release</h3> +<strong>2.1.1 (of 12 March 2004)</strong> + <a HREF="http://developer.kde.org/~sewardj/valgrind-2.1.1.tar.bz2">(bzip2'd source, 923KB)</a> + (MD5=0010c3e8f054ecc633151c62044b646d) +<p> +2.1.1 contains some internal structural changes needed for V's +long-term future. These don't affect end-users. There are +also some useful user-visible changes. +<ul> +<li> +Greater isolation between Valgrind and the program being run, so + the program is less likely to inadvertently kill Valgrind by + doing wild writes. +<p><li> +Massif: a new space profiling tool. Try it! It's cool, and it'll + tell you in detail where and when your C/C++ code is allocating heap. + Draws pretty .ps pictures of memory use against time. A potentially + powerful tool for making sense of your program's space use. +<p><li> +Fixes for many bugs, including support for more SSE2/SSE3 instructions, + various signal/syscall things, and various problems with debug + info readers. +<p><li> +Support for glibc-2.3.3 based systems. +</ul> + +We are now doing automatic overnight build-and-test runs on a variety +of distros. As a result, we believe 2.1.1 builds and runs on: +Red Hat 7.2, 7.3, 8.0, 9, Fedora Core 1, SuSE 8.2, SuSE 9. + + + + + +<h3>Older Development Release</h3> + <strong>2.1.0 (of 14 December 2003)</strong> <a HREF="http://developer.kde.org/~sewardj/valgrind-2.1.0.tar.bz2">(bzip2'd source, 762KB)</a> @@ -49,7 +84,4 @@ -<h3>Older Development Release</h3> - -None available. --- devel-home/valgrind/news.html #1.2:1.3 @@ -5,4 +5,7 @@ ?> +<p class="news">March 12, 2004: A new unstable release, +<a href="downloads.html">valgrind 2.1.1</a>, is available. + <p class="news">March 04, 2004: An experimental PowerPC port is available. See <a href="related.html">Related Projects</a>. @@ -18,7 +21,4 @@ (<a href="http://builder.com.com/5100-6375-5136747.html">interview</a>). -<p class="news">December 14, 2003: A new unstable release, -<a href="downloads.html">valgrind 2.1.0</a>, is available. - <p class="news">November 11, 2003: A new stable release, <a href="downloads.html">valgrind 2.0.0</a>, is available. |