diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2017-06-21 15:05:20 -0700 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2017-07-08 12:25:13 +0200 |
commit | 34146444ce20c477cba7e9fe113e4387da32ae94 (patch) | |
tree | 276017769495de5bf3f84d4565ceb9a23e7a1c5f /ChangeLog.rst | |
parent | 6cc86fc0bdaaeacfb1bd5e4336f2a2d1e5b189b8 (diff) | |
download | sshfs-34146444ce20c477cba7e9fe113e4387da32ae94.tar sshfs-34146444ce20c477cba7e9fe113e4387da32ae94.tar.gz sshfs-34146444ce20c477cba7e9fe113e4387da32ae94.tar.bz2 sshfs-34146444ce20c477cba7e9fe113e4387da32ae94.zip |
Switch to libfuse 3.0.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r-- | ChangeLog.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index 49163cd..f5157d7 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,7 +1,12 @@ Unreleased Changes ------------------ +* sshfs now requires libfuse 3.0.0 or newer. +* When supported by the kernel, sshfs now uses writeback caching. +* The `cache` option has been renamed to `dir_cache` for clarity. * Added unit tests +* --debug now behaves like -o debug_sshfs, i.e. it enables sshfs + debugging messages rather than libfuse debugging messages. * Documented limited hardlink support. * Added support for building with Meson. * Added support for more SSH options. |