You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/12/29 21:34:42 UTC

[commons-codec] branch release updated (2b0fecf -> 627b5fd)

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch release
in repository https://gitbox.apache.org/repos/asf/commons-codec.git.


    from 2b0fecf  Prepare for releasing 1.14.
     add ef6023c  Fix Checkstyle issues.
     add f40005a  [CODEC-276] Reliance on default encoding in MurmurHash2 and MurmurHash3.
     new 627b5fd  Merge branch 'master' into release

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/changes/changes.xml                            |  1 +
 .../org/apache/commons/codec/binary/Base32.java    | 15 +++--
 .../codec/binary/BaseNCodecOutputStream.java       |  2 +-
 .../apache/commons/codec/digest/DigestUtils.java   | 14 +++--
 .../codec/digest/MessageDigestAlgorithms.java      |  4 +-
 .../apache/commons/codec/digest/MurmurHash2.java   | 22 ++++++--
 .../apache/commons/codec/digest/MurmurHash3.java   | 65 +++++++++++++---------
 .../org/apache/commons/codec/digest/XXHash32.java  | 11 +++-
 .../commons/codec/language/ColognePhonetic.java    |  6 +-
 .../commons/codec/digest/DigestUtilsTest.java      |  2 +-
 .../commons/codec/digest/MurmurHash3Test.java      |  8 +--
 11 files changed, 90 insertions(+), 60 deletions(-)


[commons-codec] 01/01: Merge branch 'master' into release

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-codec.git

commit 627b5fde397040acbf234bc132cc0f7cfaf4673e
Merge: 2b0fecf f40005a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Dec 29 16:33:39 2019 -0500

    Merge branch 'master' into release

 src/changes/changes.xml                            |  1 +
 .../org/apache/commons/codec/binary/Base32.java    | 15 +++--
 .../codec/binary/BaseNCodecOutputStream.java       |  2 +-
 .../apache/commons/codec/digest/DigestUtils.java   | 14 +++--
 .../codec/digest/MessageDigestAlgorithms.java      |  4 +-
 .../apache/commons/codec/digest/MurmurHash2.java   | 22 ++++++--
 .../apache/commons/codec/digest/MurmurHash3.java   | 65 +++++++++++++---------
 .../org/apache/commons/codec/digest/XXHash32.java  | 11 +++-
 .../commons/codec/language/ColognePhonetic.java    |  6 +-
 .../commons/codec/digest/DigestUtilsTest.java      |  2 +-
 .../commons/codec/digest/MurmurHash3Test.java      |  8 +--
 11 files changed, 90 insertions(+), 60 deletions(-)