Skip to content

Commit 93c052a

Browse files
committed
Released 3.5.1
1 parent 76d11fa commit 93c052a

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

AUTHORS

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

16+
1617
Alan Jenkins <alan.christopher.jenkins@gmail.com>
1718
Alexander Neumann <alexander@bumpern.de>
1819
Anatol Pomozov <anatol.pomozov@gmail.com>
@@ -41,6 +42,9 @@ Reid Wagner <wagnerreid@gmail.com>
4142
Rian Hunter <rian@alum.mit.edu>
4243
Rian Hunter <rianhunter@users.noreply.github.com>
4344
Samuel Murray <samuel.murray@outlook.com>
45+
S. D. Cloudt <s.d.cloudt@student.tue.nl>
46+
smheidrich <smheidrich@weltenfunktion.de>
47+
Tim Harder <radhermit@gmail.com>
4448
Timo Savola <timo.savola@iki.fi>
4549
tpoindessous <thomas@poindessous.com>
4650
Zoltan Kuscsik <zoltan.kuscsik@linaro.org>

ChangeLog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Release 3.5.1 (2018-12-22)
2+
--------------------------
3+
4+
* Documentation updates
5+
* Build system updates
6+
* Added "BindInterface" as valid "-o" option.
7+
18
Release 3.5.0 (2018-08-28)
29
--------------------------
310

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

0 commit comments

Comments
 (0)