|
From: <sv...@va...> - 2005-08-03 22:39:45
|
Author: de Date: 2005-08-03 23:39:44 +0100 (Wed, 03 Aug 2005) New Revision: 158 Log: - removed references to "developer release" as is pointless; developers can get current dev. release from svn anytime and rm'd refs to "stable release". Now we just have "Release X.X.X" - added blurb re 3.0.0 release Modified: trunk/downloads/source_code.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-08-03 22:39:23 UTC (rev 157) +++ trunk/downloads/source_code.html 2005-08-03 22:39:44 UTC (rev 158) @@ -2,8 +2,8 @@ =20 =20 <p>The complete source code, including documentation, is -available as a tarball for the current stable and developer -releases. For downloadable / browseable manual packages, go to +available as a tarball for the current releases. =20 +For downloadable / browseable manual packages, go to the <a href=3D"/docs/download_docs.html">Documentation</a> page. For older releases, see the=20 <a href=3D"/downloads/archive.html">Release Archive</a> page.</p> @@ -17,14 +17,40 @@ =20 <div class=3D"hr_brown"><hr/></div> =20 - <div id=3D"release"> =20 -<a name=3D"current-stable"></a> -<h3>Current Stable Release:</h3> +<a name=3D"current"></a> =20 -<p> -<a href=3D"/downloads/valgrind-2.4.1.tar.bz2">valgrind 2.4.1 (tar.bz2)</= a>=20 +<h3>Release 3.0.0</h3> + +<p><a href=3D"/downloads/valgrind-3.0.0.tar.bz2">valgrind 3.0.0 (tar.bz2= )</a>=20 +[2679Kb] - 3 August 2005.<br /> +<span class=3D"md5sum">md5: e976a343c61d9505162f595a8aeb09c1</span></p> + +<p>3.0.0 is a major overhaul of Valgrind. There have been many changes +and improvements. The most significant user visible change is that +Valgrind now supports architectures other than x86. 3.0.0 supports +both X86 and AMD64 running Linux. PPC32 on Linux is under development +but not yet usable. See the NEWS file for details of these and many +other changes.</p> + +<p>3.0.0 builds and runs its regression tests on at least the following +platforms, and probably more:</p> + +<ul> + <li>amd64 running SuSE 9.2, Fedora Core 2, 3 and 4</li> + <li>x86 running SuSE 9.1, 9.2, 9.3, RedHat 7.3, Redhat 8, Fedora Core = 4</li> +</ul> + +<p>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> + + + + +<h3>Release 2.4.1</h3> + +<p><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> @@ -38,20 +64,12 @@ 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 +</div> =20 =20 -<a name=3D"current-devel"></a> -<h3>Current Developer Release: </h3> =20 -<p>2.4.1 supersedes all previous releases, and so there is -currently no development release available.</p> - - -</div> - <div class=3D"hr_brown"><hr/></div> =20 - <h3>RPMs / Binaries</h3> =20 <p>We do not distribute binaries or RPMs. The releases available @@ -70,4 +88,3 @@ the Memcheck tool. Therefore, it's best to use Valgrind on the most capable machine you can get your hands on. </p> - |