|
From: <sv...@va...> - 2005-08-01 10:28:43
|
Author: sewardj Date: 2005-08-01 11:28:37 +0100 (Mon, 01 Aug 2005) New Revision: 149 Log: Make 2.4.1 available. Modified: trunk/downloads/source_code.html trunk/index.html Modified: trunk/downloads/source_code.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/downloads/source_code.html 2005-07-28 22:21:49 UTC (rev 148) +++ trunk/downloads/source_code.html 2005-08-01 10:28:37 UTC (rev 149) @@ -24,29 +24,26 @@ <h3>Current Stable Release:</h3> =20 <p> -<a href=3D"/downloads/valgrind-2.4.0.tar.bz2">valgrind 2.4.0 (tar.bz2)</= a>=20 -[1072Kb] - March 24 2005<br /> -<span class=3D"md5sum">md5: 1d0bd81d368789946d32d18a468ea0cf</span> +<a href=3D"/downloads/valgrind-2.4.1.tar.bz2">valgrind 2.4.1 (tar.bz2)</= a>=20 +[1078Kb] - 1 August 2005. For x86-linux only.<br /> +<span class=3D"md5sum">md5: 8ada0f37ddd940032b85ea859fedb037</span> </p> =20 -<p>Compared to the 2.2.0 stable release, 2.4.0 has improved -signals/syscalls/threads support, works well on recent Linux distros, -has reduced memory consumption running Memcheck/Addrcheck, and has -better memory-leak detection. There are many other improvements and -refinements, and dozens of bug fixes, listed in the NEWS file. +<p>2.4.1 is a maintenance release that contains various bug fixes +which have accumulated since 2.4.0 was released about four months ago. +See the NEWS file for details. </p> =20 -<p>2.4.0 builds and runs its regression tests on: Red Hat 7.3, -Fedora Core 3, SuSE 9.1 and 9.2. We believe it should -work on Linux distributions with kernel 2.4 or 2.6 and glibc -2.2.X or 2.3.X.</p> +<p>2.4.1 builds and runs its regression tests on: Red Hat 7.3, Fedora +Core 4, SuSE 9.1 and 9.3. We believe it should work on Linux +distributions with kernel 2.4 or 2.6 and glibc 2.2.X or 2.3.X.</p> =20 =20 =20 <a name=3D"current-devel"></a> <h3>Current Developer Release: </h3> =20 -<p>2.4.0 supersedes all previous releases, and so there is +<p>2.4.1 supersedes all previous releases, and so there is currently no development release available.</p> =20 =20 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 2005-07-28 22:21:49 UTC (rev 148) +++ trunk/index.html 2005-08-01 10:28:37 UTC (rev 149) @@ -37,7 +37,7 @@ =20 <ul> =20 - <li><p>March 24, 2005: A new stable version, 2.4.0, is + <li><p>1 August 2005: A new stable version, 2.4.1, is available.</p></li> =20 <li><p>March 12, 2005: The Valgrind website has been overhauled, |