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 ef75e8ee [SFTP] Handle the case where a user does not have any groups #280 ef75e8ee is described below commit ef75e8eee3792d98fd4551d858955b968886ac7d Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Thu Jul 28 15:07:00 2022 -0400 [SFTP] Handle the case where a user does not have any groups #280 --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 34e1d4e8..5463af63 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -104,6 +104,9 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Marc Wrobel"> Fix typos #275, #276. </action> + <action type="fix" dev="ggregory" due-to="Mark van der Walle, Gary Gregory"> + [SFTP] Handle the case where a user does not have any groups #280. + </action> <!-- ADD --> <action type="add" dev="ggregory" due-to="Seth Falco"> Add vscode files to gitignore #205.