*** empty log message ***
authorMiklos Szeredi <miklos@szeredi.hu>
Thu, 20 Jan 2005 12:52:08 +0000 (12:52 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Thu, 20 Jan 2005 12:52:08 +0000 (12:52 +0000)
NEWS

diff --git a/NEWS b/NEWS
index a0de2a8e64193167a98ed7461c9cd0a7d2f25d5e..f78728ccc1a782694ac7839683311ca6b2f1861f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,9 +2,9 @@ What is new in 2.2
 
 Userspace changes:
 
- - Add fuse_file_info structure to file operations, this allows the filesystem
-   to return a file handle in open() which is passed to read(), write(), flush(), 
-   fsync() and release().
+ - Add fuse_file_info structure to file operations, this allows the
+   filesystem to return a file handle in open() which is passed to
+   read(), write(), flush(), fsync() and release().
 
  - Add source compatibility with 2.1 and 1.4 releases
 
@@ -29,6 +29,10 @@ Kernel changes:
  - Remove /sys/fs/fuse/version.  Version checking is now done through
    the fuse device
 
+ - Replace directory reading method on the kernel interface.  Instead
+   of passing an open file descriptor to the kernel, send data through
+   the FUSE device, like all other operations.
+
 ============================================================================
 
 What is new in 2.1