You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/01/09 13:29:39 UTC

[commons-net] branch master updated: [NET-650] Delegate host resolution to Socket.connect() #138

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 ebf65188 [NET-650] Delegate host resolution to Socket.connect() #138
ebf65188 is described below

commit ebf65188fc28aa0def28b3996f5ace416c83503c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jan 9 08:29:35 2023 -0500

    [NET-650] Delegate host resolution to Socket.connect() #138
---
 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 6dec9241..f8478518 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -98,9 +98,12 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" dev="ggregory" due-to="Gary Gregory">
         Remove reflection from SSLSocketUtils.
       </action>
-      <action type="fix"  issue="NET-707" dev="ggregory" due-to="Dmytro Sylaiev, sebbASF, Gary Gregory">
+      <action type="fix" issue="NET-707" dev="ggregory" due-to="Dmytro Sylaiev, sebbASF, Gary Gregory">
         Process files with spaces in name for OS400 #95.
       </action>
+      <action type="fix" issue="NET-650" dev="ggregory" due-to="Matthew McGillis, exceptionfactory, sebbASF">
+        Delegate host resolution to Socket.connect() #138.
+      </action>
       <!-- ADD -->
       <action type="add" dev="ggregory" due-to="Gary Gregory">
         [FTP] Add FTPClient.mdtmInstant(String).