Announcing FUSE for macOS 3.8.1 Posted on 18 Jun 2018
Release Notes
-
Add experimental support for macOS 10.14
-
Add support for Xcode 10
-
Perform user space directory loop check. This fixes a hang when renaming directory loops. For details see osxfuse/osxfuse#495.
-
Workaround for
NULLcontext ingetattrvnode operation. Third party kernel extensions might callgetattrwith aNULLcontext. As a workaround the kernel extension falls back to the current thread’s context. For details see osxfuse/osxfuse#510. -
Fix bug when closing an already removed file. Open file handles need to be closed even if the corresponding vnode has already been revoked, otherwise the user space file system daemon will leak files. For details see osxfuse/osxfuse#488.



