Released 3.5.1

This commit is contained in:
Nikolaus Rath 2018-12-22 14:33:52 +00:00
parent 76d11fa6f4
commit 93c052a3cd
3 changed files with 12 additions and 1 deletions

View File

@ -13,6 +13,7 @@ Miklos Szeredi <miklos@szeredi.hu> (until 12/2015)
Contributors (autogenerated list)
---------------------------------
Alan Jenkins <alan.christopher.jenkins@gmail.com>
Alexander Neumann <alexander@bumpern.de>
Anatol Pomozov <anatol.pomozov@gmail.com>
@ -41,6 +42,9 @@ Reid Wagner <wagnerreid@gmail.com>
Rian Hunter <rian@alum.mit.edu>
Rian Hunter <rianhunter@users.noreply.github.com>
Samuel Murray <samuel.murray@outlook.com>
S. D. Cloudt <s.d.cloudt@student.tue.nl>
smheidrich <smheidrich@weltenfunktion.de>
Tim Harder <radhermit@gmail.com>
Timo Savola <timo.savola@iki.fi>
tpoindessous <thomas@poindessous.com>
Zoltan Kuscsik <zoltan.kuscsik@linaro.org>

View File

@ -1,3 +1,10 @@
Release 3.5.1 (2018-12-22)
--------------------------
* Documentation updates
* Build system updates
* Added "BindInterface" as valid "-o" option.
Release 3.5.0 (2018-08-28)
--------------------------

View File

@ -1,4 +1,4 @@
project('sshfs', 'c', version: '3.5.0',
project('sshfs', 'c', version: '3.5.1',
meson_version: '>= 0.38',
default_options: [ 'buildtype=debugoptimized' ])