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.

Modified: apr/site/trunk/docs/index.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/index.html?rev=1214837&r1=1214836&r2=1214837&view=diff ============================================================================== --- apr/site/trunk/docs/index.html (original) +++ apr/site/trunk/docs/index.html Thu Dec 15 16:18:22 2011 @@ -96,7 +96,7 @@ or features.

libraries are

The current legacy releases in support of older applications such @@ -141,7 +141,7 @@ Programmer's Manual:

- 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.

  • Unix Source: -apr-util-1.3.12.tar.gz -[PGP] -[MD5] +apr-util-1.4.1.tar.gz +[PGP] +[MD5]
  • Unix Source: -apr-util-1.3.12.tar.bz2 -[PGP] -[MD5] +apr-util-1.4.1.tar.bz2 +[PGP] +[MD5]
  • Windows Source: -apr-util-1.3.12-win32-src.zip -[PGP] -[MD5]
  • +apr-util-1.4.1-win32-src.zip +[PGP] +[MD5]
  • Other files
  • @@ -355,11 +355,18 @@ using

    % gpg --import KEYS
    % gpg --verify apr-1.0.1.tar.gz.asc

    -

    Alternatively, you can verify the MD5 signature on the files. A -unix program called md5 or md5sum is -included in many unix distributions. It is also available as part of +

    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 md5 or +md5sum is included in many unix distributions. It is also +available as part of GNU -Textutils. Windows users can get binary md5 programs from here, here, or +Textutils. Windows users can get binary md5 programs from here, here, or here.

- 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.

Download