aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2017-06-06 16:41:13 -0400
committerNikolaus Rath <Nikolaus@rath.org>2017-06-06 16:45:15 -0400
commit8999210c9327d91ee44a1a44e78a9b70c78a5239 (patch)
treee7053d2b60dae2c468357dade1749c956fa70e8a /ChangeLog
parent5ed2cf8a8bb2a19f2429adaa009c5dbfcc419475 (diff)
downloadsshfs-8999210c9327d91ee44a1a44e78a9b70c78a5239.tar
sshfs-8999210c9327d91ee44a1a44e78a9b70c78a5239.tar.gz
sshfs-8999210c9327d91ee44a1a44e78a9b70c78a5239.tar.bz2
sshfs-8999210c9327d91ee44a1a44e78a9b70c78a5239.zip
Remove support for "all" workarounds
This should never be used. We may add new workarounds in the future, and they should only be enabled explicitly when needed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d7381d..a1c11d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,7 +8,10 @@ Unreleased Changes
* Dropped support for the *nodelaysrv* workaround. The same effect
(enabling NODELAY on the server side *and* enabling X11 forwarding)
can be achieved by explicitly passing `-o ForwardX11`
-
+* Removed support for `-o workaround=all`. Workarounds should always
+ enabled explicitly and only when needed. There is no point in always
+ enabling a potentially changing set of workarounds.
+
Release 2.9 (2017-04-17)
------------------------