Released 3.4.0
This commit is contained in:
parent
4ed15c4c04
commit
30a2668b99
4
AUTHORS
4
AUTHORS
|
|
@ -21,11 +21,13 @@ Berserker <berserker.troll@yandex.com>
|
|||
Bill Zissimopoulos <billziss@navimatics.com>
|
||||
Brandon Carter <b-carter@users.noreply.github.com>
|
||||
Chris Wolfe <cwolfe@chromium.org>
|
||||
Daniel Lublin <daniel@lublin.se>
|
||||
gala <gala132@users.noreply.github.com>
|
||||
George Vlahavas <vlahavas@gmail.com>
|
||||
G.raud Meyer <graud@gmx.com>
|
||||
harrim4n <git@harrim4n.com>
|
||||
Jakub Jelen <jjelen@redhat.com>
|
||||
Josh Triplett <josh@joshtriplett.org>
|
||||
Julio Merino <jmmv@google.com>
|
||||
Julio Merino <jmmv@meroh.net>
|
||||
Mike Kelly <mike@pair.com>
|
||||
|
|
@ -36,6 +38,8 @@ Percy Jahn <email@percyjahn.de>
|
|||
Qais Patankar <qaisjp@gmail.com>
|
||||
Reid Wagner <wagnerreid@gmail.com>
|
||||
Rian Hunter <rian@alum.mit.edu>
|
||||
Rian Hunter <rianhunter@users.noreply.github.com>
|
||||
Samuel Murray <samuel.murray@outlook.com>
|
||||
Timo Savola <timo.savola@iki.fi>
|
||||
tpoindessous <thomas@poindessous.com>
|
||||
Zoltan Kuscsik <zoltan.kuscsik@linaro.org>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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' ])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue