aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>