This is an automated email from the ASF dual-hosted git repository. gnodet 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 4a3a14f Update 2.5.0.md 4a3a14f is described below commit 4a3a14f50ef90449e1b9dd5bb18407c4b23d1ba3 Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Wed Nov 25 09:55:19 2020 +0100 Update 2.5.0.md --- docs/changes/2.5.0.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changes/2.5.0.md b/docs/changes/2.5.0.md index cd85eca..cc3f172 100644 --- a/docs/changes/2.5.0.md +++ b/docs/changes/2.5.0.md @@ -20,6 +20,9 @@ as when session is re-negotiated) * `ScpCommandFactory` is also a `ShellFactory` that can be used to provide a minimalistic shell that is good enough for *WinSCP*. +* Rework SFTP streams so that the client asks and receives as much data as possible - see +[SSHD-979](https://issues.apache.org/jira/browse/SSHD-979). + ## Minor code helpers * Handling of debug/ignore/unimplemented messages has been split into `handleXXX` and `doInvokeXXXMsgHandler` methods