From 30a2668b99ed2f513e008a47e9ea09549f6afe2e Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Fri, 29 Jun 2018 09:34:57 +0100 Subject: Released 3.4.0 --- AUTHORS | 4 ++++ ChangeLog.rst | 4 ++-- meson.build | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index dcc0db8..f9da5fd 100644 --- a/AUTHORS +++ b/AUTHORS @@ -21,11 +21,13 @@ Berserker Bill Zissimopoulos Brandon Carter Chris Wolfe +Daniel Lublin gala George Vlahavas G.raud Meyer harrim4n Jakub Jelen +Josh Triplett Julio Merino Julio Merino Mike Kelly @@ -36,6 +38,8 @@ Percy Jahn Qais Patankar Reid Wagner Rian Hunter +Rian Hunter +Samuel Murray Timo Savola tpoindessous Zoltan Kuscsik diff --git a/ChangeLog.rst b/ChangeLog.rst index 13b1916..1563ea5 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,5 +1,5 @@ -Unreleased Changes ------------------- +Release 3.4.0 (2018-06-29) +-------------------------- * Make utimens(NULL) result in timestamp "now" -- no more touched files dated 1970-01-01 diff --git a/meson.build b/meson.build index 91baa20..e09ba1c 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('sshfs', 'c', version: '3.3.2', +project('sshfs', 'c', version: '3.4.0', meson_version: '>= 0.38', default_options: [ 'buildtype=debugoptimized' ]) -- cgit v1.2.3