1+ Apache Commons Codec 1.10 RELEASE NOTES
2+
3+ The Apache Commons Codec team is pleased to announce the commons-codec-1.10 release!
4+
5+ The Apache Commons Codec package contains simple encoder and decoders for
6+ various formats such as Base64 and Hexadecimal. In addition to these
7+ widely used encoders and decoders, the codec package also maintains a
8+ collection of phonetic encoding utilities.
9+
10+ Changes in this version include:
11+
12+ New features:
13+
14+ o Add Daitch-Mokotoff Soundex
15+ Issue: CODEC-192. Thanks to Thomas Neidhart.
16+ o Make possible to provide padding byte to BaseNCodec in constructor
17+ Issue: CODEC-181. Thanks to Ivan Martinez-Ortiz.
18+
19+ Fixed Bugs:
20+
21+ o Added clarification to Javadoc of Base64 concerning the use of the urlSafe parameter
22+ Issue: CODEC-185. Thanks to Sean Busbey.
23+ o Added clarification to the Javadoc of Base[32|64]OutputStream that it is mandatory to call close()
24+ Issue: CODEC-191. Thanks to Igor Savin.
25+ o Add support for HMAC Message Authentication Code (MAC) digests
26+ Issue: CODEC-188. Thanks to Hendrik Saly.
27+ o Beider Morse Phonetic Matching producing incorrect tokens
28+ Issue: CODEC-187. Thanks to Michael Tobias, Thomas Neidhart.
29+ o NullPointerException in DoubleMetaPhone.isDoubleMetaphoneEqual when using empty strings
30+ Issue: CODEC-184. Thanks to Cyrille Artho.
31+ o Fix Javadoc 1.8.0 errors
32+ Issue: CODEC-180. Thanks to Ville Skyttä.
33+ o Fix Java 8 build Javadoc errors
34+ Issue: CODEC-189.
35+
36+ Changes:
37+
38+ o Deprecate Charsets Charset constants in favor of Java 7's java.nio.charset.StandardCharsets
39+ Issue: CODEC-178.
40+ o Update from commons-parent 34 to 35
41+ Issue: CODEC-190.
42+
43+
44+ Have fun!
45+ -Apache Commons Codec team
46+
47+
48+ -------------------------------------------------------------------------------
49+
150 Apache Commons Codec 1.9 RELEASE NOTES
251
352The codec package contains simple encoder and decoders for
@@ -10,7 +59,7 @@ Performance and fix release. Requires a minimum of Java 1.6.
1059Changes in this version include:
1160
1261Performance:
13- CODEC-174: Improve performance of Beider Morse encoder. Thanks to Thomas Champagne.
62+ o CODEC-174: Improve performance of Beider Morse encoder. Thanks to Thomas Champagne.
1463
1564Fixed Bugs:
1665o CODEC-175: Beider Morse does not close Scanners used to read config files.
0 commit comments