diff options
author | Chad Austin <chad@chadaustin.me> | 2019-04-16 11:44:59 -0700 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2019-04-16 19:44:59 +0100 |
commit | 6439231f9ba8af9c0eab8dcda54a8fc31e63ae99 (patch) | |
tree | 2ba872c19ceab7e7e59977df21db2c9246f803f3 /ChangeLog.rst | |
parent | 7bf25b6987d84c816aebd5325b95cfa0d311b1e6 (diff) | |
download | libfuse-6439231f9ba8af9c0eab8dcda54a8fc31e63ae99.tar.gz |
Add documentation for opting out of opendir and releasedir (#391)
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r-- | ChangeLog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index d1bbbec..a32d9ec 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -8,6 +8,7 @@ libfuse 3.5.0 (UNRELEASED) on mountpoints within SMB 2.0 filesystems). * Added a new `cache_readdir` flag to `fuse_file_info` to enable caching of readdir results. Supported by kernels 4.20 and newer. +* Add support and documentation for FUSE_CAP_NO_OPENDIR_SUPPORT. libfuse 3.4.2 (2019-03-09) ========================== |