@@ -10,22 +10,22 @@ Feature and fix release.
1010Changes in this version include:
1111
1212New features:
13- o CODEC-139: DigestUtils: add updateDigest methods and make methods public. Thanks to dsebastien.
14- o CODEC-133: Add classes for MD5/SHA1/SHA-512-based Unix crypt(3) hash variants. Thanks to lathspell.
15- o CODEC-130: Base64InputStream.skip skips underlying stream, not output Thanks to tn.
16- o CODEC-63: Implement NYSIIS Thanks to bayard.
13+ o CODEC-139: DigestUtils: add updateDigest methods and make methods public. Thanks to dsebastien.
14+ o CODEC-133: Add classes for MD5/SHA1/SHA-512-based Unix crypt(3) hash variants. Thanks to lathspell.
15+ o CODEC-130: Base64InputStream.skip skips underlying stream, not output Thanks to tn.
16+ o CODEC-63: Implement NYSIIS Thanks to bayard.
1717
1818Fixed Bugs:
1919o CODEC-96: Base64 encode() method is no longer thread-safe, breaking clients using it as a shared BinaryEncoder.
2020 Note: the fix breaks binary compatibility, however the changes are to a class (BaseNCodec) which is
21- intended for internal use. Thanks to sebb.
22- o CODEC-138: Complete FilterInputStream interface for BaseNCodecInputStream
23- o CODEC-136: Use Charset objects when possible, create Charsets for required character encodings
24- o CODEC-132: BeiderMorseEncoder OOM issues Thanks to rcmuir.
25- o CODEC-131: DoubleMetaphone javadoc contains dead links Thanks to smolav.
21+ intended for internal use. Thanks to sebb.
22+ o CODEC-138: Complete FilterInputStream interface for BaseNCodecInputStream
23+ o CODEC-136: Use Charset objects when possible, create Charsets for required character encodings
24+ o CODEC-132: BeiderMorseEncoder OOM issues Thanks to rcmuir.
25+ o CODEC-131: DoubleMetaphone javadoc contains dead links Thanks to smolav.
2626
2727Changes:
28- o CODEC-143: StringBuffer could be replaced by StringBuilder for local variables.
28+ o CODEC-143: StringBuffer could be replaced by StringBuilder for local variables.
2929
3030
3131Known issue only on IBM Java 5:
0 commit comments