aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-02-10 19:39:34 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-02-10 19:39:34 +0000
commit830ef70e084a725866e2a28bb640518dc817cbe7 (patch)
treee2df821a6c8e1878c5c60b81dd6f4fc54ae8fea6 /ChangeLog
parenta71694156750f34959d65e2085794509a067df15 (diff)
downloadlibfuse-830ef70e084a725866e2a28bb640518dc817cbe7.tar.gz
fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b17a3b2..3444ee4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@
* fusermount: set owner and group of /etc/mtab to original values
on unmount
+
+ * libfuse: add 'use_ino' option to help. Patch by Valient Gough
2005-02-07 Miklos Szeredi <miklos@szeredi.hu>