aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-04-06 11:41:48 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-04-07 16:40:15 -0700
commit0a096eb2bf8d60b376fa1185bfc051b966114a14 (patch)
treee47d6f61f675bd4c403b175680ce91e6d691eb44 /ChangeLog.rst
parentc1ebb9b9b835f4ee7cb27d53de432101e733f695 (diff)
Document true meaning of the 'use_ino' option.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 7b7e3c0..3c4c972 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -4,7 +4,10 @@ libfuse 3.1.0 (UNRELEASED)
* Re-introduced examples/null.c.
* Added experimental support for building with Meson.
* Document that -o auto_unmount implies -o nodev,nosuid.
-
+* Document that `-o auto_unmount` implies `-o nodev,nosuid`.
+* Document that the *use_ino* option of the high-level interface does
+ not affect the inode that libfuse and the kernel use internally.
+
libfuse 3.0.0 (2016-12-08)
==========================