Author: ggregory Date: Mon Nov 10 02:31:39 2014 New Revision: 7096 Log: Replace Apache Commons Codec 1.9 with 1.10
Added: release/commons/codec/binaries/commons-codec-1.10-bin.tar.gz (with props) release/commons/codec/binaries/commons-codec-1.10-bin.tar.gz.asc (with props) release/commons/codec/binaries/commons-codec-1.10-bin.tar.gz.asc.md5 release/commons/codec/binaries/commons-codec-1.10-bin.tar.gz.asc.sha1 release/commons/codec/binaries/commons-codec-1.10-bin.tar.gz.md5 release/commons/codec/binaries/commons-codec-1.10-bin.tar.gz.sha1 release/commons/codec/binaries/commons-codec-1.10-bin.zip (with props) release/commons/codec/binaries/commons-codec-1.10-bin.zip.asc (with props) release/commons/codec/binaries/commons-codec-1.10-bin.zip.asc.md5 release/commons/codec/binaries/commons-codec-1.10-bin.zip.asc.sha1 release/commons/codec/binaries/commons-codec-1.10-bin.zip.md5 release/commons/codec/binaries/commons-codec-1.10-bin.zip.sha1 release/commons/codec/source/commons-codec-1.10-src.tar.gz (with props) release/commons/codec/source/commons-codec-1.10-src.tar.gz.asc (with props) release/commons/codec/source/commons-codec-1.10-src.tar.gz.asc.md5 release/commons/codec/source/commons-codec-1.10-src.tar.gz.asc.sha1 release/commons/codec/source/commons-codec-1.10-src.tar.gz.md5 release/commons/codec/source/commons-codec-1.10-src.tar.gz.sha1 release/commons/codec/source/commons-codec-1.10-src.zip (with props) release/commons/codec/source/commons-codec-1.10-src.zip.asc (with props) release/commons/codec/source/commons-codec-1.10-src.zip.asc.md5 release/commons/codec/source/commons-codec-1.10-src.zip.asc.sha1 release/commons/codec/source/commons-codec-1.10-src.zip.md5 release/commons/codec/source/commons-codec-1.10-src.zip.sha1 Removed: release/commons/codec/binaries/commons-codec-1.9-bin.tar.gz release/commons/codec/binaries/commons-codec-1.9-bin.tar.gz.asc release/commons/codec/binaries/commons-codec-1.9-bin.tar.gz.asc.md5 release/commons/codec/binaries/commons-codec-1.9-bin.tar.gz.asc.sha1 release/commons/codec/binaries/commons-codec-1.9-bin.tar.gz.md5 release/commons/codec/binaries/commons-codec-1.9-bin.tar.gz.sha1 release/commons/codec/binaries/commons-codec-1.9-bin.zip release/commons/codec/binaries/commons-codec-1.9-bin.zip.asc release/commons/codec/binaries/commons-codec-1.9-bin.zip.asc.md5 release/commons/codec/binaries/commons-codec-1.9-bin.zip.asc.sha1 release/commons/codec/binaries/commons-codec-1.9-bin.zip.md5 release/commons/codec/binaries/commons-codec-1.9-bin.zip.sha1 release/commons/codec/source/commons-codec-1.9-src.tar.gz release/commons/codec/source/commons-codec-1.9-src.tar.gz.asc release/commons/codec/source/commons-codec-1.9-src.tar.gz.asc.md5 release/commons/codec/source/commons-codec-1.9-src.tar.gz.asc.sha1 release/commons/codec/source/commons-codec-1.9-src.tar.gz.md5 release/commons/codec/source/commons-codec-1.9-src.tar.gz.sha1 release/commons/codec/source/commons-codec-1.9-src.zip release/commons/codec/source/commons-codec-1.9-src.zip.asc release/commons/codec/source/commons-codec-1.9-src.zip.asc.md5 release/commons/codec/source/commons-codec-1.9-src.zip.asc.sha1 release/commons/codec/source/commons-codec-1.9-src.zip.md5 release/commons/codec/source/commons-codec-1.9-src.zip.sha1 Modified: release/commons/codec/README.html release/commons/codec/RELEASE-NOTES.txt Modified: release/commons/codec/README.html ============================================================================== --- release/commons/codec/README.html (original) +++ release/commons/codec/README.html Mon Nov 10 02:31:39 2014 @@ -1,5 +1,5 @@ -<h1>Commons-Codec 1.9</h1> -<p>This is the 1.9 release of commons-codec. It is available in both +<h1>Commons-Codec 1.10</h1> +<p>This is the 1.10 release of commons-codec. It is available in both binary and source distributions.</p> <p><font color="red" size="+2">Note:</font> The tar files in the distribution use GNU tar extensions @@ -23,6 +23,6 @@ signing keys can be found in the distrib href="http://www.apache.org/dist/commons/KEYS"><samp>http://www.apache.org/dist/commons/KEYS</samp></a>>.</p> <p><b>Always download the KEYS file directly from the Apache site, never from a mirror site.</b></p> -<pre>Always test available signatures, <i>e.g.</i>,<br>$ pgpk -a KEYS<br>$ pgpv commons-codec-1.9-bin.tar.gz.asc<br>or,<br>$ pgp -ka KEYS<br>$ pgp commons-codec-1.9-bin.tar.gz.asc<br>or,<br>$ gpg --import KEYS<br>$ gpg --verify commons-codec-1.9-bin.tar.gz.asc<br></pre> +<pre>Always test available signatures, <i>e.g.</i>,<br>$ pgpk -a KEYS<br>$ pgpv commons-codec-1.10-bin.tar.gz.asc<br>or,<br>$ pgp -ka KEYS<br>$ pgp commons-codec-1.10-bin.tar.gz.asc<br>or,<br>$ gpg --import KEYS<br>$ gpg --verify commons-codec-1.10-bin.tar.gz.asc<br></pre> <p> </p> Modified: release/commons/codec/RELEASE-NOTES.txt ============================================================================== --- release/commons/codec/RELEASE-NOTES.txt (original) +++ release/commons/codec/RELEASE-NOTES.txt Mon Nov 10 02:31:39 2014 @@ -1,3 +1,56 @@ + Apache Commons Codec 1.10 RELEASE NOTES + +The Apache Commons Codec team is pleased to announce the commons-codec-1.10 release! + +The Apache Commons Codec package contains simple encoder and decoders for + various formats such as Base64 and Hexadecimal. In addition to these + widely used encoders and decoders, the codec package also maintains a + collection of phonetic encoding utilities. + +This feature and fix release requires a minimum of Java 1.6, same as 1.9. + +Changes in this version include: + +New features: + +o Add Daitch-Mokotoff Soundex + Issue: CODEC-192. Thanks to Thomas Neidhart. +o QuotedPrintableCodec does not support soft line break per the 'quoted-printable' example on Wikipedia + Issue: CODEC-121. Thanks to Thomas Neidhart, Java John. +o Make possible to provide padding byte to BaseNCodec in constructor + Issue: CODEC-181. Thanks to Ivan Martinez-Ortiz. + +Fixed Bugs: + +o Added clarification to Javadoc of Base64 concerning the use of the urlSafe parameter + Issue: CODEC-185. Thanks to Sean Busbey. +o Added clarification to the Javadoc of Base[32|64]OutputStream that it is mandatory to call close() + Issue: CODEC-191. Thanks to Igor Savin. +o Add support for HMAC Message Authentication Code (MAC) digests + Issue: CODEC-188. Thanks to Hendrik Saly. +o Beider Morse Phonetic Matching producing incorrect tokens + Issue: CODEC-187. Thanks to Michael Tobias, Thomas Neidhart. +o NullPointerException in DoubleMetaPhone.isDoubleMetaphoneEqual when using empty strings + Issue: CODEC-184. Thanks to Cyrille Artho. +o Fix Javadoc 1.8.0 errors + Issue: CODEC-180. Thanks to Ville Skyttä. +o Fix Java 8 build Javadoc errors + Issue: CODEC-189. + +Changes: + +o Deprecate Charsets Charset constants in favor of Java 7's java.nio.charset.StandardCharsets + Issue: CODEC-178. +o Update from commons-parent 34 to 35 + Issue: CODEC-190. + + +Have fun! +-Apache Commons Codec team + + +------------------------------------------------------------------------------- + Apache Commons Codec 1.9 RELEASE NOTES The codec package contains simple encoder and decoders for @@ -5,12 +58,12 @@ various formats such as Base64 and Hexad widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities. -Performance and fix release. Requires a minimum of Java 1.6. +This feature and fix release requires a minimum of Java 1.6, same as 1.8. Changes in this version include: Performance: -CODEC-174: Improve performance of Beider Morse encoder. Thanks to Thomas Champagne. +o CODEC-174: Improve performance of Beider Morse encoder. Thanks to Thomas Champagne. Fixed Bugs: o CODEC-175: Beider Morse does not close Scanners used to read config files. @@ -19,7 +72,7 @@ o CODEC-170: Link broken in Metaphone Ja o CODEC-176: Spelling fixes in Javadoc and comments. Thanks to Ville Skyttä. -For complete information on Commons Codec, including instructions on how to submit bug reports, +For complete information on Apache Commons Codec, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Codec website: http://commons.apache.org/proper/commons-codec/ Added: release/commons/codec/binaries/commons-codec-1.10-bin.tar.gz ============================================================================== Binary file - no diff available. Propchange: release/commons/codec/binaries/commons-codec-1.10-bin.tar.gz ------------------------------------------------------------------------------ svn:mime-type = application/x-gzip Added: release/commons/codec/binaries/commons-codec-1.10-bin.tar.gz.asc ============================================================================== Binary file - no diff available. Propchange: release/commons/codec/binaries/commons-codec-1.10-bin.tar.gz.asc ------------------------------------------------------------------------------ svn:mime-type = application/pgp-signature Added: release/commons/codec/binaries/commons-codec-1.10-bin.tar.gz.asc.md5 ============================================================================== --- release/commons/codec/binaries/commons-codec-1.10-bin.tar.gz.asc.md5 (added) +++ release/commons/codec/binaries/commons-codec-1.10-bin.tar.gz.asc.md5 Mon Nov 10 02:31:39 2014 @@ -0,0 +1 @@ +d062f5ffff334c24236f13196e7a8ef4 \ No newline at end of file Added: release/commons/codec/binaries/commons-codec-1.10-bin.tar.gz.asc.sha1 ============================================================================== --- release/commons/codec/binaries/commons-codec-1.10-bin.tar.gz.asc.sha1 (added) +++ release/commons/codec/binaries/commons-codec-1.10-bin.tar.gz.asc.sha1 Mon Nov 10 02:31:39 2014 @@ -0,0 +1 @@ +cb2de7095e92f7f1e5a732577a306f5f2b216689 \ No newline at end of file Added: release/commons/codec/binaries/commons-codec-1.10-bin.tar.gz.md5 ============================================================================== --- release/commons/codec/binaries/commons-codec-1.10-bin.tar.gz.md5 (added) +++ release/commons/codec/binaries/commons-codec-1.10-bin.tar.gz.md5 Mon Nov 10 02:31:39 2014 @@ -0,0 +1 @@ +9b413ef3eae50bdf3da89644fd3cdbe5 \ No newline at end of file Added: release/commons/codec/binaries/commons-codec-1.10-bin.tar.gz.sha1 ============================================================================== --- release/commons/codec/binaries/commons-codec-1.10-bin.tar.gz.sha1 (added) +++ release/commons/codec/binaries/commons-codec-1.10-bin.tar.gz.sha1 Mon Nov 10 02:31:39 2014 @@ -0,0 +1 @@ +a2190087e4964674ecc3cb55a13e0d49908a7a27 \ No newline at end of file Added: release/commons/codec/binaries/commons-codec-1.10-bin.zip ============================================================================== Binary file - no diff available. Propchange: release/commons/codec/binaries/commons-codec-1.10-bin.zip ------------------------------------------------------------------------------ svn:mime-type = application/zip Added: release/commons/codec/binaries/commons-codec-1.10-bin.zip.asc ============================================================================== Binary file - no diff available. Propchange: release/commons/codec/binaries/commons-codec-1.10-bin.zip.asc ------------------------------------------------------------------------------ svn:mime-type = application/pgp-signature Added: release/commons/codec/binaries/commons-codec-1.10-bin.zip.asc.md5 ============================================================================== --- release/commons/codec/binaries/commons-codec-1.10-bin.zip.asc.md5 (added) +++ release/commons/codec/binaries/commons-codec-1.10-bin.zip.asc.md5 Mon Nov 10 02:31:39 2014 @@ -0,0 +1 @@ +473a014cdb5d420041d7a9c817e4b093 \ No newline at end of file Added: release/commons/codec/binaries/commons-codec-1.10-bin.zip.asc.sha1 ============================================================================== --- release/commons/codec/binaries/commons-codec-1.10-bin.zip.asc.sha1 (added) +++ release/commons/codec/binaries/commons-codec-1.10-bin.zip.asc.sha1 Mon Nov 10 02:31:39 2014 @@ -0,0 +1 @@ +f5058217cbb8c0689acd8ee2998dd140ada1d103 \ No newline at end of file Added: release/commons/codec/binaries/commons-codec-1.10-bin.zip.md5 ============================================================================== --- release/commons/codec/binaries/commons-codec-1.10-bin.zip.md5 (added) +++ release/commons/codec/binaries/commons-codec-1.10-bin.zip.md5 Mon Nov 10 02:31:39 2014 @@ -0,0 +1 @@ +59b6046b8cb5bf48c3b2e63bb4424779 \ No newline at end of file Added: release/commons/codec/binaries/commons-codec-1.10-bin.zip.sha1 ============================================================================== --- release/commons/codec/binaries/commons-codec-1.10-bin.zip.sha1 (added) +++ release/commons/codec/binaries/commons-codec-1.10-bin.zip.sha1 Mon Nov 10 02:31:39 2014 @@ -0,0 +1 @@ +db0b3887b1f009ea6acbe650f00ecdbb9c36b844 \ No newline at end of file Added: release/commons/codec/source/commons-codec-1.10-src.tar.gz ============================================================================== Binary file - no diff available. Propchange: release/commons/codec/source/commons-codec-1.10-src.tar.gz ------------------------------------------------------------------------------ svn:mime-type = application/x-gzip Added: release/commons/codec/source/commons-codec-1.10-src.tar.gz.asc ============================================================================== Binary file - no diff available. Propchange: release/commons/codec/source/commons-codec-1.10-src.tar.gz.asc ------------------------------------------------------------------------------ svn:mime-type = application/pgp-signature Added: release/commons/codec/source/commons-codec-1.10-src.tar.gz.asc.md5 ============================================================================== --- release/commons/codec/source/commons-codec-1.10-src.tar.gz.asc.md5 (added) +++ release/commons/codec/source/commons-codec-1.10-src.tar.gz.asc.md5 Mon Nov 10 02:31:39 2014 @@ -0,0 +1 @@ +ea474cc75fe672837bbbd0aa854a7a67 \ No newline at end of file Added: release/commons/codec/source/commons-codec-1.10-src.tar.gz.asc.sha1 ============================================================================== --- release/commons/codec/source/commons-codec-1.10-src.tar.gz.asc.sha1 (added) +++ release/commons/codec/source/commons-codec-1.10-src.tar.gz.asc.sha1 Mon Nov 10 02:31:39 2014 @@ -0,0 +1 @@ +6e656cb1b1b1e5938805788cc0ac5c795ecd09f5 \ No newline at end of file Added: release/commons/codec/source/commons-codec-1.10-src.tar.gz.md5 ============================================================================== --- release/commons/codec/source/commons-codec-1.10-src.tar.gz.md5 (added) +++ release/commons/codec/source/commons-codec-1.10-src.tar.gz.md5 Mon Nov 10 02:31:39 2014 @@ -0,0 +1 @@ +ea7c015a2c7b641cd11298ed94d992c7 \ No newline at end of file Added: release/commons/codec/source/commons-codec-1.10-src.tar.gz.sha1 ============================================================================== --- release/commons/codec/source/commons-codec-1.10-src.tar.gz.sha1 (added) +++ release/commons/codec/source/commons-codec-1.10-src.tar.gz.sha1 Mon Nov 10 02:31:39 2014 @@ -0,0 +1 @@ +3119ff8194ed6d9f11912f62f48ecd133c43a58d \ No newline at end of file Added: release/commons/codec/source/commons-codec-1.10-src.zip ============================================================================== Binary file - no diff available. Propchange: release/commons/codec/source/commons-codec-1.10-src.zip ------------------------------------------------------------------------------ svn:mime-type = application/zip Added: release/commons/codec/source/commons-codec-1.10-src.zip.asc ============================================================================== Binary file - no diff available. Propchange: release/commons/codec/source/commons-codec-1.10-src.zip.asc ------------------------------------------------------------------------------ svn:mime-type = application/pgp-signature Added: release/commons/codec/source/commons-codec-1.10-src.zip.asc.md5 ============================================================================== --- release/commons/codec/source/commons-codec-1.10-src.zip.asc.md5 (added) +++ release/commons/codec/source/commons-codec-1.10-src.zip.asc.md5 Mon Nov 10 02:31:39 2014 @@ -0,0 +1 @@ +2fdcebe6a301879a6b5d20c3c1882e98 \ No newline at end of file Added: release/commons/codec/source/commons-codec-1.10-src.zip.asc.sha1 ============================================================================== --- release/commons/codec/source/commons-codec-1.10-src.zip.asc.sha1 (added) +++ release/commons/codec/source/commons-codec-1.10-src.zip.asc.sha1 Mon Nov 10 02:31:39 2014 @@ -0,0 +1 @@ +7b49ae63f3daf41c7285fe837ef35afd19074440 \ No newline at end of file Added: release/commons/codec/source/commons-codec-1.10-src.zip.md5 ============================================================================== --- release/commons/codec/source/commons-codec-1.10-src.zip.md5 (added) +++ release/commons/codec/source/commons-codec-1.10-src.zip.md5 Mon Nov 10 02:31:39 2014 @@ -0,0 +1 @@ +0acc35a49211226c4b380ce55c78f3a3 \ No newline at end of file Added: release/commons/codec/source/commons-codec-1.10-src.zip.sha1 ============================================================================== --- release/commons/codec/source/commons-codec-1.10-src.zip.sha1 (added) +++ release/commons/codec/source/commons-codec-1.10-src.zip.sha1 Mon Nov 10 02:31:39 2014 @@ -0,0 +1 @@ +2f0c28283ce33f0f2a3b23acc48cfc141754a739 \ No newline at end of file