Released 3.3.0

This commit is contained in:
Nikolaus Rath 2017-09-20 18:08:27 +01:00
parent 14636931ac
commit 71aa3b97f6
3 changed files with 4 additions and 3 deletions

View File

@ -15,6 +15,7 @@ Contributors (autogenerated list)
Alan Jenkins <alan.christopher.jenkins@gmail.com>
Alexander Neumann <alexander@bumpern.de>
Anatol Pomozov <anatol.pomozov@gmail.com>
Benjamin Fleischer <fleiben@gmail.com>
Berserker <berserker.troll@yandex.com>
Bill Zissimopoulos <billziss@navimatics.com>

View File

@ -1,5 +1,5 @@
Unreleased Changes
------------------
SSHFS 3.3.0 (2017-09-20)
------------------------
* Dropped support for writeback caching (and, as a consequence,
"unreliable append" operation). As of kernel 4.14, the FUSE module's

View File

@ -1,4 +1,4 @@
project('sshfs', 'c', version: '3.2.0',
project('sshfs', 'c', version: '3.3.0',
meson_version: '>= 0.38',
default_options: [ 'buildtype=debugoptimized' ])