You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE-NOTES.txt
+33Lines changed: 33 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,36 @@
1
+
Apache Commons Codec 1.11 RELEASE NOTES
2
+
3
+
The Apache Commons Codec team is pleased to announce the commons-codec-1.11 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
+
This feature and fix release requires a minimum of Java 1.6, same as 1.10.
11
+
12
+
Changes in this version include:
13
+
14
+
New features:
15
+
16
+
o BaseNCodecOutputStream only supports writing EOF on close() Issue: CODEC-183. Thanks to Steven Wurster.
17
+
o Support SHA-224 in DigestUtils on Java 8 Issue: CODEC-195. Thanks to Gary Gregory.
18
+
o Support java.nio.ByteBuffer in org.apache.commons.codec.binary.Hex Issue: CODEC-194. Thanks to Gary Gregory.
19
+
o Support java.nio.ByteBuffer in DigestUtils Issue: CODEC-193. Thanks to Michael Donaghy.
20
+
o Add BaseNCodec.encode(byte[], int, int) input with offset and length parameters for Base64 and Base32. Issue: CODEC-202. Thanks to Oleg Kalnichevski.
21
+
22
+
Fixed Bugs:
23
+
24
+
o Base32.HEX_DECODE_TABLE contains the wrong value 32 Issue: CODEC-200. Thanks to Luciano Vernaschi.
25
+
o Bug in HW rule in Soundex Issue: CODEC-199. Thanks to Yossi Tamari.
0 commit comments