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

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


    from 477db01  (add) starting release 1.13 section in changes.xml
     new e9f1cd8  Remove unused import
     new 6ab7e0c  Remove test code that used deprecated constructors for 
Numbers (calling valueOf) now
     new 8e50846  Fix generics warning when creating a list
     new 6a706a6  Make ESCAPE_CHAR as static as in other classes 
(QuotedPrintableCodec, URLCodec)
     new 680a648  Fix checkstyle issues
     new a94813f  Merge pull request #17 from kinow/minor-improvements

The 1785 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:
 .../java/org/apache/commons/codec/Resources.java     |  4 ++--
 .../java/org/apache/commons/codec/digest/B64.java    |  1 -
 .../java/org/apache/commons/codec/digest/Crypt.java  | 11 ++++++-----
 .../org/apache/commons/codec/digest/DigestUtils.java | 20 ++++++++++++--------
 .../org/apache/commons/codec/digest/Md5Crypt.java    | 12 ++++++------
 .../org/apache/commons/codec/digest/Sha2Crypt.java   | 12 ++++++------
 .../commons/codec/language/ColognePhonetic.java      |  3 ++-
 .../codec/language/DaitchMokotoffSoundex.java        |  2 +-
 .../org/apache/commons/codec/net/PercentCodec.java   |  2 +-
 .../commons/codec/net/QuotedPrintableCodec.java      |  3 ++-
 .../commons/codec/StringEncoderAbstractTest.java     |  2 +-
 .../commons/codec/StringEncoderComparatorTest.java   |  2 +-
 .../org/apache/commons/codec/net/BCodecTest.java     |  4 ++--
 .../org/apache/commons/codec/net/QCodecTest.java     |  4 ++--
 .../commons/codec/net/QuotedPrintableCodecTest.java  |  4 ++--
 .../org/apache/commons/codec/net/URLCodecTest.java   |  4 ++--
 16 files changed, 48 insertions(+), 42 deletions(-)

Reply via email to