You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2019/02/14 14:30:19 UTC

[commons-codec] branch master updated (1588087 -> c2b70e8)

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

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


    from 1588087  Add Travis builds.
     new dd5d7c4  CODEC-252: B64 salt generator: Random -> ThreadLocal<SecureRandom>
     new 9e7d30f  add me to pom
     new dd2a6e1  Preparations for 1.12 release
     new fd2d38b  (docs) more 1.12 changes, svn -> git, etc.
     new 700424b  (changes) add release date
     new 9737fb2  CODEC-252: more extensions to accommodating different Random's
     new b80adee  Merge branch '1.12' of github.com:chtompki/commons-codec into 1.12
     new 0883998  CODEC-253: java 1.7 -> 1.8
     new bc22636  CODEC-253: changes.xml fix -> update
     new 49de012  Prep for 1.12, update release notes
     new ab83ed5  CODEC-253: simplify B64
     new 1884dc0  bc.version: 1.12 -> 1.11; rv.version: RC1 -> RC2
     new 6c94186  SecureRandom.getInstanceStrong() -> new SecureRandom()
     new 204825f  ++commons.release-plugin.version=1.5
     new 0082c9e  RC2 -> RC3
     new c2b70e8  Merge tag 'tags/commons-codec-1.12'

The 1776 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:
 README.md                                          |  8 +--
 RELEASE-NOTES.txt                                  | 30 ++++++++
 pom.xml                                            | 40 +++++++++--
 src/changes/changes.xml                            |  5 +-
 .../java/org/apache/commons/codec/digest/B64.java  | 37 +++++++---
 .../org/apache/commons/codec/digest/Md5Crypt.java  | 82 ++++++++++++++++++++--
 .../org/apache/commons/codec/digest/Sha2Crypt.java | 64 +++++++++++++++--
 src/site/xdoc/download_codec.xml                   | 28 ++++----
 src/site/xdoc/index.xml                            |  7 +-
 .../apache/commons/codec/digest/Apr1CryptTest.java | 20 +++++-
 .../apache/commons/codec/digest/Md5CryptTest.java  | 11 ++-
 .../commons/codec/digest/Sha256CryptTest.java      | 10 +++
 .../commons/codec/digest/Sha512CryptTest.java      |  7 ++
 13 files changed, 296 insertions(+), 53 deletions(-)