From a1e5f12c530ccf59434a7d59a34a049f160b3559 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sun, 3 Nov 2019 09:34:29 +0000 Subject: Released 3.6.0 --- AUTHORS | 6 ++++++ ChangeLog.rst | 9 ++++++--- meson.build | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index bfece81..c0ea088 100644 --- a/AUTHORS +++ b/AUTHORS @@ -25,6 +25,7 @@ Clayton G. Hobbs Daniel Lublin DrDaveD <2129743+DrDaveD@users.noreply.github.com> gala +Galen Getsov <4815620+ggetsov@users.noreply.github.com> George Vlahavas G.raud Meyer harrim4n @@ -32,7 +33,10 @@ Jakub Jelen Josh Triplett Julio Merino Julio Merino +kalvdans +Michael Forney Mike Kelly +Mike Salvatore Miklos Szeredi Miklos Szeredi mssalvatore @@ -46,7 +50,9 @@ Rian Hunter Samuel Murray S. D. Cloudt smheidrich +sunwire <50745572+sunwire@users.noreply.github.com> Tim Harder Timo Savola tpoindessous +Viktor Szakats Zoltan Kuscsik 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) -------------------------- diff --git a/meson.build b/meson.build index bd790a6..362abd0 100644 --- a/meson.build +++ b/meson.build @@ -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' ]) -- cgit v1.2.3