diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2019-11-27 10:29:46 +0000 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2019-11-27 10:30:35 +0000 |
commit | e91045315696186078e0cf06da9f829560a300bc (patch) | |
tree | 2fc369a2a44b0818fb50b8cc34851ff24b628fef /ChangeLog.rst | |
parent | 28c22270f8b2bd1d65245d0417ec941a1dd6b1ec (diff) | |
download | sshfs-e91045315696186078e0cf06da9f829560a300bc.tar sshfs-e91045315696186078e0cf06da9f829560a300bc.tar.gz sshfs-e91045315696186078e0cf06da9f829560a300bc.tar.bz2 sshfs-e91045315696186078e0cf06da9f829560a300bc.zip |
Disable buflimit workaround by default.
The corresponding bug in OpenSSH has been fixed in
2007 (cf. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=365541#37), so this shouldn't
be needed anymore.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r-- | ChangeLog.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index 997feec..6c7c416 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -5,6 +5,13 @@ Unreleased Changes during large file transfers. Thanks to Timo Savola for doing most of the implementation work, and thanks to CEA.fr for sponsoring remaining bugfixes and cleanups! +* The `buflimit` workaround is now disabled by default. The corresponding bug in OpenSSH + has been fixed in 2007 + (cf. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=365541#37), so this shouldn't be + needed anymore. If you depend on this workaround, please let the SSHFS maintainers know, + otherwise support for the workaround will be removed completely in a future version. + + Release 3.6.0 (2019-11-03) -------------------------- |