Skip to content

Commit 695cd89

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

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

AUTHORS

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Miklos Szeredi <[email protected]> (until 12/2015)
1313
Contributors (autogenerated list)
1414
---------------------------------
1515

16-
1716
Alan Jenkins <[email protected]>
1817
Alexander Neumann <[email protected]>
1918
Anatol Pomozov <[email protected]>
@@ -22,7 +21,9 @@ Berserker <[email protected]>
2221
Bill Zissimopoulos <[email protected]>
2322
Brandon Carter <[email protected]>
2423
Chris Wolfe <[email protected]>
24+
Clayton G. Hobbs <[email protected]>
2525
Daniel Lublin <[email protected]>
26+
2627
2728
George Vlahavas <[email protected]>
2829
G.raud Meyer <[email protected]>
@@ -34,6 +35,7 @@ Julio Merino <[email protected]>
3435
Mike Kelly <[email protected]>
3536
Miklos Szeredi <[email protected]>
3637
Miklos Szeredi <[email protected]>
38+
mssalvatore <[email protected]>
3739
Nikolaus Rath <[email protected]>
3840
Percy Jahn <[email protected]>
3941
Qais Patankar <[email protected]>

ChangeLog.rst

+2-2
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

+1-1
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)