aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-08-02 13:31:28 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-08-02 13:31:28 +0000
commit6c0209a8c78c82800a43c29a5dcccf872bfa613e (patch)
tree3215486581ed92e1bd01c07bcbfdb2d0b35b00a4 /ChangeLog
parent3cfe4341607394710f4f76b257f9c7297008e232 (diff)
downloadlibfuse-6c0209a8c78c82800a43c29a5dcccf872bfa613e.tar.gz
fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 991f023..16ed905 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
+
2005-08-01 Miklos Szeredi <miklos@szeredi.hu>
* Added missing symbols to versionscript (Joshua J. Berry)