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-net.git
The following commit(s) were added to refs/heads/master by this push:
new a193b4dc Reject CR/LF in SimpleSMTPHeader and SimpleNNTPHeader fields
#397.
a193b4dc is described below
commit a193b4dc08c8e03d719c19bb4282ea7bacf3f370
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jun 1 12:19:23 2026 -0400
Reject CR/LF in SimpleSMTPHeader and SimpleNNTPHeader fields #397.
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b9cebdaa..8eaa7de3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,6 +63,7 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<release version="3.13.1" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
+ <action type="fix" dev="ggregory" due-to="Javid Khan, Gary
Gregory">Reject CR/LF in SimpleSMTPHeader and SimpleNNTPHeader fields
#397.</action>
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 97 to 100.</action>