From: Miklos Szeredi Date: Thu, 21 Oct 2004 09:59:13 +0000 (+0000) Subject: cleanups + step minor version X-Git-Tag: fuse_2_0_pre0~8 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fb97a1b2bcd46507c1b2beac2b0eae2321045278;p=qemu-gpiodev%2Flibfuse.git cleanups + step minor version --- 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 * Released 1.9