Author: sebb Date: Fri Apr 29 21:45:54 2016 New Revision: 13474 Log: Updated version
Modified: release/commons/validator/README.html (contents, props changed) Modified: release/commons/validator/README.html ============================================================================== --- release/commons/validator/README.html (original) +++ release/commons/validator/README.html Fri Apr 29 21:45:54 2016 @@ -1,30 +1,29 @@ -<h1>Commons Validator 1.5.0</h1> +<h1>Commons Validator 1.5.1</h1> -<p> - This is the current release version of Commons Validator, version 1.5.0. This - release is available in both binary and source distributions. +<p> + This is the current release version of Commons Validator, version 1.5.1. This + release is available in both binary and source distributions. </p> - -<p> +<p> <font color="Red" size="+2">Note:</font> - The tar files in this distribution use GNU tar extensions and must be untarred - with a GNU compatible version of tar. The version of tar on Solaris and Mac OS - X will not work with these files. + The tar files in this distribution use GNU tar extensions and must be untarred + with a GNU compatible version of tar. The version of tar on Solaris and Mac OS + X will not work with these files. </p> <h2>Changes</h2> -<p> - The changes in this release are detailed in the - <a href="http://commons.apache.org/validator/changes-report.html">changes report</a>. +<p> + The changes in this release are detailed in the + <a href="http://commons.apache.org/validator/changes-report.html">changes report</a>. </p> -<p> - Thank you for using - <a href="http://commons.apache.org/validator/">Commons Validator</a>, - brought to you by the - <a href="http://commons.apache.org/">Apache Commons Project</a>. +<p> + Thank you for using + <a href="http://commons.apache.org/validator/">Commons Validator</a>, + brought to you by the + <a href="http://commons.apache.org/">Apache Commons Project</a>. </p> <h2><a name="mirrors">Download from your @@ -39,52 +38,52 @@ <h2><a name="sig">Signatures</h2> -<p> - The files in this distribution have been digitally signed using PGP. Each - signed file has a corresponding <em>filename</em>.asc signature file in the - same directory. The signing keys can be found in the distribution directory - at <<a href="http://www.apache.org/dist/commons/KEYS"> - http://www.apache.org/dist/commons/KEYS</a>>. -</p> - -<p> - <b> - Always download the KEYS file directly from the Apache site, never from a - mirror site. - </b> +<p> + The files in this distribution have been digitally signed using PGP. Each + signed file has a corresponding <em>filename</em>.asc signature file in the + same directory. The signing keys can be found in the distribution directory + at <<a href="http://www.apache.org/dist/commons/KEYS"> + http://www.apache.org/dist/commons/KEYS</a>>. </p> +<p> + <b> + Always download the KEYS file directly from the Apache site, never from a + mirror site. + </b> +</p> + +<p> + Always test available signatures, to ensure that what you download has not + been tampered with. How you do this depends on the tools that you use. Here + are a few examples: + <ul> + <li> + PGP for Windows: + <br> + Use the Decrypt/Verify option in the PGPmail tool. + </li> + <li> + PGP command line (some versions): + <br> + $ pgpk -a KEYS + <br> + $ pgpv commons-validator-1.5.1.tar.gz.asc + </li> + <li> + PGP command line (some versions): + <br> + $ pgp -ka KEYS + <br> + $ pgp commons-validator-1.5.1.tar.gz.asc + </li> -<p> - Always test available signatures, to ensure that what you download has not - been tampered with. How you do this depends on the tools that you use. Here - are a few examples: - <ul> - <li> - PGP for Windows: - <br> - Use the Decrypt/Verify option in the PGPmail tool. - </li> - <li> - PGP command line (some versions): - <br> - $ pgpk -a KEYS - <br> - $ pgpv commons-validator-1.5.0.tar.gz.asc - </li> - <li> - PGP command line (some versions): - <br> - $ pgp -ka KEYS - <br> - $ pgp commons-validator-1.5.0.tar.gz.asc - </li> - <li> - GnuPG: + <li> + GnuPG: <br> - $ gpg --import KEYS + $ gpg --import KEYS <br> - $ gpg --verify commons-validator-1.5.0.tar.gz.asc - </li> + $ gpg --verify commons-validator-1.5.1.tar.gz.asc commons-validator-1.5.1.tar.gz + </li> </ul> <p> Propchange: release/commons/validator/README.html ------------------------------------------------------------------------------ svn:eol-style = native