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 048d8a87 Resolve a FileName to correct FileType #424 048d8a87 is described below commit 048d8a87f92717262c4a5079e01b989cd08d2016 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Sep 17 07:35:08 2023 -0400 Resolve a FileName to correct FileType #424 --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 06d66acc..ab552668 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -151,6 +151,9 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Jakub Kupczyk, Bruno P. Kinoshita, Gary Gregory"> Bulletproof TFTPServerPathTest #173. </action> + <action type="fix" issue="VFS-846" dev="ggregory" due-to="beise, Gary Gregory"> + Resolve a FileName to correct FileType #424. + </action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Dependabot"> Bump commons-parent from 54 to 62 #132, #137, #153.