aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2017-08-03 18:26:19 +0200
committerNikolaus Rath <Nikolaus@rath.org>2017-08-03 18:26:19 +0200
commit63300fd564de615ba70722347eea45afe1950a33 (patch)
tree4072bb99efb58dd47c03f878f6c94b43154e468d /ChangeLog.rst
parent45710c81d746fab84ee60e8b474277fbaa76e5a7 (diff)
downloadsshfs-63300fd564de615ba70722347eea45afe1950a33.tar
sshfs-63300fd564de615ba70722347eea45afe1950a33.tar.gz
sshfs-63300fd564de615ba70722347eea45afe1950a33.tar.bz2
sshfs-63300fd564de615ba70722347eea45afe1950a33.zip
Accept -o cache_* options for backward compatibility.
Fixes: #73.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 606fa9d..90f067f 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -4,6 +4,9 @@ Unreleased Changes
* Fixed a crash due to a race condition when listing
directory contents.
+* For improved backwards compatibility, SSHFS now also silently
+ accepts the old ``-o cache_*`` options.
+
Release 3.0.0 (2017-07-08)
--------------------------