From 695cd8916f0e78d28009de3ffe112b9d1a1c9e5e Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sat, 13 Apr 2019 09:25:45 +0100 Subject: Released 3.5.2 --- AUTHORS | 4 +++- ChangeLog.rst | 4 ++-- meson.build | 2 +- 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 (until 12/2015) Contributors (autogenerated list) --------------------------------- - Alan Jenkins Alexander Neumann Anatol Pomozov @@ -22,7 +21,9 @@ Berserker Bill Zissimopoulos Brandon Carter Chris Wolfe +Clayton G. Hobbs Daniel Lublin +DrDaveD <2129743+DrDaveD@users.noreply.github.com> gala George Vlahavas G.raud Meyer @@ -34,6 +35,7 @@ Julio Merino Mike Kelly Miklos Szeredi Miklos Szeredi +mssalvatore Nikolaus Rath Percy Jahn Qais Patankar 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' ]) -- cgit v1.2.3