Skip to content

Commit 79fb16e

Browse files
committed
Preparing for release 1.10.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1636498 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9cc8e7c commit 79fb16e

1 file changed

Lines changed: 50 additions & 1 deletion

File tree

RELEASE-NOTES.txt

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
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

352
The codec package contains simple encoder and decoders for
@@ -10,7 +59,7 @@ Performance and fix release. Requires a minimum of Java 1.6.
1059
Changes in this version include:
1160

1261
Performance:
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

1564
Fixed Bugs:
1665
o CODEC-175: Beider Morse does not close Scanners used to read config files.

0 commit comments

Comments
 (0)