github osxfuse/osxfuse osxfuse-3.6.0
FUSE for macOS 3.6.0

latest releases: macfuse-4.7.1, macfuse-4.7.0, macfuse-4.6.2...
6 years ago
  • Add experimental support for macOS 10.13. This fixes #380.

  • Add experimental support for Xcode 9.0

  • Add experimental support for utime_omit_ok when building FUSE using the macOS 10.13 SDK. utime_omit_ok support is disabled in this release.

  • Fix an issue that can cause network file systems to be unmounted in case a file is removed and then re-created remotely.

    If a file disappears "behind our back" the corresponding vnode is soft-revoked. If a new file appears with the same inode number we need to make sure not to reuse the revoked vnode. For details see osxfuse/kext#7.

  • Starting with version 3.6.0 official FUSE for macOS releases will be signed with the OpenPGP key 0x135F164B411BAA1F4A4BCD37617A3461802608A1.

    After importing the key you can verify downloaded release files using the following commands:

    $ gpg2 --verify osxfuse-3.6.0.sha256.sig 
    gpg: assuming signed data in 'osxfuse-3.6.0.sha256'
    gpg: Signature made Tue Jun 13 00:14:24 2017 CEST
    gpg:                using RSA key 135F164B411BAA1F4A4BCD37617A3461802608A1
    gpg: Good signature from "Benjamin Fleischer <fleiben@gmail.com>"
    $ shasum -a 256 -c osxfuse-3.6.0.sha256
    osxfuse-3.6.0.dmg: OK
    osxfuse-3.6.0-debug.tbz: OK
    

    This addresses #376.

  • Minor code cleanup

Don't miss a new osxfuse release

NewReleases is sending notifications on new releases.