aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-11-22 15:56:55 -0800
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-11-22 15:56:55 -0800
commit05de3c98c07e636e007e7ecf6516508426d02c83 (patch)
tree7a477ea529fcfd76f5a59a25a58f811914ef012b /ChangeLog.rst
parente16fdc06d7473f00499b6b03fb7bd06259a22135 (diff)
Add support for FUSE_HANDLE_KILLPRIV
Fixes #116.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 9c1a5dd..999f431 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -22,8 +22,13 @@ UNRELEASED CHANGES
particular capability can still be disabled by unsetting the
corresponding bit of `fuse_conn_info.wants` in the init() handler.
-* Added FUSE_CAP_PARALLEL_DIROPS and FUSE_CAP_POSIX_ACL feature flags.
+* Added FUSE_CAP_PARALLEL_DIROPS and FUSE_CAP_POSIX_ACL,
+ FUSE_HANDLE_KILLPRIV feature flags.
+* FUSE filesystems are now responsible for unsetting the setuid/setgid
+ flags when a file is written, truncated, or its owner
+ changed. Previously, this was handled by the kernel but subject to
+ race conditions.
FUSE 3.0.0-rc2 (2016-11-06)
===========================