Release of OSXFUSE 2.6.4
Posted on 01 Apr 2014
Download OSXFUSE 2.6.4
macOS 10.5 to 10.9
Intel or PowerPC
SHA1: f1411713e7562b379ffe46370bdc7965b02d30ec
New Features
- Added support for case insensitive FUSE file systems. The macro
FUSE_ENABLE_CASE_INSENSITIVE
can be used in the FUSE init callback to mark the volume as case insensitive. See loopback.c (commit d9a5986) for details.
Please note that FUSE_ENABLE_CASE_INSENSITIVE
does not make a FUSE volume case insensitive. It only tells the system that the volume should be treated as such.
Changes
- Added support for Xcode 5.1
- Xcode 5.1 does no longer support Objective-C Garbage Collection. Therefore Garbage Collection support has been disabled for OSXFUSE.framework. As a result the framework is now incompatible with applications using Objective-C Garbage Collection.