summaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2018-09-17 14:53:30 +0100
committerNikolaus Rath <Nikolaus@rath.org>2018-09-20 09:07:45 +0100
commit7b0075c06f171cdac7a3d565463c0e5938dff04d (patch)
treeafa5bf668b1e853f9822bb1992bb0822bfb41715 /ChangeLog.rst
parent161983e2416bc6e26bbbe89664fff62c48c70858 (diff)
downloadfuse-7b0075c06f171cdac7a3d565463c0e5938dff04d.tar.gz
Don't enable adaptive readdirplus unless fs has readdir() handler.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index af01d78..3d5c05b 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,3 +1,13 @@
+Unreleased Changes
+=================
+
+* The FUSE_CAP_READDIRPLUS_AUTO capability is no longer enabled by
+ default unless the file system defines both a readdir() and a
+ readdirplus() handler.
+
+* The description of the FUSE_CAP_READDIRPLUS_AUTO flag has been
+ improved.
+
libfuse 3.2.6 (2018-08-31)
==========================