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 4bfc8954 Make the @param names in BaseNCodec match the parameters they
document (#444).
4bfc8954 is described below
commit 4bfc8954fbe712f808a4e41f9a42ddaf6abca4c1
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Sep 19 07:13:48 2026 -0700
Make the @param names in BaseNCodec match the parameters they document
(#444).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d80445e4..d02fd1e6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -67,6 +67,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary
Gregory">QuotedPrintableCodec decoding now preserves hard CRLF line breaks and,
leniently, unpaired CR and LF bytes instead of discarding them. Soft line
breaks require the full =CRLF sequence; previously accepted =CR without LF now
throws DecoderException. This affects both constructor modes and QCodec, which
shares the decoder.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Bound Sha2Crypt
rounds from caller-supplied salts.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Bound Sha2Crypt
password length to prevent quadratic CPU DoS.</action>
+ <action type="fix" dev="ggregory" due-to="geonseok, Gary Gregory">Make
the @param names in BaseNCodec match the parameters they document
(#444).</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory">Add and use
PhoneticEngine.Builder and deprecate old constructors.</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add
BeiderMorseEncoder.Builder and deprecate old constructor.</action>