diff options
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 12 insertions, 3 deletions
@@ -1,6 +1,12 @@ 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> @@ -13,9 +19,10 @@ * 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 '--' @@ -2,8 +2,10 @@ What is new in 1.1 * 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 |