From 95da860d29a54c6dc21683a34edefead597e3bbc Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 6 Jan 2006 18:29:40 +0000 Subject: fix --- ChangeLog | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b14b6ad..89610fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,16 @@ -2006-01-06 Miklos Szeredi - - * Released 2.5.0 - 2006-01-06 Miklos Szeredi * Change working directory to "/" even if running in the foreground. Patch from Jonathan Brandmeyer + * Changed lots of functions to use 'struct fuse_args' instead of + separate argc and argv + + * Added fuse_parse_cmdline(), fuse_set_signal_handlers() and + fuse_remove_signal_handlers() functions, so that it's now pretty + easy to get all the functionality of fuse_main() with a filesystem + using the lowlevel API. + 2006-01-02 Miklos Szeredi * mount.fuse: the 'user' option should be ignored. Report and -- cgit v1.2.3