aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-11-08 17:32:25 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-11-08 17:32:25 +0000
commitd507c73e8fda72305b3e172ac7686c05d2dd73da (patch)
tree877c6bbe1c1c01b695bfb46b8c026996b531ee9c /ChangeLog
parent8fb48feb5024d2aa9083690e472f1b1072cb8169 (diff)
downloadlibfuse-d507c73e8fda72305b3e172ac7686c05d2dd73da.tar.gz
fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index b065e2a..9eda3cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,11 @@
2004-11-08 Miklos Szeredi <miklos@szeredi.hu>
- * Add ino argument to 'fuse_dirfil_t'. NOTE: this is a backward
- compatible change (if "use_ino" mount option is not specified),
- but causes a warning when compiling filesystems not converted to
- the new type.
-
+ * Add ino argument to 'fuse_dirfil_t'. NOTE: This breaks source
+ compatibility with earlier versions. To compile earier versions
+ just add '-DFUSE_DIRFIL_COMPAT' compile flag or fix the source.
+ Do not use the "use_ino" mount flag with filesystems compiled with
+ FUSE_DIRFIL_COMPAT.
+
2004-11-02 Miklos Szeredi <miklos@szeredi.hu>
* Added "use_ino" mount option. This enables the filesystems to