aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-07-13 20:23:03 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-07-13 20:23:03 +0000
commitad83d07f62a79e7725d31b41d3f0316526a83634 (patch)
treec7af1d9a821e13a1b098b430dd419a65f46e75a1 /ChangeLog
parent2529ca23efd245afa9fb941626bb6caa5551f3f6 (diff)
downloadlibfuse-ad83d07f62a79e7725d31b41d3f0316526a83634.tar.gz
fix minor bug
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e4198f9..95d0e2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,10 @@
2004-07-13 Miklos Szeredi <miklos@szeredi.hu>
* Add FUSE_HARD_REMOVE flag, and '-i' option to fuse main, which
- disable the "hide if open" behavior of unlink/rename.
+ disable the "hide if open" behavior of unlink/rename.
+
+ * If temporary buffer allocation fails in raw read, fall back to a
+ smaller buffer
2004-07-12 Miklos Szeredi <miklos@szeredi.hu>