Skip to content

Commit 30a2668

Browse files
committed
Released 3.4.0
1 parent 4ed15c4 commit 30a2668

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

AUTHORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ Berserker <berserker.troll@yandex.com>
2121
Bill Zissimopoulos <billziss@navimatics.com>
2222
Brandon Carter <b-carter@users.noreply.github.com>
2323
Chris Wolfe <cwolfe@chromium.org>
24+
Daniel Lublin <daniel@lublin.se>
2425
gala <gala132@users.noreply.github.com>
2526
George Vlahavas <vlahavas@gmail.com>
2627
G.raud Meyer <graud@gmx.com>
2728
harrim4n <git@harrim4n.com>
2829
Jakub Jelen <jjelen@redhat.com>
30+
Josh Triplett <josh@joshtriplett.org>
2931
Julio Merino <jmmv@google.com>
3032
Julio Merino <jmmv@meroh.net>
3133
Mike Kelly <mike@pair.com>
@@ -36,6 +38,8 @@ Percy Jahn <email@percyjahn.de>
3638
Qais Patankar <qaisjp@gmail.com>
3739
Reid Wagner <wagnerreid@gmail.com>
3840
Rian Hunter <rian@alum.mit.edu>
41+
Rian Hunter <rianhunter@users.noreply.github.com>
42+
Samuel Murray <samuel.murray@outlook.com>
3943
Timo Savola <timo.savola@iki.fi>
4044
tpoindessous <thomas@poindessous.com>
4145
Zoltan Kuscsik <zoltan.kuscsik@linaro.org>

ChangeLog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Unreleased Changes
2-
------------------
1+
Release 3.4.0 (2018-06-29)
2+
--------------------------
33

44
* Make utimens(NULL) result in timestamp "now" -- no more touched files
55
dated 1970-01-01

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.3.2',
1+
project('sshfs', 'c', version: '3.4.0',
22
meson_version: '>= 0.38',
33
default_options: [ 'buildtype=debugoptimized' ])
44

0 commit comments

Comments
 (0)