Skip to content

Commit

Permalink
Released 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikratio committed Nov 3, 2019
1 parent 0119863 commit a1e5f12
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
6 changes: 6 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,18 @@ Clayton G. Hobbs <[email protected]>
Daniel Lublin <[email protected]>
DrDaveD <[email protected]>
gala <[email protected]>
Galen Getsov <[email protected]>
George Vlahavas <[email protected]>
G.raud Meyer <[email protected]>
harrim4n <[email protected]>
Jakub Jelen <[email protected]>
Josh Triplett <[email protected]>
Julio Merino <[email protected]>
Julio Merino <[email protected]>
kalvdans <[email protected]>
Michael Forney <[email protected]>
Mike Kelly <[email protected]>
Mike Salvatore <[email protected]>
Miklos Szeredi <[email protected]>
Miklos Szeredi <[email protected]>
mssalvatore <[email protected]>
Expand All @@ -46,7 +50,9 @@ Rian Hunter <[email protected]>
Samuel Murray <[email protected]>
S. D. Cloudt <[email protected]>
smheidrich <[email protected]>
sunwire <[email protected]>
Tim Harder <[email protected]>
Timo Savola <[email protected]>
tpoindessous <[email protected]>
Viktor Szakats <[email protected]>
Zoltan Kuscsik <[email protected]>
9 changes: 6 additions & 3 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -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)
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('sshfs', 'c', version: '3.5.2',
project('sshfs', 'c', version: '3.6.0',
meson_version: '>= 0.40',
default_options: [ 'buildtype=debugoptimized' ])

Expand Down

0 comments on commit a1e5f12

Please sign in to comment.