Skip to content

Commit 3730126

Browse files
author
Gary Gregory
committed
Prepare for the next release.
1 parent 9969e7b commit 3730126

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
Apache Apache Commons Codec 1.13 RELEASE NOTES
2+
3+
The Apache Commons Codec package contains simple encoder and decoders for
4+
various formats such as Base64 and Hexadecimal. In addition to these
5+
widely used encoders and decoders, the codec package also maintains a
6+
collection of phonetic encoding utilities.
7+
8+
Feature and fix release.
9+
10+
Changes in this version include:
11+
12+
New features:
13+
o CODEC-236: MurmurHash2 for 32-bit or 64-bit value. Thanks to Viliam Holub.
14+
o CODEC-236: MurmurHash3 for 32-bit or 128-bit value. Thanks to Austin Appleby.
15+
16+
Fixed Bugs:
17+
o CODEC-255: ColognePhonetic handles x incorrectly Thanks to Holger Grote.
18+
o CODEC-254: ColognePhonetic does not treat the letter H correctly Thanks to Holger Grote.
19+
o CODEC-134: Reject any decode request for a value that is impossible to encode to for Base32/Base64 rather than blindly decoding.
20+
21+
Changes:
22+
o CODEC-236: Broken direct java.nio.ByteBuffer support in org.apache.commons.codec.binary.Hex. Thanks to Tomas Shestakov, Gary Gregory.
23+
24+
25+
For complete information on Apache Commons Codec, including instructions on how to submit bug reports,
26+
patches, or suggestions for improvement, see the Apache Apache Commons Codec website:
27+
28+
Visit https://commons.apache.org/proper/commons-codec/
29+
Download from https://commons.apache.org/proper/commons-codec/download_codec.cgi
30+
31+
32+
-------------------------------------------------------------------------------
33+
134
Apache Commons Codec 1.12 RELEASE NOTES
235

336
The Apache Commons Codec team is pleased to announce the commons-codec-1.12 release!

0 commit comments

Comments
 (0)