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

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


    from e80ddb7b Bump github/codeql-action from 3.24.10 to 3.25.1 (#269)
     new c6c5f11e Base64 constructor makes a better defensive copy of the line 
separator array
     new 55043334 Better exception message
     new ebe805a2 Base64 constructor makes a defensive copy of a custom 
alphabet array
     new fcc70e6f Base32 constructor makes a defensive copy of the line 
separator array
     new d2215d5d Base32 constructor fails-fast with a NullPointerException if 
the custom alphabet array is null
     new c56b9566 Bullet-proof internals
     new 8714b5f6 Remove dead comment
     new 5f0cfd46 Longer lines

The 8 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                            |  4 ++
 .../org/apache/commons/codec/binary/Base16.java    | 32 ++-----------
 .../org/apache/commons/codec/binary/Base32.java    | 14 +++---
 .../org/apache/commons/codec/binary/Base64.java    | 55 +++++++++++-----------
 .../apache/commons/codec/binary/BaseNCodec.java    | 24 ++++------
 5 files changed, 53 insertions(+), 76 deletions(-)

Reply via email to