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

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


The following commit(s) were added to refs/heads/master by this push:
     new ac982579 Fix up changes.xml after merge
ac982579 is described below

commit ac982579962c32ee28be1e80cdb514a829e3366f
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jun 18 02:08:45 2026 +0000

    Fix up changes.xml after merge
---
 src/changes/changes.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5d8022b8..4ec269cc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,11 +46,12 @@ The <action> type attribute can be add,update,fix,remove.
     <release version="1.22.1" date="YYYY-MM-DD" description="This is a feature 
and maintenance release. Java 8 or later is required.">
       <!-- FIX -->
       <action type="fix" issue="CODEC-342" dev="ggregory" due-to="Ruiqi Dong, 
Gary Gregory">Base32.Builder.setEncodeTable(byte...) can create a codec that 
cannot decode its own output.</action>
+      <action type="fix" issue="CODEC-343" dev="ggregory" due-to="Ruiqi Dong, 
Gary Gregory">Base32.Builder.setHexDecodeTable(boolean) sets the encode table 
to a decode lookup table.</action>
       <action type="fix" issue="CODEC-341" dev="ggregory" due-to="Ruiqi Dong, 
Gary Gregory">Base16.Builder.setEncodeTable(byte...) can create a codec that 
cannot decode its own output.</action>
       <action type="fix" issue="CODEC-339" dev="ggregory" due-to="Ruiqi Dong, 
Gary Gregory">URLCodec.encodeUrl(BitSet, byte[]) allows custom safe sets to 
emit URL encoding control characters.</action>
       <action type="fix" issue="CODEC-338" dev="ggregory" due-to="Ruiqi Dong, 
Gary Gregory">PercentCodec loses literal '+' when plusForSpace is 
enabled.</action>
-      <action type="add" issue="CODEC-337" dev="pkarwasz" due-to="Ruiqi Dong, 
Gary Gregory">Digest ALL reuses System.in, so only the first algorithm sees the 
real input (#431).</action>
       <!-- ADD -->
+      <action type="add" issue="CODEC-337" dev="pkarwasz" due-to="Ruiqi Dong, 
Gary Gregory">Digest ALL reuses System.in, so only the first algorithm sees the 
real input (#431).</action>
       <!-- UPDATE -->
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 98 to 102.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-io:commons-io from 2.21.0 to 2.22.0.</action>

Reply via email to