File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,18 +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.
1315o CODEC-130: Base64InputStream.skip skips underlying stream, not output Thanks to tn.
14- o CODEC-63: Implement NYSIIS Thanks to bayard.
16+ o CODEC-63: Implement NYSIIS Thanks to bayard.
1517
1618Fixed Bugs:
17- o CODEC-96: Base64 encode() method is no longer thread-safe, breaking clients using it as a shared BinaryEncoder.
19+ o CODEC-96: Base64 encode() method is no longer thread-safe, breaking clients using it as a shared BinaryEncoder.
1820 Note: the fix breaks binary compatibility, however the changes are to a class (BaseNCodec) which is
1921 intended for internal use. Thanks to sebb.
2022o CODEC-138: Complete FilterInputStream interface for BaseNCodecInputStream
2123o CODEC-136: Use Charset objects when possible, create Charsets for required character encodings
2224o CODEC-132: BeiderMorseEncoder OOM issues Thanks to rcmuir.
2325o CODEC-131: DoubleMetaphone javadoc contains dead links Thanks to smolav.
2426
27+ Changes:
28+ o CODEC-143: StringBuffer could be replaced by StringBuilder for local variables.
2529
2630
2731Known issue only on IBM Java 5:
You can’t perform that action at this time.
0 commit comments