Release of OSXFUSE 2.7.4 Posted on 08 Jan 2015
Fixes
- Restored compatibility with G5-powered (PPC64) Macs running macOS 10.5. Tracked as issues #121: "Doesn't work in PPC Leopard server!?" and #186: "Fixes for building and running on Leopard"
- Fixed an issue that can cause hangs in case a FUSE file system truncates write requests without returning an error code. Tracked as issues #187: "Truncated direct_io writes cause uninterruptible hangs" and #2: "Fixes hangs on truncated writes"
- Addressed an inconsistency in OSXFUSE.framework. File systems build on top of the Objective-C framework do no longer ignore the
NSFileSize
attribute for directories returned by theattributesOfItemAtPath:userData:error:
callback. Tracked as issue #3: "Set st_size for directories too"