aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 0a6d00e..a668d5f 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,13 @@
Unreleased Changes
==================
+* File systems that use the low-level API and support lookup requests
+ for '.' and '..' should continue make sure to set the
+ FUSE_CAP_EXPORT_SUPPORT bit in fuse_conn_info->want.
+
+ (This has actually always been the case, but was not very obvious
+ from the documentation).
+
* The help text generated by fuse_lowlevel_help(), fuse_new() (and
indirectly fuse_main()) no longer includes options that are unlikely
to be of interest to end-users. The full list of accepted options is