diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2019-11-03 09:34:29 +0000 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2019-11-03 09:34:29 +0000 |
commit | a1e5f12c530ccf59434a7d59a34a049f160b3559 (patch) | |
tree | d492a74d5f8866a3a295250b0d79c9942d190732 /ChangeLog.rst | |
parent | 011986306b8ed6d940bbe5b8faebd55ff5c63f99 (diff) | |
download | sshfs-a1e5f12c530ccf59434a7d59a34a049f160b3559.tar sshfs-a1e5f12c530ccf59434a7d59a34a049f160b3559.tar.gz sshfs-a1e5f12c530ccf59434a7d59a34a049f160b3559.tar.bz2 sshfs-a1e5f12c530ccf59434a7d59a34a049f160b3559.zip |
Released 3.6.0sshfs-3.6.0
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r-- | ChangeLog.rst | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index 16d75f7..cef9740 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,12 +1,15 @@ -Unreleased Changes ------------------- +Release 3.6.0 (2019-11-03) +-------------------------- * Added "-o direct_io" option. This option disables the use of page cache in kernel. This is useful for example if the file size is not known before reading it. For example if you mount /proc dir from a remote host without the direct_io option, the read always will return zero bytes instead of actual data. - +* Added --verbose option. +* Fixed a number of compiler warnings. +* Improved performance under OS X. + Release 3.5.2 (2019-04-13) -------------------------- |