aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2005-08-03 09:11:06 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2005-08-03 09:11:06 +0000
commitf6e0ec6e2df64ce90e3a52a3e636f3ffb5c38927 (patch)
treed1187895079752b51f2bbdba465bd1aac5e65a09 /ChangeLog
parent6c0209a8c78c82800a43c29a5dcccf872bfa613e (diff)
fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 16ed905..8d8e1f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,17 @@
+2005-08-03 Miklos Szeredi <miklos@szeredi.hu>
+
+ * fix warnings in fuse.h and fuse_lowlevel.h if -Wshadow compiler
+ option is used (Paul Alfille).
+
2005-08-02 Miklos Szeredi <miklos@szeredi.hu>
* highlevel-lib: added mount options "attr_timeout" and
"entry_timeout". These options control the length of time file
attributes and entries (names) are cached. Both default to 1.0
second.
-
+
+ * kernel: correctly handle zero timeout for attributes and entries
+
2005-08-01 Miklos Szeredi <miklos@szeredi.hu>
* Added missing symbols to versionscript (Joshua J. Berry)
@@ -27,7 +34,7 @@
newly created
* lib (highlevel): make open method optional
-
+
2005-07-28 Miklos Szeredi <miklos@szeredi.hu>
* kernel: invalidate attributes for read/readdir/readlink