diff --git a/AUTHORS b/AUTHORS index cb17caf2..873fb147 100644 --- a/AUTHORS +++ b/AUTHORS @@ -17,6 +17,7 @@ Contributors (autogenerated list) Alan Jenkins Alexander Neumann Anatol Pomozov +Andrew Stone Benjamin Fleischer Berserker Bill Zissimopoulos @@ -49,6 +50,7 @@ Miklos Szeredi mssalvatore Nikolaus Rath Percy Jahn +Peter Belm Qais Patankar Quentin Rameau Reid Wagner diff --git a/ChangeLog.rst b/ChangeLog.rst index 37a4408a..ae0fd101 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,4 +1,4 @@ -Unreleased Changes +Release 3.7.2 (2021-06-08) -------------------------- * Added a secondary check so if a mkdir request fails with EPERM an access request will be diff --git a/meson.build b/meson.build index 6bf3aae8..299d051a 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('sshfs', 'c', version: '3.7.1', +project('sshfs', 'c', version: '3.7.2', meson_version: '>= 0.40', default_options: [ 'buildtype=debugoptimized' ])