From: Miklos Szeredi Date: Thu, 20 Jan 2005 12:52:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: fuse_2_2_pre6~9 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=966c8de0392f689cd3c4ddc7bc2781cf59c9f813;p=qemu-gpiodev%2Flibfuse.git *** empty log message *** --- 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