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 03cf9375 Prepare for the release candidate 1.20.0 RC1
     add f61c2e61 Bump actions/upload-artifact from 4.6.2 to 5.0.0 (#413)
     add 48bb283c Bump github/codeql-action from 4.30.9 to 4.31.2 (#414)
     add cb2b7b69 Clarify comment
     add 4368bfeb Add dependabot email [skip ci]
     add af58c1af Use final
     add fcb8bf61 Use component logo
     add 13208005 Use HTTPS in URL
     new 004966ba Better package description
     new cb344d6c Use leaf in overview
     new b20db1f1 Merge branch 'master' into release

The 3 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:
 .asf.yaml                                          |  5 ++--
 .github/workflows/codeql-analysis.yml              |  6 ++---
 .github/workflows/scorecards-analysis.yml          |  4 +--
 pom.xml                                            |  2 +-
 src/changes/changes.xml                            |  2 +-
 .../org/apache/commons/codec/DecoderException.java |  2 +-
 .../org/apache/commons/codec/binary/Base16.java    |  2 +-
 .../org/apache/commons/codec/binary/Base32.java    |  6 ++---
 .../commons/codec/binary/Base32InputStream.java    |  2 +-
 .../commons/codec/binary/Base32OutputStream.java   |  2 +-
 .../org/apache/commons/codec/binary/Base64.java    |  4 +--
 .../commons/codec/binary/Base64InputStream.java    |  2 +-
 .../commons/codec/binary/Base64OutputStream.java   |  2 +-
 .../apache/commons/codec/binary/BaseNCodec.java    |  6 ++---
 .../org/apache/commons/codec/digest/Md5Crypt.java  |  2 +-
 .../codec/language/DaitchMokotoffSoundex.java      |  4 +--
 .../commons/codec/language/DoubleMetaphone.java    |  2 +-
 .../org/apache/commons/codec/language/Nysiis.java  |  2 +-
 .../java/org/apache/commons/codec/net/BCodec.java  |  6 ++---
 .../java/org/apache/commons/codec/net/QCodec.java  |  6 ++---
 .../commons/codec/net/QuotedPrintableCodec.java    |  4 +--
 .../org/apache/commons/codec/net/RFC1522Codec.java |  4 +--
 .../org/apache/commons/codec/net/URLCodec.java     |  4 +--
 .../org/apache/commons/codec/package-info.java     |  2 +-
 src/main/javadoc/overview.html                     | 12 +++++----
 src/site/resources/images/leaf.svg                 | 29 ++++++++++++++++++++++
 src/site/xdoc/index.xml                            |  2 +-
 .../commons/codec/binary/Base32TestData.java       |  2 +-
 .../apache/commons/codec/binary/Base64Test.java    |  2 +-
 .../commons/codec/binary/Base64TestData.java       |  2 +-
 .../apache/commons/codec/language/NysiisTest.java  |  2 +-
 31 files changed, 83 insertions(+), 51 deletions(-)
 create mode 100644 src/site/resources/images/leaf.svg

Reply via email to