|
| 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 | + |
1 | 40 | Apache Apache Commons Codec 1.13 RELEASE NOTES |
2 | 41 |
|
3 | 42 | 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 |
28 | 67 | Visit https://commons.apache.org/proper/commons-codec/ |
29 | 68 | Download from https://commons.apache.org/proper/commons-codec/download_codec.cgi |
30 | 69 |
|
31 | | - |
32 | 70 | ------------------------------------------------------------------------------- |
33 | 71 |
|
34 | 72 | Apache Commons Codec 1.12 RELEASE NOTES |
@@ -63,7 +101,7 @@ Have fun! |
63 | 101 |
|
64 | 102 | Apache Commons Codec 1.11 RELEASE NOTES |
65 | 103 |
|
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! |
67 | 105 |
|
68 | 106 | The Apache Commons Codec package contains simple encoder and decoders for |
69 | 107 | various formats such as Base64 and Hexadecimal. In addition to these |
|
0 commit comments