Release of OSXFUSE 2.3.4
Posted on 08 Sep 2011
Download OSXFUSE 2.3.4
macOS 10.5 to 10.7
Intel or PowerPC
SHA1: 105a8f7aaa95b0f0204093df8d6035687f73bb10
Fixes
- Fixed a bug that triggered a system-wide deadlock, if multiple MacFUSE volumes are mounted. This issue had been introduced in OSXFUSE 2.3.1 and affected solely MacFUSE file systems based on one of the user space C libraries,
libfuse
or libfuse_ino64
. Objective-C file systems based on MacFUSE.framework
did not trigger the deadlock. Tracked as issue #10: "Deadlock when multiple MacFUSE file systems are mounted".
- Fixed an issue that prevented the kernel extension from loading on macOS 10.5 (PowerPC). This was caused by a bug in
llvm-gcc-4.2
. Tracked as issue #9: "osxfusefs.kext does not load on OS X 10.5/ppc".
- Fixed an issue that caused 64 bit PowerPC file systems to crash. This was caused by
llvm-gcc-4.2
.
Changes
- Switched to
gcc-4.2
as default compiler to address several compatibility issues with llvm-gcc-4.2
on macOS 10.5.