diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2004-11-20 11:18:34 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2004-11-20 11:18:34 +0000 |
commit | f3845c478b3c1eb16668d587a2a1d002b72401a5 (patch) | |
tree | 0b030739f525dbc8df5426798bada6ab508c97b0 /ChangeLog | |
parent | 13ed482774a87185fb4753d84444741b1eb93780 (diff) | |
download | libfuse-f3845c478b3c1eb16668d587a2a1d002b72401a5.tar.gz |
merge from 2_1_pre1 to merge3
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -13,6 +13,20 @@ * Fix NFS export in case "use_ino" mount option is given + * Make libfuse and fusermount compatible with future versions + + * fusermount: properly add mount options to /etc/mtab + +2004-11-15 Miklos Szeredi <miklos@szeredi.hu> + + * fusermount: do not resolve last component of mountpoint on if it + is '.' or '..'. This new path resolvation is now done on mount as + well as unmount. This enables relative paths to work on unmount. + + * fusermount: parse common mount options like "ro", "rw", etc... + + * Allow module params to be changed through sysfs + 2004-11-14 Miklos Szeredi <miklos@szeredi.hu> * Released 2.1-pre1 |