diff options
-rw-r--r-- | AUTHORS | 4 | ||||
-rw-r--r-- | ChangeLog.rst | 4 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 6 insertions, 4 deletions
@@ -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' ]) |