+2004-01-26 Miklos Szeredi <mszeredi@inf.bme.hu>
+
+ * Released 1.1-pre2
+
2004-01-26 Miklos Szeredi <mszeredi@inf.bme.hu>
* Fix typo (thanks Marcos Dione)
+
+ * Compile fixes for 2.4 kernels
2004-01-23 Miklos Szeredi <mszeredi@inf.bme.hu>
* 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)
+ get confused with '-d' of fuse_main() (sorry about this change)
- * New fusermount option '-l' which enables big reads
+ * New fusermount option '-l' which enables big reads. Big reads
+ are now disabled by default.
* fuse_main() can accept fusermount arguments after a '--'
* Support for the 2.6 kernels
+* Support for exporting filesystem over NFS in 2.6 kernels
+
* Read efficiency improvements: read in 64k blocks instead of 4k
-(Michael Grigoriev)
+(Michael Grigoriev). Can be turned on with '-l' option of fusermount
* Lazy automatic unmount