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(-)

Reply via email to