aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2016-11-16 12:45:51 -0800
committerNikolaus Rath <Nikolaus@rath.org>2016-11-16 12:45:51 -0800
commitc4c4819e853a572246c928feabb08028c41851ec (patch)
tree8ad44542abc5be1461c45201a9daecdd91db3754 /ChangeLog.rst
parentdddd8196079f8472a7dbb93734cc8e098c9898e7 (diff)
downloadlibfuse-c4c4819e853a572246c928feabb08028c41851ec.tar.gz
Abort if fs requests capabilities not supported by kernel.
See also issue #114.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 8afe917..867efef 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -11,6 +11,9 @@ UNRELEASED CHANGES
fuse_session_loop_mt() now return -errno instead of -1 in case of
failure.
+* The FUSE main loop is now aborted if the file-system requests
+ capabilities that are not supported by the kernel.
+
FUSE 3.0.0-rc2 (2016-11-06)
===========================