File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- Apache Commons Codec 1.8 RELEASE NOTES
1+ Apache Commons Codec 1.9 RELEASE NOTES
22
33The codec package contains simple encoder and decoders for
44various formats such as Base64 and Hexadecimal. In addition to these
55widely used encoders and decoders, the codec package also maintains a
66collection of phonetic encoding utilities.
77
8- Feature and fix release. Requires a minimum of Java 1.6
8+ Performance and fix release. Requires a minimum of Java 1.6.
99
1010Changes in this version include:
1111
12- New features:
13- o CODEC-168: Add DigestUtils.updateDigest(MessageDigest, InputStream). Thanks to Daniel Cassidy.
14- o CODEC-167: Add JUnit to test our decode with pad character in the middle.
15- o CODEC-161: Add Match Rating Approach (MRA) phonetic algorithm encoder. Thanks to crice.
12+ Performance:
13+ CODEC-174: Improve performance of Beider Morse encoder. Thanks to Thomas Champagne.
1614
1715Fixed Bugs:
18- o CODEC-163: ColognePhonetic encoder unnecessarily creates many char arrays on every loop run. Thanks to leo141.
19- o CODEC-160: Base64.encodeBase64URLSafeString doesn't add padding characters at the end.
20-
16+ o CODEC-175: Beider Morse does not close Scanners used to read config files.
17+ o CODEC-172: Base32 decode table has spurious value. Thanks to Matt Bishop.
18+ o CODEC-170: Link broken in Metaphone Javadoc. Thanks to Ron Wheeler, Henri Yandell.
19+ o CODEC-176: Spelling fixes in Javadoc and comments. Thanks to Ville Skytt�.
2120
2221
2322For complete information on Commons Codec, including instructions on how to submit bug reports,
You can’t perform that action at this time.
0 commit comments