Skip to content

Commit a1e5f12

Browse files
committed
Released 3.6.0
1 parent 0119863 commit a1e5f12

3 files changed

Lines changed: 13 additions & 4 deletions

File tree

AUTHORS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,18 @@ Clayton G. Hobbs <clay@lakeserv.net>
2525
Daniel Lublin <daniel@lublin.se>
2626
DrDaveD <2129743+DrDaveD@users.noreply.github.com>
2727
gala <gala132@users.noreply.github.com>
28+
Galen Getsov <4815620+ggetsov@users.noreply.github.com>
2829
George Vlahavas <vlahavas@gmail.com>
2930
G.raud Meyer <graud@gmx.com>
3031
harrim4n <git@harrim4n.com>
3132
Jakub Jelen <jjelen@redhat.com>
3233
Josh Triplett <josh@joshtriplett.org>
3334
Julio Merino <jmmv@google.com>
3435
Julio Merino <jmmv@meroh.net>
36+
kalvdans <github@kalvdans.no-ip.org>
37+
Michael Forney <mforney@mforney.org>
3538
Mike Kelly <mike@pair.com>
39+
Mike Salvatore <mike.s.salvatore@gmail.com>
3640
Miklos Szeredi <miklos@szeredi.hu>
3741
Miklos Szeredi <mszeredi@suse.cz>
3842
mssalvatore <mike.s.salvatore@gmail.com>
@@ -46,7 +50,9 @@ Rian Hunter <rianhunter@users.noreply.github.com>
4650
Samuel Murray <samuel.murray@outlook.com>
4751
S. D. Cloudt <s.d.cloudt@student.tue.nl>
4852
smheidrich <smheidrich@weltenfunktion.de>
53+
sunwire <50745572+sunwire@users.noreply.github.com>
4954
Tim Harder <radhermit@gmail.com>
5055
Timo Savola <timo.savola@iki.fi>
5156
tpoindessous <thomas@poindessous.com>
57+
Viktor Szakats <vszakats@users.noreply.github.com>
5258
Zoltan Kuscsik <zoltan.kuscsik@linaro.org>

ChangeLog.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
Unreleased Changes
2-
------------------
1+
Release 3.6.0 (2019-11-03)
2+
--------------------------
33

44
* Added "-o direct_io" option.
55
This option disables the use of page cache in kernel.
66
This is useful for example if the file size is not known before reading it.
77
For example if you mount /proc dir from a remote host without the direct_io
88
option, the read always will return zero bytes instead of actual data.
9-
9+
* Added --verbose option.
10+
* Fixed a number of compiler warnings.
11+
* Improved performance under OS X.
12+
1013

1114
Release 3.5.2 (2019-04-13)
1215
--------------------------

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('sshfs', 'c', version: '3.5.2',
1+
project('sshfs', 'c', version: '3.6.0',
22
meson_version: '>= 0.40',
33
default_options: [ 'buildtype=debugoptimized' ])
44

0 commit comments

Comments
 (0)