diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2017-07-08 12:26:45 +0200 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2017-07-08 12:26:45 +0200 |
commit | 82e899fb21c116fa8303cabbc10d68bfa06fc89f (patch) | |
tree | 52c3883ca6144aca3c515b92fb86eddce82b5775 /ChangeLog.rst | |
parent | 34146444ce20c477cba7e9fe113e4387da32ae94 (diff) | |
download | sshfs-82e899fb21c116fa8303cabbc10d68bfa06fc89f.tar sshfs-82e899fb21c116fa8303cabbc10d68bfa06fc89f.tar.gz sshfs-82e899fb21c116fa8303cabbc10d68bfa06fc89f.tar.bz2 sshfs-82e899fb21c116fa8303cabbc10d68bfa06fc89f.zip |
Switch to libfuse 3.1.0
libfuse 3.0.0 is rather new and not widely used yet, so requiring
libfuse 3.1.0 right away shouldn't be a problem.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r-- | ChangeLog.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index f5157d7..5a34b47 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,7 +1,7 @@ Unreleased Changes ------------------ -* sshfs now requires libfuse 3.0.0 or newer. +* sshfs now requires libfuse 3.1.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 |