From 71aa3b97f6dbb24b7f4aa978eb34406be6e78dd0 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Wed, 20 Sep 2017 18:08:27 +0100 Subject: Released 3.3.0 --- AUTHORS | 1 + ChangeLog.rst | 4 ++-- meson.build | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 901239b..cb0a467 100644 --- a/AUTHORS +++ b/AUTHORS @@ -15,6 +15,7 @@ Contributors (autogenerated list) Alan Jenkins Alexander Neumann +Anatol Pomozov Benjamin Fleischer Berserker Bill Zissimopoulos diff --git a/ChangeLog.rst b/ChangeLog.rst index 6347a66..f2e6bc3 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -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 diff --git a/meson.build b/meson.build index 2069b90..12e4d06 100644 --- a/meson.build +++ b/meson.build @@ -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' ]) -- cgit v1.2.3