Releases: macos-fuse-t/fuse-t
Releases · macos-fuse-t/fuse-t
1.0.3 Release
- Compatibility fix with ntfs-3g: Use a fuse nodeid as a file handle instead of inode
1.0.2 Release
- Fixed: unmounting a fuse volume terminates the fuse process
- Fixed: time modification works with a caveat: access and modification time cannot be set separately
- Fixed: statfs returns correct results
1.0.1 PreRelease
Changes from the previous release
- Stability fixes related to using git and compilation on fuse volumes
- Fixed a bug that prevented mounting two fuse volumes at the same time
What this packages installs
- libfuse headers in /usr/local/include/fuse
- libfuse-t.dylib shared library in /usr/local/lib
- NFS server in /usr/local/bin/go-nfsv4
- package files in /Library/Application Support
First pre-release version
This is a first pre-release version of FUSE-T for testing
What this packages installs
- libfuse headers in /usr/local/include/fuse
- libfuse-t.dylib shared library in /usr/local/lib
- NFS server in /usr/local/bin/go-nfsv4
- package files in /Library/Application Support
Known issues:
- File locks are not implemented yet