This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git
from 901b24ed RFC1522Codec.decodeText(String) now throws a DecoderException
instead of a StringIndexOutOfBoundsException when a separator is missing
new 43ba06b3 Optimize Base58.convertFromBase58(byte[], Context) for speed
and temp object allocation.
new 1e46d8a1 Add Base58 tests
The 2 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/Base58.java | 65 +++++++++---
.../apache/commons/codec/binary/Base58Test.java | 118 +++++++++++++++++++++
3 files changed, 171 insertions(+), 13 deletions(-)