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 b154b7dc Double leading dot on first line in
DotTerminatedMessageWriter (#398).
b154b7dc is described below
commit b154b7dcf666481baff69f56127ba52e0deca00d
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jun 22 00:49:05 2026 +0000
Double leading dot on first line in DotTerminatedMessageWriter (#398).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0996ac5d..9cf14c96 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -87,6 +87,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary Gregory">Reimplement
Util.copyStream() with IOUtils.copyLarge().</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Reimplement
Util.copyStream() with IOUtils.copyLarge().</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Deprecate
Util.copyReader(Reader, Writer) in favor of IOUtils.copyLarge(Reader,
Writer).</action>
+ <action type="fix" dev="ggregory" due-to="Javid Khan, Gary
Gregory">Double leading dot on first line in DotTerminatedMessageWriter
(#398).</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory">Add
DatagramSocketClient.getDefaultTimeoutDuration() and deprecate
getDefaultTimeout().</action>
<action type="add" dev="ggregory" due-to="Maros Orsak, Gary Gregory"
issue="NET-741">Add subnet IPv6 handling with SubnetUtils6 #391.</action>