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-vfs.git
The following commit(s) were added to refs/heads/master by this push: new e262860e Add active port range configuration for FTP client factory #318 e262860e is described below commit e262860ec6fb4e6631ee709ff2492109616f0752 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Mon Oct 17 10:45:23 2022 -0400 Add active port range configuration for FTP client factory #318 --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6b0a34be..bc7d7749 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -147,6 +147,9 @@ The <action> type attribute can be add,update,fix,remove. <action issue="VFS-821" type="add" dev="ggregory" due-to="Marc Wrobel, Gary Gregory"> Deprecate FileSelector#traverseDescendents in favor of traverseDescendants. </action> + <action issue="VFS-821" type="add" dev="ggregory" due-to="Maksym Perevertov, Gary Gregory"> + Add active port range configuration for FTP client factory #318. + </action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory"> Bump actions/cache from 2.1.6 to 3.0.11 #221, #249, #310, #314, #317.