diff options
author | Cam Cope <github@camcope.me> | 2021-08-30 07:35:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-30 15:35:33 +0100 |
commit | d54c7ecbd618afb4df524e0d96dec7fe7cc2935d (patch) | |
tree | 4ffa94f7ab1e76c2657540bab4a0e358d857bfb3 /ChangeLog.rst | |
parent | 803e0e65cf63fdc95c7ad4a519a5db31d27f94d4 (diff) | |
download | sshfs-d54c7ecbd618afb4df524e0d96dec7fe7cc2935d.tar sshfs-d54c7ecbd618afb4df524e0d96dec7fe7cc2935d.tar.gz sshfs-d54c7ecbd618afb4df524e0d96dec7fe7cc2935d.tar.bz2 sshfs-d54c7ecbd618afb4df524e0d96dec7fe7cc2935d.zip |
Fixup whitespace and configure CI to keep it that way
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r-- | ChangeLog.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index ae0fd10..b68be94 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -25,7 +25,7 @@ Release 3.7.0 (2020-01-03) 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) -------------------------- @@ -108,13 +108,13 @@ Release 3.1.0 (2017-08-04) * For improved backwards compatibility, SSHFS now also silently accepts the old ``-o cache_*`` options. - + Release 3.0.0 (2017-07-08) -------------------------- * 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. +* 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. @@ -129,7 +129,7 @@ Release 3.0.0 (2017-07-08) * 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) ------------------------ @@ -168,14 +168,14 @@ Release 2.4 (2012-03-08) ------------------------ * New `slave` option. -* New `idmap`, `uidmap` and `gidmap` options. +* New `idmap`, `uidmap` and `gidmap` options. * Various small bugfixes. Release 2.3 (2011-07-01) ------------------------ * Support hard link creation if server is OpenSSH 5.7 or later -* Small improvements and bug fixes +* Small improvements and bug fixes * Check mount point and options before connecting to ssh server * New 'delay_connect' option @@ -188,7 +188,7 @@ Release 2.2 (2008-10-20) Release 2.1 (2008-07-11) ------------------------ -* Small improvements and bug fixes +* Small improvements and bug fixes Release 2.0 (2008-04-23) ------------------------ |