diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2006-01-06 18:29:40 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2006-01-06 18:29:40 +0000 |
commit | 95da860d29a54c6dc21683a34edefead597e3bbc (patch) | |
tree | ac1df7de0b985741e97169b2e3233ab1267cfdd5 /ChangeLog | |
parent | 1f6a5346406a620071ae6a659d5a75cd5220a128 (diff) | |
download | libfuse-95da860d29a54c6dc21683a34edefead597e3bbc.tar.gz |
fix
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -1,12 +1,16 @@ 2006-01-06 Miklos Szeredi <miklos@szeredi.hu> - * Released 2.5.0 - -2006-01-06 Miklos Szeredi <miklos@szeredi.hu> - * 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 <miklos@szeredi.hu> * mount.fuse: the 'user' option should be ignored. Report and |