aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 846268a..f823e11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2004-01-26 Miklos Szeredi <mszeredi@inf.bme.hu>
+
+ * Fix typo (thanks Marcos Dione)
+
+2004-01-23 Miklos Szeredi <mszeredi@inf.bme.hu>
+
+ * Fix CONFIG_MODVERSIONS compile on 2.6
+
+2004-01-22 Miklos Szeredi <mszeredi@inf.bme.hu>
+
+ * Write all pending data before a RELEASE operation
+
+ * Suppress 'Bad file descriptor' warning on exit
+
+ * Replaced fusermount option '-d xxx' with '-n xxx' so it doesn't
+ get confused with '-d' of fuse_main() (sorry for the change)
+
+ * New fusermount option '-l' which enables big reads
+
+ * fuse_main() can accept fusermount arguments after a '--'
+
2004-01-19 Miklos Szeredi <mszeredi@inf.bme.hu>
* Support for exporting filesystem over NFS (see README.NFS)