You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/04/28 03:56:14 UTC

svn commit: r1874 - in /dev/commons/codec: ./ binaries/ source/

Author: ggregory
Date: Sun Apr 28 01:56:11 2013
New Revision: 1874

Log:
Releasing Commons Codec 1.8.

Added:
    dev/commons/codec/RELEASE-NOTES.txt   (with props)
    dev/commons/codec/binaries/commons-codec-1.8-bin.tar.gz   (with props)
    dev/commons/codec/binaries/commons-codec-1.8-bin.tar.gz.asc
    dev/commons/codec/binaries/commons-codec-1.8-bin.zip   (with props)
    dev/commons/codec/binaries/commons-codec-1.8-bin.zip.asc
    dev/commons/codec/source/commons-codec-1.8-src.tar.gz   (with props)
    dev/commons/codec/source/commons-codec-1.8-src.tar.gz.asc
    dev/commons/codec/source/commons-codec-1.8-src.zip   (with props)
    dev/commons/codec/source/commons-codec-1.8-src.zip.asc

Added: dev/commons/codec/RELEASE-NOTES.txt
==============================================================================
--- dev/commons/codec/RELEASE-NOTES.txt (added)
+++ dev/commons/codec/RELEASE-NOTES.txt Sun Apr 28 01:56:11 2013
@@ -0,0 +1,26 @@
+              Apache Commons Codec 1.8 RELEASE NOTES
+
+The 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.
+
+Feature and fix release. Requires a minimum of Java 1.6
+
+Changes in this version include:
+
+New features:
+o CODEC-168:  Add DigestUtils.updateDigest(MessageDigest, InputStream). Thanks to Daniel Cassidy.
+o CODEC-167:  Add JUnit to test our decode with pad character in the middle.
+o CODEC-161:  Add Match Rating Approach (MRA) phonetic algorithm encoder. Thanks to crice.
+
+Fixed Bugs:
+o CODEC-163:  ColognePhonetic encoder unnecessarily creates many char arrays on every loop run. Thanks to leo141.
+o CODEC-160:  Base64.encodeBase64URLSafeString doesn't add padding characters at the end.
+
+
+
+For complete information on 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/

Propchange: dev/commons/codec/RELEASE-NOTES.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: dev/commons/codec/RELEASE-NOTES.txt
------------------------------------------------------------------------------
    svn:keywords = Id

Added: dev/commons/codec/binaries/commons-codec-1.8-bin.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/codec/binaries/commons-codec-1.8-bin.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/x-gzip

Added: dev/commons/codec/binaries/commons-codec-1.8-bin.tar.gz.asc
==============================================================================
--- dev/commons/codec/binaries/commons-codec-1.8-bin.tar.gz.asc (added)
+++ dev/commons/codec/binaries/commons-codec-1.8-bin.tar.gz.asc Sun Apr 28 01:56:11 2013
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.11 (MingW32)
+
+iQEcBAABAgAGBQJRduk6AAoJEIb9x+KhEmLL9mcH/RtBN2T6Hh5ZC+z+5hF3j0kO
+2IdKAFInvDqsGudSDfbdIq5C2tbddt2K6M5FdkTJNaeiTQbm6Jzyg5xklSgEGBmI
+utPRE9FhqunbLGNADUG1BLuzCO9ELO3vZOr/0Ug4RGaeHfLJ4jWkHXbzJSnH7lIt
+MkbJNGhn0J21+877ro0o8Ec83THdx1Cg+JtWhiiDnBiGw1B6h+R+9siWgz3NgVxu
+gfdjGjhfUJiAIeqaRT/+O/pEK9t2BcBUh8ejGmvvAzrXPlA6rSMOyxumC0OdyU+X
+pH+3VJ3mrswUSu8imlLLv9NCe5/yxh5ueIPvgW70/a58jwSzg3sTYPTU77oy/gA=
+=FahZ
+-----END PGP SIGNATURE-----

