@@ -11,16 +11,32 @@ Changes in this version include:
1111
1212 New Features:
1313
14- o
14+ o [CODEC-60] Implement Caverphone.
15+ o [CODEC-52] Digest on InputStreams.
16+ o [CODEC-39] DigestUtils: Add methods for SHA-256, SHA-384, and SHA-512.
17+ o [CODEC-69] Streaming Base64 (Base64InputStream and Base64OutputStream added).
18+
1519 Fixed bugs:
1620
17- o Using US_ENGLISH in Soundex causes an NPE. Issue addressed and
18- test case added to SoundexTest.
19- Issue: 37894. Thanks to Reggie Riser.
21+ o [CODEC-77] Base64 bug with empty input (new byte[0]).
22+ o [CODEC-72] Soundex and RefinedSoundex issues with character arrays.
23+ o [CODEC-71] Base64.isArrayByteBase64() method is inefficient for large byte arrays.
24+ o [CODEC-70] Thread safety and malicious code safety improvements.
25+ o [CODEC-68] isBase64 throws ArrayIndexOutOfBoundsException on some non-BASE64 bytes.
26+ o [CODEC-65] Fix case-insensitive string handling.
27+ o [CODEC-61] Base64.encodeBase64() throws NegativeArraySizeException on large files.
28+ o [CODEC-58] Character set used by Base64 not documented.
29+ o [CODEC-56] RefinedSoundex creates instance before al fields have been initialized.
30+ o [CODEC-51] Test failures in SoundexTest
31+ o [CODEC-10] Using US_ENGLISH in Soundex caused an NullPointerException.
32+ o [CODEC-6] Source tarball spews files all over the place.
33+ o [CODEC-22] Base64.isArrayByteBase64() throws an ArrayIndexOutOfBoundsException for negative octets
2034
2135 Changes:
2236
23- o
37+ o [CODEC-75] Make Base64 URL-safe
38+ o [CODEC-74] Allow for uppercase letters output in Hex.encodeHex().
39+ o [CODEC-40] Add crypto-compatible BigInteger encoding support to Base64.
2440
2541Have fun!
2642-The commons-codec team
0 commit comments