aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-06-03 13:52:40 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-06-03 13:52:40 +0000
commitff8753578ac425bf64502f6b26c85c5a4cb0d17b (patch)
tree2fea8c05cb627aa765665619fe36174a5741f7c7 /ChangeLog
parent203afbfa512490c58f7b98eec417ec3054f0d007 (diff)
downloadlibfuse-ff8753578ac425bf64502f6b26c85c5a4cb0d17b.tar.gz
fuse_main() goes into background after successful mount
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f9c6a85..3d32987 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>