aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2019-04-13 09:25:45 +0100
committerNikolaus Rath <Nikolaus@rath.org>2019-04-13 09:25:45 +0100
commit695cd8916f0e78d28009de3ffe112b9d1a1c9e5e (patch)
treeafa9f980b5b95ee1183f84d9db8b645ef3fd374c
parent7364b73e80d21b4671d696da8b05e451659f46e4 (diff)
downloadsshfs-695cd8916f0e78d28009de3ffe112b9d1a1c9e5e.tar
sshfs-695cd8916f0e78d28009de3ffe112b9d1a1c9e5e.tar.gz
sshfs-695cd8916f0e78d28009de3ffe112b9d1a1c9e5e.tar.bz2
sshfs-695cd8916f0e78d28009de3ffe112b9d1a1c9e5e.zip
Released 3.5.2sshfs-3.5.2
-rw-r--r--AUTHORS4
-rw-r--r--ChangeLog.rst4
-rw-r--r--meson.build2
3 files changed, 6 insertions, 4 deletions
diff --git a/AUTHORS b/AUTHORS
index afd34f9..bfece81 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -13,7 +13,6 @@ 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>
@@ -22,7 +21,9 @@ Berserker <berserker.troll@yandex.com>
Bill Zissimopoulos <billziss@navimatics.com>
Brandon Carter <b-carter@users.noreply.github.com>
Chris Wolfe <cwolfe@chromium.org>
+Clayton G. Hobbs <clay@lakeserv.net>
Daniel Lublin <daniel@lublin.se>
+DrDaveD <2129743+DrDaveD@users.noreply.github.com>
gala <gala132@users.noreply.github.com>
George Vlahavas <vlahavas@gmail.com>
G.raud Meyer <graud@gmx.com>
@@ -34,6 +35,7 @@ Julio Merino <jmmv@meroh.net>
Mike Kelly <mike@pair.com>
Miklos Szeredi <miklos@szeredi.hu>
Miklos Szeredi <mszeredi@suse.cz>
+mssalvatore <mike.s.salvatore@gmail.com>
Nikolaus Rath <Nikolaus@rath.org>
Percy Jahn <email@percyjahn.de>
Qais Patankar <qaisjp@gmail.com>
diff --git a/ChangeLog.rst b/ChangeLog.rst
index c5468b4..3f3d796 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,5 +1,5 @@
-Unreleased Changes
-------------------
+Release 3.5.2 (2019-04-13)
+--------------------------
* Fixed "-o idmap=user" to map both UID and GID on all OSs.
* Fixed improper handling of sequential spaces spaces in "ssh_command" option
diff --git a/meson.build b/meson.build
index d08ee9a..bd790a6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('sshfs', 'c', version: '3.5.1',
+project('sshfs', 'c', version: '3.5.2',
meson_version: '>= 0.40',
default_options: [ 'buildtype=debugoptimized' ])