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

commit 0ef492bdd570b133ed0d23b924c98a91c571b645
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Jul 19 09:18:57 2023 -0400

    TFTPServer implements AutoCloseable
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ffadae69..3a72879b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -84,6 +84,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="add" dev="ggregory" due-to="Gary Gregory">
         Add TelnetClient.sendAYT(Duration).
       </action>
+      <action type="add" dev="ggregory" due-to="Gary Gregory">
+        TFTPServer implements AutoCloseable.
+      </action>
       <!-- FIX -->
       <action type="fix" issue="NET-650" dev="ggregory" due-to="Matthew 
McGillis, exceptionfactory, sebbASF">
         Delegate host resolution to Socket.connect() #138.

Reply via email to