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 786fd51ba Changes.md: mention GH-398
786fd51ba is described below
commit 786fd51ba20e0dc1ed998a6fe3772156983e18a9
Author: Thomas Wolf <[email protected]>
AuthorDate: Sun Jul 23 13:54:31 2023 +0200
Changes.md: mention GH-398
---
CHANGES.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGES.md b/CHANGES.md
index 2f7e65403..211b56403 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -31,6 +31,7 @@
* [GH-383](https://github.com/apache/mina-sshd/issues/383) Use correct default
`OpenOption`s in `SftpFileSystemProvider.newFileChannel()`.
* [GH-384](https://github.com/apache/mina-sshd/issues/384) Use correct lock
modes for SFTP `FileChannel.lock()`.
* [GH-388](https://github.com/apache/mina-sshd/issues/388) `ScpClient`:
support issuing commands to a server that uses a non-UTF-8 locale.
+* [GH-398](https://github.com/apache/mina-sshd/issues/398)
`SftpInputStreamAsync`: fix reporting EOF on zero-length reads.
* [SSHD-1259](https://issues.apache.org/jira/browse/SSHD-1259) Consider all
applicable host keys from the known_hosts files.
* [SSHD-1310](https://issues.apache.org/jira/browse/SSHD-1310)
`SftpFileSystem`: do not close user session.