aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2004-10-21 09:59:13 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2004-10-21 09:59:13 +0000
commitfb97a1b2bcd46507c1b2beac2b0eae2321045278 (patch)
tree7ecb100dbcd5baa6e4b8c6f2ecd7cf1f1515f989 /ChangeLog
parent5dc8a80c655cea3717996c8f419fc73be133b647 (diff)
cleanups + step minor version
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 98d41c9..b3331c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,9 +3,13 @@
* fuse_main() now does not exit on erro, rather it returns an
error code
- * exported __fuse_setup() and __fuse_teardown() functions, which
+ * Exported __fuse_setup() and __fuse_teardown() functions, which
make it easier to implement a custom event loop.
+ * Use daemon() call to background the filesystem after mounting.
+ This function closes the standard input, output and error and
+ changes the current working directory to "/".
+
2004-10-14 Miklos Szeredi <miklos@szeredi.hu>
* Released 1.9