diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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 |