aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-11-16 13:04:47 -0800
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-11-16 13:14:30 -0800
commit08ce854a739d25a31995886a0f0697c564f28e94 (patch)
treed0111f797d22946a2dbc56a3c5192d68958ee642 /ChangeLog.rst
parent007c9a29ed02b4030481f50b138446790dccdae6 (diff)
Enable more capabilities by default, and document defaults.
Fixes #112.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 8a22a5e..10879df 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -15,6 +15,14 @@ UNRELEASED CHANGES
* The FUSE main loop is now aborted if the file-system requests
capabilities that are not supported by the kernel.
+* Most file-system capabilities that were opt-in in libfuse2 are now
+ enabled by default. Filesystem developers are encouraged to review
+ the documentation of the FUSE_CAP_* features to ensure that their
+ filesystem is compatible with the new semantics. As before, a
+ particular capability can still be disabled by unsetting the
+ corresponding bit of `fuse_conn_info.wants` in the init() handler.
+
+
FUSE 3.0.0-rc2 (2016-11-06)
===========================