diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2004-06-03 13:52:40 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2004-06-03 13:52:40 +0000 |
commit | ff8753578ac425bf64502f6b26c85c5a4cb0d17b (patch) | |
tree | 2fea8c05cb627aa765665619fe36174a5741f7c7 /ChangeLog | |
parent | 203afbfa512490c58f7b98eec417ec3054f0d007 (diff) | |
download | libfuse-ff8753578ac425bf64502f6b26c85c5a4cb0d17b.tar.gz |
fuse_main() goes into background after successful mount
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,6 +5,11 @@ * Change FUSE_MINOR_VERSION from 1 to 0. I know it's illegal but there has not been a release with the previous minor number, and I hope nobody is using it for anything. + + * Change fuse_main(), so that default behavior is to go into + background if mount is successful. '-f' and '-d' options disable + backgrounding. This fixes the "Why does my FUSE daemon hang?" + newbie complaint. 2004-05-18 Miklos Szeredi <mszeredi@inf.bme.hu> |