aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-05-27 09:12:43 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-05-27 09:12:43 +0000
commit33be22dbfbf4a6b0ddfb9aad80c0bbb43b17fc37 (patch)
tree7d021cbce7b77f1883882d8bb9e2679b636fdaad /ChangeLog
parenteb009c4336eb12bb687a5aa760cd4d319441f9e2 (diff)
downloadlibfuse-33be22dbfbf4a6b0ddfb9aad80c0bbb43b17fc37.tar.gz
fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dddc1ee..fe88ba4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-05-27 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Add "readdir_ino" mount option, which tries to fill in the d_ino
+ field in struct dirent. This mount option is ignored if "use_ino"
+ is used. It helps some programs (e.g. 'pwd' used over NFS from a
+ non-Linux OS). Patch by David Shaw.
+
2005-05-12 Miklos Szeredi <miklos@szeredi.hu>
* Released 2.3-rc1