Author: minfrin Date: Thu Dec 15 16:18:22 2011 New Revision: 1214837 URL: http://svn.apache.org/viewvc?rev=1214837&view=rev Log: Update transformations. Modified: apr/site/trunk/docs/download.html apr/site/trunk/docs/index.html Modified: apr/site/trunk/docs/download.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/download.html?rev=1214837&r1=1214836&r2=1214837&view=diff ============================================================================== --- apr/site/trunk/docs/download.html (original) +++ apr/site/trunk/docs/download.html Thu Dec 15 16:18:22 2011 @@ -151,7 +151,7 @@ list of mirrors.
| - APR-util 1.3.12 is the best available version + APR-util 1.4.1 is the best available version |
@@ -160,21 +160,21 @@ list of mirrors.
% gpg --verify apr-1.0.1.tar.gz.asc - Alternatively, you can verify the MD5 signature on the files. A
-unix program called Alternatively, you can verify the MD5 and/or SHA1 signature on the
+files. An MD5 hash consists of a 32 character string (example:
+d41d8cd98f00b204e9800998ecf8427e), and a SHA1 hash consists of
+a 40 character string (example:
+da39a3ee5e6b4b0d3255bfef95601890afd80709). To verify the hash
+on a file, generate a hash string of your own on the file, and compare
+the hash string you get with the hash string published inside the
+signature files. A unix program called |
| - Apache Portable Runtime Utility 1.3.12 Released + Apache Portable Runtime Utility 1.4.1 Released |
|
@@ -149,13 +149,12 @@ Programmer's Manual:
The Apache Software Foundation and the Apache Portable Runtime Project are proud to announce the General Availability of - version 1.3.12 of the APR Apache Portable Runtime Utility library. - This is a bug fix release. Users of previous versions are - encouraged to update to this release. + version 1.4.1 of the APR Apache Portable Runtime Utility library. + This is a new feature release, introducing the apr_crypto API. For further details of this release, see the official announcement as well as the -CHANGES-APR-UTIL-1.3 file. +CHANGES-APR-UTIL-1.4 file. |