aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2018-06-09 03:28:55 -0700
committerNikolaus Rath <Nikolaus@rath.org>2018-06-09 11:28:55 +0100
commitfb174704ddbaa086ed801cfbb5c8326d28140a92 (patch)
tree9d256ada9743051239715f43e1893c9fdd278f1b /ChangeLog.rst
parent39663c8288f97306589f169a969e4610fd5c7d91 (diff)
downloadsshfs-fb174704ddbaa086ed801cfbb5c8326d28140a92.tar
sshfs-fb174704ddbaa086ed801cfbb5c8326d28140a92.tar.gz
sshfs-fb174704ddbaa086ed801cfbb5c8326d28140a92.tar.bz2
sshfs-fb174704ddbaa086ed801cfbb5c8326d28140a92.zip
Add workaround to always pass a 0 mode when creating a file (#128)
Add workaround to always pass a 0 mode when creating a file This works around servers that produce an error for any non-zero mode.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 6520a0b..58396c7 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,3 +1,8 @@
+Unreleased Changes
+------------------
+
+* New `createmode` workaround.
+
Release 3.3.2 (2018-04-29)
--------------------------