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 50dcf505 Bump to next development version
     add fd375f62 Javadoc: English, not Latin
     add d1023d2e Update notice file copyright end date
     add 8d97b0e6 Merge branch 'master' of 
https://github.com/apache/commons-codec.git
     add 2ab1f02e Merge branch 'release'
     add d5e8c594 Add section for the next release
     add db18756f Bump org.apache.commons:commons-parent from 78 to 79
     add efe7477f Make sure JAR files are readable in the TAR file
     add 5eddf98d Bump actions/upload-artifact from 4.5.0 to 4.6.0 (#354)
     add c5a2cdcf Merge branch 'master' of 
https://github.com/apache/commons-codec.git
     add bfb7ffea Add comment for reproducible builds
     add a52a4b57 Bump org.apache.commons:commons-parent from 78 to 79
     add 23359fa8 Use HTTPS to fetch XSD files
     add 86f215eb Now using Git
     add 7744e38d Bump github/codeql-action from 3.28.0 to 3.28.1 (#355)
     add 0d683825 Remove trailing whitespace
     add 9fb8ee2a Add Base32.Builder.setHexDecodeTable(boolean)
     add 64670498 Normalize main menu on the website
     add 49641cce Group Javadoc menu
     add a4c170cd Add security page
     add 010d6791 Remove redundant entry
     add d94797ba Add Checkstyle TypecastParenPad
     add a13cd5c2 Unnecessary; as it is included under src below
     add d4aeae61 pmd.xml is under src/conf
     add 963ee738 Include more in the source assembly
     add 4a764421 Normalize main menu
     add 61ed11cb Convert separate user guide to Javadoc Overview
     add e3be4b9d Self-closing elements are not allowed on Java 11
     add 2472371c Adjust links for Javadoc
     add fdb4fba3 Javadoc
     add b9ac8511 Javadoc
     add fe5a92ca Javadoc
     add 9bbcc3de Javadoc
     add d32281e1 Add more files to the src root assembly
     add 94b9c517 Add a file extension to TODO file
     add 9062af4e Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-codec.git
     add 6444237f Remove background color from site page
     add 110a9f86 Don't need to end a paragraph with an extra line break
     add ebb29e9a Make test fixture package private
     add 40982220 Port from Doxia 1 to 2
     add 0689dc8b Prepare for the next release candidate

No new revisions were added by this update.

Summary of changes:
 .github/workflows/codeql-analysis.yml              |   6 +-
 .github/workflows/scorecards-analysis.yml          |   4 +-
 CONTRIBUTING.md                                    |   2 +-
 NOTICE.txt                                         |   2 +-
 PROPOSAL.html                                      |   2 +-
 README.md                                          |   6 +-
 RELEASE-NOTES.txt                                  |  33 ++
 TODO => TODO.txt                                   |  10 +-
 pom.xml                                            |  13 +-
 src/assembly/bin.xml                               |  58 ++--
 src/assembly/src.xml                               |  56 ++--
 src/changes/changes.xml                            |  12 +-
 src/conf/checkstyle.xml                            |   2 +-
 src/conf/pmd.xml                                   |   2 +-
 .../org/apache/commons/codec/binary/Base16.java    |   2 +-
 .../commons/codec/binary/Base16InputStream.java    |   2 +-
 .../commons/codec/binary/Base16OutputStream.java   |   2 +-
 .../org/apache/commons/codec/binary/Base32.java    |  47 ++-
 .../commons/codec/binary/Base32InputStream.java    |   6 +-
 .../commons/codec/binary/Base32OutputStream.java   |   6 +-
 .../org/apache/commons/codec/binary/Base64.java    |   2 +-
 .../commons/codec/binary/Base64InputStream.java    |   6 +-
 .../commons/codec/binary/Base64OutputStream.java   |   6 +-
 .../apache/commons/codec/binary/BaseNCodec.java    |  16 +-
 .../org/apache/commons/codec/digest/Crypt.java     |   4 +-
 .../apache/commons/codec/digest/DigestUtils.java   |  22 +-
 .../codec/language/DaitchMokotoffSoundex.java      |   2 +-
 .../commons/codec/language/DoubleMetaphone.java    |  12 +-
 src/main/javadoc/overview.html                     | 223 +++++++++++++
 src/site/site.xml                                  |  56 ++--
 src/site/xdoc/download_codec.xml                   |  36 ++-
 src/site/xdoc/index.xml                            |  10 +-
 src/site/xdoc/issue-tracking.xml                   |  14 +-
 src/site/xdoc/mail-lists.xml                       |  14 +-
 src/site/xdoc/proposal.xml                         |  10 +-
 src/site/xdoc/security.xml                         |  51 +++
 src/site/xdoc/userguide.xml                        | 346 ---------------------
 .../apache/commons/codec/binary/Base32Test.java    |  16 +
 .../commons/codec/binary/Base64TestData.java       |  27 +-
 39 files changed, 597 insertions(+), 549 deletions(-)
 rename TODO => TODO.txt (92%)
 create mode 100644 src/main/javadoc/overview.html
 create mode 100644 src/site/xdoc/security.xml
 delete mode 100644 src/site/xdoc/userguide.xml

Reply via email to