This is an automated email from the ASF dual-hosted git repository. twolf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/master by this push: new 61c604c38 Fix a link in the change log 61c604c38 is described below commit 61c604c38deebe115fa3e8e209ea6f57cc506405 Author: Thomas Wolf <tw...@apache.org> AuthorDate: Wed May 24 23:22:46 2023 +0200 Fix a link in the change log --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index bff60cb77..b8f22bc85 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -29,5 +29,5 @@ * [GH-370](https://github.com/apache/mina-sshd/issues/370) Also compare file keys in `ModifiableFileWatcher`. -* [SSHD-1310](https://issues.apache.org/jira/browse/SSHD-1327) `SftpFileSystem`: do not close user session. +* [SSHD-1310](https://issues.apache.org/jira/browse/SSHD-1310) `SftpFileSystem`: do not close user session. * [SSHD-1327](https://issues.apache.org/jira/browse/SSHD-1327) `ChannelAsyncOutputStream`: remove write future when done.