From 966c8de0392f689cd3c4ddc7bc2781cf59c9f813 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 20 Jan 2005 12:52:08 +0000 Subject: *** empty log message *** --- NEWS | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index a0de2a8..f78728c 100644 --- 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 -- cgit v1.2.3