Released 3.5.1
This commit is contained in:
parent
76d11fa6f4
commit
93c052a3cd
4
AUTHORS
4
AUTHORS
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
--------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -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' ])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue