aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2008-03-31 11:30:43 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2008-03-31 11:30:43 +0000
commit4d6e5a03da85633853cbfedd8276a01f8bdecb4c (patch)
tree2f6a9e8513babe1ea5f44943203cce584f7139be /ChangeLog
parent4802b14791ac1ea69533005912f4290d55000617 (diff)
downloadsshfs-4d6e5a03da85633853cbfedd8276a01f8bdecb4c.tar
sshfs-4d6e5a03da85633853cbfedd8276a01f8bdecb4c.tar.gz
sshfs-4d6e5a03da85633853cbfedd8276a01f8bdecb4c.tar.bz2
sshfs-4d6e5a03da85633853cbfedd8276a01f8bdecb4c.zip
Support "posix-rename@openssh.com" extension...
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e5b814c..a173e8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-03-31 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Support "posix-rename@openssh.com" extension available in
+ OpenSSH 4.9. This allows rename to be atomic even when target
+ file or directory exists. If available, the extension will be
+ used instead of the rename operation in the original protocol and
+ the "-oworkaround=rename" option will be ignored.
+
2008-03-28 Miklos Szeredi <miklos@szeredi.hu>
* Add support for password authentication with pam_mount.