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 <garydgreg...@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).