From 108c8260d341c21770b776169394c3aec761ead1 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sun, 6 Nov 2016 21:47:56 -0800 Subject: Fix documentation: fuse_file_info may be NULL for open files This turns issue #62 from a bug into an enhancement :-). --- ChangeLog.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog.rst') 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 -- cgit v1.2.3