From 93c052a3cd72442a8128cfba7ef884efb9d2a55c Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sat, 22 Dec 2018 14:33:52 +0000 Subject: [PATCH] Released 3.5.1 --- AUTHORS | 4 ++++ ChangeLog.rst | 7 +++++++ meson.build | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 9d95d90a..afd34f90 100644 --- a/AUTHORS +++ b/AUTHORS @@ -13,6 +13,7 @@ Miklos Szeredi (until 12/2015) Contributors (autogenerated list) --------------------------------- + Alan Jenkins Alexander Neumann Anatol Pomozov @@ -41,6 +42,9 @@ Reid Wagner Rian Hunter Rian Hunter Samuel Murray +S. D. Cloudt +smheidrich +Tim Harder Timo Savola tpoindessous Zoltan Kuscsik diff --git a/ChangeLog.rst b/ChangeLog.rst index b7c4cfcb..13e94c76 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -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) -------------------------- diff --git a/meson.build b/meson.build index 2ae05607..3d854836 100644 --- a/meson.build +++ b/meson.build @@ -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' ])