Added: dev/commons/codec/binaries/commons-codec-1.8-bin.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/codec/binaries/commons-codec-1.8-bin.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/commons/codec/binaries/commons-codec-1.8-bin.zip.asc
==============================================================================
--- dev/commons/codec/binaries/commons-codec-1.8-bin.zip.asc (added)
+++ dev/commons/codec/binaries/commons-codec-1.8-bin.zip.asc Sun Apr 28 01:56:11 2013
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.11 (MingW32)
+
+iQEcBAABAgAGBQJRduk7AAoJEIb9x+KhEmLLEgcH/0rn3+d0ViWFdRe2e6OF9t0i
+g7h9PII+45Zrk3UxMfyuyfn9y1MQp1A4FqEDZpNC+p1s2NOmwIfNlYyL/TolrOia
+/A2W7TFcIeTMkfqL2LUcMgfjXCfT5VF054QEqTCcY7IHunrk3UCID+rDFmpcinf/
+gImhffpBG8bzlCOokHaKi89inonfEMy7E8hzjbCOvrtleh4l57WL59SqFopV+NZ7
+3wNs1/SUmGebPtDGGxKfkidnuwj/Mx/En9+XoEbq3ZOGqdkDChIS1Wf8yPJOW23p
+RVILFY3n+QGsI7cHrFT4bY25iNUN7/62jkinyyljV7M02FXiRo1ASMaffVtUHAA=
+=3iNJ
+-----END PGP SIGNATURE-----

Added: dev/commons/codec/source/commons-codec-1.8-src.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/codec/source/commons-codec-1.8-src.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/x-gzip

Added: dev/commons/codec/source/commons-codec-1.8-src.tar.gz.asc
==============================================================================
--- dev/commons/codec/source/commons-codec-1.8-src.tar.gz.asc (added)
+++ dev/commons/codec/source/commons-codec-1.8-src.tar.gz.asc Sun Apr 28 01:56:11 2013
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.11 (MingW32)
+
+iQEcBAABAgAGBQJRduk7AAoJEIb9x+KhEmLLzQEH/jbGCqCTzZlFdSFWotLOB9By
+BnU0ooaZEB7TjN0JeSegCtH8VO5KWHGrm8swa2lc/iO3sYfULnddlZzH+nYADBBn
+VTvVjio/1XJ1HAdZOKPGVHHdUqAiQWiovzdLWJIF+hENBuW8ZX2fCOAzMLsoSArk
+R3MAVnwFj1AIDRxGarhc0ta5mbNpZOIZk8KquiSY9/p5Z7SYBhOSNfadic/481wO
+hhL+YlJk6tyvbGohFHrQG64qxRkUzjfLJBYZjCeju9hVDdWSotZa5HxGtmLCVjnI
+nn86DatTC3zAphK/HamU1m1YEi/bDmg8ZH9iOd9iEz2wpT1ZNf6jbklII1zRq3o=
+=HkET
+-----END PGP SIGNATURE-----

Added: dev/commons/codec/source/commons-codec-1.8-src.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/codec/source/commons-codec-1.8-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/commons/codec/source/commons-codec-1.8-src.zip.asc
==============================================================================
--- dev/commons/codec/source/commons-codec-1.8-src.zip.asc (added)
+++ dev/commons/codec/source/commons-codec-1.8-src.zip.asc Sun Apr 28 01:56:11 2013
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.11 (MingW32)
+
+iQEcBAABAgAGBQJRduk7AAoJEIb9x+KhEmLLwnEH/0UBeWutwOcpZ0HPfgQPN3Xh
+SbAfq8JOnscssh+qyE3selmjHdXK/NPwpAGkfcB7zdCqk6nUpA2Q6nngYrDnSAVD
+W/eBr14Y+8UCh/gOLkz/1P/tcctTwmKuOEVRNH72yEhnVEYOr4A6HbUYXtlRxNdJ
+MPrmoa3k0jQoGCtWnyKO3kuQ50y4ScCLZNm8/fXo6Spcvb04xFPW9W4uDUbeoSid
+gMJkdHvwGlceivFC7GqfRQFB10AYSIZiaPtYL6pBfdu0d661ryMTXtw3QHhD3coB
+uwjsNjh/d3Nt7/P/rrHZCvcewAvyboyOFRJ73GJpmc0FZxlAs3QiO0ZP28c0oPk=
+=+oFb
+-----END PGP SIGNATURE-----