Released 3.7.2

This commit is contained in:
Nikolaus Rath 2021-06-08 09:52:08 +01:00
parent 6c1b92df81
commit 9700b35370
3 changed files with 4 additions and 2 deletions

View File

@ -17,6 +17,7 @@ Contributors (autogenerated list)
Alan Jenkins <alan.christopher.jenkins@gmail.com>
Alexander Neumann <alexander@bumpern.de>
Anatol Pomozov <anatol.pomozov@gmail.com>
Andrew Stone <a@stne.dev>
Benjamin Fleischer <fleiben@gmail.com>
Berserker <berserker.troll@yandex.com>
Bill Zissimopoulos <billziss@navimatics.com>
@ -49,6 +50,7 @@ Miklos Szeredi <mszeredi@suse.cz>
mssalvatore <mike.s.salvatore@gmail.com>
Nikolaus Rath <Nikolaus@rath.org>
Percy Jahn <email@percyjahn.de>
Peter Belm <peterbelm@gmail.com>
Qais Patankar <qaisjp@gmail.com>
Quentin Rameau <quinq@fifth.space>
Reid Wagner <wagnerreid@gmail.com>

View File

@ -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

View File

@ -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' ])