aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-10-28 12:19:21 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-10-28 12:19:21 +0000
commitde2f4aabd11737859a84a3b858012632c2793bdf (patch)
tree6d724c8461e8ec3fd7e7259ba9d97f86f6a98c16
parent642d16587c952aa5997643be2530fb4a42fe8aff (diff)
downloadsshfs-de2f4aabd11737859a84a3b858012632c2793bdf.tar
sshfs-de2f4aabd11737859a84a3b858012632c2793bdf.tar.gz
sshfs-de2f4aabd11737859a84a3b858012632c2793bdf.tar.bz2
sshfs-de2f4aabd11737859a84a3b858012632c2793bdf.zip
fix
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d4e52b3..07d9999 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,9 @@
* Add atomic create+open and ftruncate operation. This should fix
issues with 'cp' and other programs failing with "Permission
- denied". Needs FUSE version 2.5 and kernel version 2.6.15 (just a
- guess, since neither of them is released yet).
+ denied". To be effective, needs FUSE version 2.5 and kernel
+ version 2.6.15 (just a guess, since neither of them is released
+ yet).
2005-10-27 Miklos Szeredi <miklos@szeredi.hu>