aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2021-02-03 11:53:21 +0200
committerGitHub <noreply@github.com>2021-02-03 09:53:21 +0000
commit5012a05ac875c1988263faaa77177c27c62c52bb (patch)
tree0207e1ee07d56e020798b89b30bea75d10559f74 /ChangeLog.rst
parentb9e3ea01dbbbba9518da216dd29c042af871ae31 (diff)
downloadlibfuse-5012a05ac875c1988263faaa77177c27c62c52bb.tar.gz
Fix returning inode numbers from readdir() in offset==0 mode. (#584)
- Test added for all passthrough examples. - passthrough.c uses offset==0 mode. The others don't. - passthrough.c changed to set FUSE_FILL_DIR_PLUS to make the test pass. - This fixes #583.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 47b993a..718033a 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -4,6 +4,7 @@ Unreleased Changes
* Allow "nonempty" as a mount option, for backwards compatibility with
fusermount 2. The option has no effect since mounting over non-empty
directories is allowed by default.
+* Fix returning inode numbers from readdir() in offset==0 mode.
libfuse 3.10.1 (2020-12-07)
===========================