Skip to content

Commit 0411445

Browse files
committed
Regenerate
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1334146 13f79535-47bb-0310-9956-ffa450edef68
1 parent 0df1a7f commit 0411445

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,22 @@ Feature and fix release.
1010
Changes in this version include:
1111

1212
New 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.
1315
o 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

1618
Fixed 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.
2022
o CODEC-138: Complete FilterInputStream interface for BaseNCodecInputStream
2123
o CODEC-136: Use Charset objects when possible, create Charsets for required character encodings
2224
o CODEC-132: BeiderMorseEncoder OOM issues Thanks to rcmuir.
2325
o 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

2731
Known issue only on IBM Java 5:

0 commit comments

Comments
 (0)