aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2018-12-22 14:33:52 +0000
committerNikolaus Rath <Nikolaus@rath.org>2018-12-22 14:33:52 +0000
commit93c052a3cd72442a8128cfba7ef884efb9d2a55c (patch)
tree246ae49e0cc62a4e19a92d533b919dd87412f026
parent76d11fa6f4aef4a6d6373c2baf12aa886a8b06f9 (diff)
downloadsshfs-93c052a3cd72442a8128cfba7ef884efb9d2a55c.tar
sshfs-93c052a3cd72442a8128cfba7ef884efb9d2a55c.tar.gz
sshfs-93c052a3cd72442a8128cfba7ef884efb9d2a55c.tar.bz2
sshfs-93c052a3cd72442a8128cfba7ef884efb9d2a55c.zip
Released 3.5.1sshfs-3.5.1
-rw-r--r--AUTHORS4
-rw-r--r--ChangeLog.rst7
-rw-r--r--meson.build2
3 files changed, 12 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 9d95d90..afd34f9 100644
--- a/AUTHORS
+++ b/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>
diff --git a/ChangeLog.rst b/ChangeLog.rst
index b7c4cfc..13e94c7 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 2ae0560..3d85483 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' ])