aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2005-08-15 15:10:48 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2005-08-15 15:10:48 +0000
commitc43f9411236723df9b0881e0cca37ea69fcbb07a (patch)
tree702ec62f7ddcff8c43f52db600279e6189723859 /NEWS
parentc12c0ad0ceab266ea0f6c0eaae92ee923d4da949 (diff)
release 2.4-pre1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS29
1 files changed, 29 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 27b65de..ba1d668 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+What is new in 2.4
+
+ - Simplify device opening. Now '/dev/fuse' is a requirement
+
+ - Allow module auto-loading if user has access to '/dev/fuse'
+
+ - Allow mounting over a regular file for unprivileged users
+
+ - Allow mounting of arbitrary FUSE filesystems from /etc/fstab
+
+ - New mount options: 'umask=M', 'uid=N', 'gid=N'
+
+ - Check for non-empty mountpoint, and refuse mount by default. New
+ mount option: 'nonempty'
+
+ - Low level (inode based) API added
+
+ - File locking primitives added to kernel and low level API
+
+ - Add 'access' method to kernel, and library APIs
+
+ - Allow 'direct_io' and 'keep_cache' options to be set on a
+ case-by-case basis on open.
+
+ - Add 'attr_timeout' and 'entry_timeout' mount options to the
+ high-level library. Until now these timeouts were fixed at 1 sec.
+
+ - Some bugfixes
+
What is new in 2.3
- Add new directory related operations: opendir(), readdir(),