You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by gn...@apache.org on 2020/11/25 08:55:27 UTC

[mina-sshd] branch master updated: Update 2.5.0.md

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 <gn...@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