diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2006-11-11 09:55:55 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2006-11-11 09:55:55 +0000 |
commit | fc5309cfd2b84b13279f5c512bd575b0a2322ae8 (patch) | |
tree | 8859e5a9160eb4708422f93ba66910146c574c1f /ChangeLog | |
parent | 10d03ed9c381436d06252ab440bc2e910e7e755b (diff) | |
download | libfuse-fc5309cfd2b84b13279f5c512bd575b0a2322ae8.tar.gz |
fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2006-11-11 Miklos Szeredi <miklos@szeredi.hu> + + * Print an error if an incompatible kernel interface version is + detected in INIT. This will only show if filesystem is started + with -d or -f + + * Fix order of fuse_destroy()/fuse_unmount() in error cleanup of + fuse_setup_common(). Reported by Szakacsits Szabolcs + +2006-11-06 Miklos Szeredi <miklos@szeredi.hu> + + * Fix recursive locking in fuse_create(). Thanks to Takuya + Ishibashi for the bug report + 2006-10-28 Miklos Szeredi <miklos@szeredi.hu> * Fix automake problem. Patch from Nix |