aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-07-02 16:20:45 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-07-02 16:20:45 +0000
commitacb4d36c3c91ffc076e76bd11ef8064bd51b4716 (patch)
treed47823cd63624d9a73fb5f1e695c420d208a4b42 /ChangeLog
parentad051c3e27ca6dd57dad57eb188dbcdcfab775fe (diff)
downloadlibfuse-acb4d36c3c91ffc076e76bd11ef8064bd51b4716.tar.gz
minor features
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 14ce894..fe3bfdb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,10 +7,21 @@
* Fix revalidate time setting for newly created inodes
+ * Remove uid==0 check for '-x' option in fusermount (kernel checks
+ this)
+
+ * fuse_main() only installs handlers for signals (out of INT, HUP,
+ TERM, PIPE), for which no handler has yet been installed
+
+ * Add module option 'user_allow_other' which if set to non-zero
+ will allow non root user to specify the 'allow_other' mount option
+ ('-x' option of fusermount)
+
2004-07-01 Miklos Szeredi <mszeredi@inf.bme.hu>
* Change passing fuse include dir to 2.6 kernel make system more
- robust (hopefully fixes problems seen on SuSE 9.1)
+ robust (fixes compile problems seen on SuSE 9.1 with updated 2.6
+ kernel)
2004-06-30 Miklos Szeredi <mszeredi@inf.bme.hu>