You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by mi...@apache.org on 2011/12/15 17:17:57 UTC

svn commit: r1214836 - in /apr/site/trunk/xdocs: download.xml index.xml

Author: minfrin
Date: Thu Dec 15 16:17:57 2011
New Revision: 1214836

URL: http://svn.apache.org/viewvc?rev=1214836&view=rev
Log:
Bump the version of apr-util on the main and download pages.

Modified:
    apr/site/trunk/xdocs/download.xml
    apr/site/trunk/xdocs/index.xml

Modified: apr/site/trunk/xdocs/download.xml
URL: http://svn.apache.org/viewvc/apr/site/trunk/xdocs/download.xml?rev=1214836&r1=1214835&r2=1214836&view=diff
==============================================================================
--- apr/site/trunk/xdocs/download.xml (original)
+++ apr/site/trunk/xdocs/download.xml Thu Dec 15 16:17:57 2011
@@ -81,30 +81,30 @@ list of mirrors</a>.</p>
 
 <section id="aprutil1">
 
-<title>APR-util 1.3.12 is the best available version</title>
+<title>APR-util 1.4.1 is the best available version</title>
 
 <p>APR-util provides a number of helpful abstractions on top of APR.</p>
 
 <ul>
 
 <li>Unix Source: 
-<a href="[preferred]/apr/apr-util-1.3.12.tar.gz">apr-util-1.3.12.tar.gz</a> 
-[<a href="http://www.apache.org/dist/apr/apr-util-1.3.12.tar.gz.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/apr/apr-util-1.3.12.tar.gz.md5">MD5</a>]
+<a href="[preferred]/apr/apr-util-1.4.1.tar.gz">apr-util-1.4.1.tar.gz</a> 
+[<a href="http://www.apache.org/dist/apr/apr-util-1.4.1.tar.gz.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/apr/apr-util-1.4.1.tar.gz.md5">MD5</a>]
 </li>
 
 <li>Unix Source: 
-<a href="[preferred]/apr/apr-util-1.3.12.tar.bz2">apr-util-1.3.12.tar.bz2</a> 
-[<a href="http://www.apache.org/dist/apr/apr-util-1.3.12.tar.bz2.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/apr/apr-util-1.3.12.tar.bz2.md5">MD5</a>]
+<a href="[preferred]/apr/apr-util-1.4.1.tar.bz2">apr-util-1.4.1.tar.bz2</a> 
+[<a href="http://www.apache.org/dist/apr/apr-util-1.4.1.tar.bz2.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/apr/apr-util-1.4.1.tar.bz2.md5">MD5</a>]
 </li>
 
 <li>Windows Source: 
-<a href="[preferred]/apr/apr-util-1.3.12-win32-src.zip"
-   >apr-util-1.3.12-win32-src.zip</a> 
-[<a href="http://www.apache.org/dist/apr/apr-util-1.3.12-win32-src.zip.asc"
+<a href="[preferred]/apr/apr-util-1.4.1-win32-src.zip"
+   >apr-util-1.4.1-win32-src.zip</a> 
+[<a href="http://www.apache.org/dist/apr/apr-util-1.4.1-win32-src.zip.asc"
     >PGP</a>]
-[<a href="http://www.apache.org/dist/apr/apr-util-1.3.12-win32-src.zip.md5"
+[<a href="http://www.apache.org/dist/apr/apr-util-1.4.1-win32-src.zip.md5"
     >MD5</a>]</li>
 
 <li><a href="[preferred]/apr/">Other files</a></li>
@@ -283,11 +283,18 @@ using</p>
 % gpg --verify apr-1.0.1.tar.gz.asc
 </code></p>
 
-<p>Alternatively, you can verify the MD5 signature on the files.  A
-unix program called <code>md5</code> or <code>md5sum</code> is
-included in many unix distributions.  It is also available as part of
+<p>Alternatively, you can verify the MD5 and/or SHA1 signature on the
+files. An MD5 hash consists of a 32 character string (example:
+<i>d41d8cd98f00b204e9800998ecf8427e</i>), and a SHA1 hash consists of
+a 40 character string (example:
+<i>da39a3ee5e6b4b0d3255bfef95601890afd80709</i>). 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 <code>md5</code> or
+<code>md5sum</code> is included in many unix distributions. It is also
+available as part of
 <a href="http://www.gnu.org/software/textutils/textutils.html">GNU
-Textutils</a>.  Windows users can get binary md5 programs from <a
+Textutils</a>. Windows users can get binary md5 programs from <a
 href="http://www.fourmilab.ch/md5/">here</a>, <a
 href="http://www.pc-tools.net/win32/freeware/console/">here</a>, or
 <a href="http://www.slavasoft.com/fsum/">here</a>.</p>

Modified: apr/site/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/apr/site/trunk/xdocs/index.xml?rev=1214836&r1=1214835&r2=1214836&view=diff
==============================================================================
--- apr/site/trunk/xdocs/index.xml (original)
+++ apr/site/trunk/xdocs/index.xml Thu Dec 15 16:17:57 2011
@@ -25,7 +25,7 @@ libraries are</p>
 
 <ul>
   <li>APR 1.4.5, released May 22, 2011</li>
-  <li>APR-util 1.3.12, released May 22, 2011</li>
+  <li>APR-util 1.4.1, released December 15, 2011</li>
   <li>APR-iconv 1.2.1, released November 26, 2007</li>
 </ul>
 
@@ -68,23 +68,22 @@ Programmer's Manual:
 
 </section>
 
-<section id="1.3.12">
+<section id="1.4.1">
 
-<title>Apache Portable Runtime Utility 1.3.12 Released</title>
+<title>Apache Portable Runtime Utility 1.4.1 Released</title>
 
 <p>
    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.
 </p>
 
 <p>For further details of this release, see the 
 <a href="http://www.apache.org/dist/apr/Announcement1.x.html"
  >official announcement</a> as well as the  
-<a href="http://www.apache.org/dist/apr/CHANGES-APR-UTIL-1.3"
-     >CHANGES-APR-UTIL-1.3</a> file.</p>
+<a href="http://www.apache.org/dist/apr/CHANGES-APR-UTIL-1.4"
+     >CHANGES-APR-UTIL-1.4</a> file.</p>
 
 <p align="center">
 <a href="download.cgi">Download</a>