Skip to content

Commit 150278a

Browse files
committed
Prepare for 1.14.
1 parent b542cf9 commit 150278a

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache Apache Commons Codec 1.14 RELEASE NOTES
2-
December 29 2019
2+
December 30 2019
33

44
The Apache Commons Codec package contains simple encoder and decoders for
55
various formats such as Base64 and Hexadecimal. In addition to these
@@ -24,9 +24,13 @@ o CODEC-259: Hex: Only use an available ByteBuffer backing array if the length
2424
o CODEC-265: BaseNCodec to expand buffer using overflow conscious code.
2525
o CODEC-270: Base32/64: Fixed decoding check that all the final trailing bits to discard are zero.
2626
o CODEC-269: Allow repeat calls to MurmurHash3.IncrementalHash32.end() to generate the same value.
27+
o CODEC-276: Reliance on default encoding in MurmurHash2 and MurmurHash3. Thanks to Gary Gregory.
2728

2829
Changes:
2930
o CODEC-268: MurmurHash3: Deprecate hash64 methods and hash methods accepting a String that use the default encoding.
31+
o CODEC-277: Don't reload standard Charsets in org.apache.commons.codec.Charsets. Thanks to Gary Gregory.
32+
o CODEC-278: Deprecate Charset constants in org.apache.commons.codec.Charsets in favor of java.nio.charset.StandardCharsets. Thanks to Gary Gregory.
33+
3034

3135
For complete information on Apache Commons Codec, including instructions on how to submit bug reports,
3236
patches, or suggestions for improvement, see the Apache Apache Commons Codec website:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ limitations under the License.
3030
<groupId>commons-codec</groupId>
3131
<artifactId>commons-codec</artifactId>
3232
<!-- Remember to update the version in default.properties as well -->
33-
<version>1.14</version>
33+
<version>1.14-SNAPSHOT</version>
3434
<name>Apache Commons Codec</name>
3535
<inceptionYear>2002</inceptionYear>
3636
<description>

0 commit comments

Comments
 (0)