aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorPeter Belm <peterbelm@gmail.com>2021-01-19 10:13:09 +0000
committerGitHub <noreply@github.com>2021-01-19 10:13:09 +0000
commitdfd4cba3856cea89037f1e8dc217f692e87c7edf (patch)
tree18e3e62f7cc1f9340ec80dd8d0c5040d604aa437 /ChangeLog.rst
parent8059e2ce630dd2b984f7a6c44a2b5291b0fe2abc (diff)
downloadsshfs-dfd4cba3856cea89037f1e8dc217f692e87c7edf.tar
sshfs-dfd4cba3856cea89037f1e8dc217f692e87c7edf.tar.gz
sshfs-dfd4cba3856cea89037f1e8dc217f692e87c7edf.tar.bz2
sshfs-dfd4cba3856cea89037f1e8dc217f692e87c7edf.zip
Workaround for mkdir on existing directory (#242)
Added a secondary check so if a mkdir request fails with EPERM an access request will be tried - returning EEXIST if the access was successful. This matches the correct behaviour expected by applications such as git. Co-authored-by: Peter Belm <peter.belm@dataalchemist.co.uk>
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index f3f6352..37a4408 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,3 +1,11 @@
+Unreleased Changes
+--------------------------
+
+* Added a secondary check so if a mkdir request fails with EPERM an access request will be
+ tried - returning EEXIST if the access was successful.
+ Fixes: https://github.com/libfuse/sshfs/issues/243
+
+
Release 3.7.1 (2020-11-09)
--------------------------