From 08ce854a739d25a31995886a0f0697c564f28e94 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Wed, 16 Nov 2016 13:04:47 -0800 Subject: Enable more capabilities by default, and document defaults. Fixes #112. --- ChangeLog.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog.rst') 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) =========================== -- cgit v1.2.3