Announcing FUSE for macOS 3.6.0 Posted on 13 Jun 2017
Release Notes
-
Add experimental support for macOS 10.13. This fixes osxfuse/osxfuse#380.
-
Add experimental support for Xcode 9.0
-
Add experimental support for
utime_omit_okwhen building FUSE using the macOS 10.13 SDK.utime_omit_oksupport 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: OKThis addresses osxfuse/osxfuse#376.
-
Minor code cleanup



