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

ggregory 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 dd0ae5d5 Add Base64 missing tests and documentation fixes #161
dd0ae5d5 is described below

commit dd0ae5d5892d06087f48b0b511233ac93c86296f
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Sun Jul 2 09:28:23 2023 -0400

    Add Base64 missing tests and documentation fixes #161
---
 src/changes/changes.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 72c79fa1..c4ee4786 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -65,7 +65,7 @@ The <action> type attribute can be add,update,fix,remove.
 
   <body>
     <release version="3.10.0" date="202Y-MM-DD" description="Maintenance and 
bug fix release (Java 8).">
-      <!--  ADD -->
+      <!-- ADD -->
       <action type="add" dev="ggregory" due-to="Gary Gregory">
         Add and use DatagramSocketClient.setDefaultTimeout(Duration) and 
deprecate DatagramSocketClient.setDefaultTimeout(int).
       </action>
@@ -127,6 +127,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" dev="ggregory" due-to="David Costanzo, Gary Gregory" 
issue="NET-722">
         Javadoc for FtpClient.setControlKeepAliveReplyTimeout(Duration) says 
timeout is in milliseconds.
       </action>
+      <action type="fix" dev="ggregory" due-to="KuKa, Bruno P. Kinoshita">
+        Add Base64 missing tests and documentation fixes #161.
+      </action>      
       <!-- UPDATE -->
       <action type="update" dev="ggregory" due-to="Dependabot">
         Bump commons-parent from 54 to 58 #132, #137, #153.

Reply via email to