github osxfuse/osxfuse osxfuse-3.9.0
FUSE for macOS 3.9.0

latest releases: macfuse-4.7.2, macfuse-4.7.1, macfuse-4.7.0...
5 years ago
  • Starting with this release, FUSE for macOS will be notarized by Apple and the release disk image signed, in addition to the installer itself.

  • The hardened runtime is enabled for all binaries shipping with FUSE for macOS. Please make sure to disable third party library validation when enabling the hardened runtime for your file system binary, if you are using any FUSE libraries or frameworks.

  • Add support for mount option noautonotify. If the mount option noautonotify is present, FUSE will not post file system change notifications automatically, in case remote changes are detected.

  • Invalidate file attributes after renaming files. An invalidate is required because the file's atime changes due to the rename. Without invalidating, stat(2) calls might return a wrong atime. For details see #568 and osxfuse/kext#12.

  • Drop Bridge Support for the FUSE framework.

Don't miss a new osxfuse release

NewReleases is sending notifications on new releases.