diff options
author | Pino Toscano <toscano.pino@tiscali.it> | 2014-09-21 09:08:29 +0200 |
---|---|---|
committer | Pino Toscano <toscano.pino@tiscali.it> | 2014-09-21 09:08:29 +0200 |
commit | aa0076cb9596edd3f96529777c53880a6282e965 (patch) | |
tree | c52a65acbd340ba2ea1a9f2224db6e60919012b6 /hurd | |
parent | b3b67a6ce9913c48565b6a02bf41cea37b5bf7bc (diff) |
small libfuse status update
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/libfuse.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/libfuse.mdwn b/hurd/libfuse.mdwn index 28125dd9..0c76645a 100644 --- a/hurd/libfuse.mdwn +++ b/hurd/libfuse.mdwn @@ -25,7 +25,7 @@ etc. * lowlevel API not implemented * Options handling (`fuse_parse_cmdline` and `fuse_opt_*`) not implemented * CUSE lowlevel not supported (compatibility level 29) -* Supports up to the compatibility level 25 (while current libfuse 2.9.x provides 26) +* Supports the compatibility level 25 and 26, up to libfuse 2.6.x * File I/O is quite slow. |