aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-11-06 21:47:56 -0800
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-11-06 21:47:56 -0800
commit108c8260d341c21770b776169394c3aec761ead1 (patch)
treeb4503845178e732d75d3117254acdfc6d98f6f42 /ChangeLog.rst
parent079b3f625ec92920b60d55cc0d7c957e48bb47ef (diff)
Fix documentation: fuse_file_info may be NULL for open files
This turns issue #62 from a bug into an enhancement :-).
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index e3529b3..0a2c503 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,10 @@
Unreleased Changes
==================
+* Fixed documentation of chmod, chown, truncate, utimens and getattr
+ handlers. The struct fuse_file_info pointer may be NULL even if the
+ file is open.
+
* The fusermount and mount.fuse binaries have been renamed to
fusermount3 and mount.fuse3 to allow co-installation of libfuse 2.x
and 3.x