-
Update libfuse3 to version 3.17.2
-
Fix an issue that could cause a crash of the file system process on failed mount attempts
When mounting a volume, the file system process expects to receive a socket handle for exchanging FUSE messages. Sending the mount status code without sending a socket handle first, can result in a crash. This issue only affected the FSKit backend. For details, see #1071.
-
Address an issue that could result in the file system extension not being listed in System Settings
In some cases
PluginKit
fails to discover the file system extension automatically. As a workaround we register the extension explicitly. This issue only affected the FSKit backend. For details, see #1071. -
Optimize the service that is responsible for brokering connections between the file system extension and file system processes
-
Update uninstaller for macFUSE 5
-
Update build script and add target build options
--no-default
and--no-inherit