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 801edabdb Mention SSHD-1319 in CHANGES.md 801edabdb is described below commit 801edabdb7723e9f5bf03fd66c6e48a2d240bb9f Author: Thomas Wolf <tw...@apache.org> AuthorDate: Sat Jan 28 12:09:28 2023 +0100 Mention SSHD-1319 in CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 8f0272d99..b6a7ebe08 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -39,6 +39,7 @@ * [SSHD-1315](https://issues.apache.org/jira/browse/SSHD-1315) Do not log sensitive data at log level `TRACE`. * [SSHD-1316](https://issues.apache.org/jira/browse/SSHD-1316) Possible OOM in `ChannelPipedInputStream` (fix channel window). +* [SSHD-1319](https://issues.apache.org/jira/browse/SSHD-1319) Use position in `SftpRemotePathChannel.transferFrom()`. ## Major code re-factoring