Skip to content

Commit 695cd89

Browse files
committed
Released 3.5.2
1 parent 7364b73 commit 695cd89

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

AUTHORS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Miklos Szeredi <miklos@szeredi.hu> (until 12/2015)
1313
Contributors (autogenerated list)
1414
---------------------------------
1515

16-
1716
Alan Jenkins <alan.christopher.jenkins@gmail.com>
1817
Alexander Neumann <alexander@bumpern.de>
1918
Anatol Pomozov <anatol.pomozov@gmail.com>
@@ -22,7 +21,9 @@ Berserker <berserker.troll@yandex.com>
2221
Bill Zissimopoulos <billziss@navimatics.com>
2322
Brandon Carter <b-carter@users.noreply.github.com>
2423
Chris Wolfe <cwolfe@chromium.org>
24+
Clayton G. Hobbs <clay@lakeserv.net>
2525
Daniel Lublin <daniel@lublin.se>
26+
DrDaveD <2129743+DrDaveD@users.noreply.github.com>
2627
gala <gala132@users.noreply.github.com>
2728
George Vlahavas <vlahavas@gmail.com>
2829
G.raud Meyer <graud@gmx.com>
@@ -34,6 +35,7 @@ Julio Merino <jmmv@meroh.net>
3435
Mike Kelly <mike@pair.com>
3536
Miklos Szeredi <miklos@szeredi.hu>
3637
Miklos Szeredi <mszeredi@suse.cz>
38+
mssalvatore <mike.s.salvatore@gmail.com>
3739
Nikolaus Rath <Nikolaus@rath.org>
3840
Percy Jahn <email@percyjahn.de>
3941
Qais Patankar <qaisjp@gmail.com>

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.5.2 (2019-04-13)
2+
--------------------------
33

44
* Fixed "-o idmap=user" to map both UID and GID on all OSs.
55
* Fixed improper handling of sequential spaces spaces in "ssh_command" option

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

0 commit comments

Comments
 (0)