forked from thkala/fuseflt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNEWS
More file actions
13 lines (13 loc) · 627 Bytes
/
NEWS
File metadata and controls
13 lines (13 loc) · 627 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
0.0.9:
* Document the proper mount options when used from /etc/fstab
* Fixed the path resolution code so that existent files are never
overriden, even if they cannot be stat()'ed.
* Skip filter entries with empty command strings
* Fix the getattr() method so that it reports symlinks correctly. This
fixes a serious issue where `find' was unable to detect symlink loops.
* Optimise getattr() so that it does not call open() any more.
This should also allow unreadable files to be stat()'ed.
* Fix several error code paths in fdc_open()
* Various other bug-fixes
* Code clean-ups
* Minor documentation updates