diff options
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |