aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-02-19 14:23:27 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-02-19 14:23:27 +0000
commit18e75e4cb186b5d247caea5c9aa21b69e4914c50 (patch)
tree71fdaa602c8c70ecf933a9ec4cd3e4d8156026e8 /ChangeLog
parentfa39e90ea08e2d6f976deec8f12eda27a14e0813 (diff)
downloadlibfuse-18e75e4cb186b5d247caea5c9aa21b69e4914c50.tar.gz
statfs fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9880259..54cfd16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-02-19 Miklos Szeredi <mszeredi@inf.bme.hu>
+
+ * statfs library API changed to match other methods. Since this
+ is not backward compatible FUSE_MAJOR_VERSION is changed to 2
+
+ * statfs kernel interface changed to 64 bits, added 'bavail' field
+
2004-02-18 Miklos Szeredi <mszeredi@inf.bme.hu>
* user-mount upgraded for 2.6.3 kernel