aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-17 21:31:37 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-20 14:04:37 -0700
commitbc02a2cda954151aa8cb1f47e143fb8dd4b8737e (patch)
treef63faec664db9f8c8d4b1842c5320d1884618afc /ChangeLog.rst
parent30243ca7ad4e86fa75704fd2f75d7fbaed89118a (diff)
ChangeLog: Remind people of to use FUSE_CAP_EXPORT_SUPPORT
Diffstat (limited to 'ChangeLog.rst')
-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