Skip to content

Commit e3b76c8

Browse files
committed
Prepare for releasing 1.14.
1 parent 535a131 commit e3b76c8

2 files changed

Lines changed: 42 additions & 2 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
Apache Apache Commons Codec 1.14 RELEASE NOTES
2+
December 29 2019
3+
4+
The Apache Commons Codec package contains simple encoder and decoders for
5+
various formats such as Base64 and Hexadecimal. In addition to these
6+
widely used encoders and decoders, the codec package also maintains a
7+
collection of phonetic encoding utilities.
8+
9+
Feature and fix release.
10+
11+
Changes in this version include:
12+
13+
New features:
14+
o CODEC-264: Add MurmurHash3.hash128x64 methods to fix sign extension error during seeding in hash128 methods. Thanks to Claude Warren.
15+
o CODEC-267: Add MurmurHash3.hash32x86 methods and IncrementalHash32x86 to fix sign extension error in hash32 methods. Thanks to Claude Warren.
16+
o CODEC-272: Add RandomAccessFile digest methods #31. Thanks to Behrang, Alex Herbert, Gary Gregory.
17+
o CODEC-273: Add Path APIs to org.apache.commons.codec.digest.DigestUtils similar to File APIs. Thanks to Gary Gregory.
18+
o CODEC-274: Add SHA-512/224 and SHA-512/256 to DigestUtils for Java 9 and up. Thanks to Gary Gregory.
19+
o CODEC-275: Add missing note in javadoc when sign extension error is present #34. Thanks to Claude Warren.
20+
21+
Fixed Bugs:
22+
o CODEC-261: Hex: Allow encoding read-only ByteBuffer.
23+
o CODEC-259: Hex: Only use an available ByteBuffer backing array if the length equals the remaining byte count.
24+
o CODEC-265: BaseNCodec to expand buffer using overflow conscious code.
25+
o CODEC-270: Base32/64: Fixed decoding check that all the final trailing bits to discard are zero.
26+
o CODEC-269: Allow repeat calls to MurmurHash3.IncrementalHash32.end() to generate the same value.
27+
28+
Changes:
29+
o CODEC-268: MurmurHash3: Deprecate hash64 methods and hash methods accepting a String that use the default encoding.
30+
31+
For complete information on Apache Commons Codec, including instructions on how to submit bug reports,
32+
patches, or suggestions for improvement, see the Apache Apache Commons Codec website:
33+
34+
https://commons.apache.org/proper/commons-codec/
35+
36+
Download page: https://commons.apache.org/proper/commons-codec/download_pool.cgi
37+
38+
-------------------------------------------------------------------------------
39+
140
Apache Apache Commons Codec 1.13 RELEASE NOTES
241

342
The Apache Commons Codec package contains simple encoder and decoders for
@@ -28,7 +67,6 @@ patches, or suggestions for improvement, see the Apache Apache Commons Codec web
2867
Visit https://commons.apache.org/proper/commons-codec/
2968
Download from https://commons.apache.org/proper/commons-codec/download_codec.cgi
3069

31-
3270
-------------------------------------------------------------------------------
3371

3472
Apache Commons Codec 1.12 RELEASE NOTES
@@ -63,7 +101,7 @@ Have fun!
63101

64102
Apache Commons Codec 1.11 RELEASE NOTES
65103

66-
The Apache Commons Codec team is pleased to announce the commons-codec-1.11-SNAPSHOT release!
104+
The Apache Commons Codec team is pleased to announce the commons-codec-1.11 release!
67105

68106
The Apache Commons Codec package contains simple encoder and decoders for
69107
various formats such as Base64 and Hexadecimal. In addition to these

src/changes/release-notes.vm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,5 @@ For complete information on ${project.name}, including instructions on how to su
101101
patches, or suggestions for improvement, see the Apache ${project.name} website:
102102

103103
${project.url}
104+
105+
Download page: ${project.url}download_pool.cgi

0 commit comments

Comments
 (0)