Releases: macos-fuse-t/fuse-t
Releases · macos-fuse-t/fuse-t
1.0.13 Release
- Non implemented SETATTR operation will return success to macOS (Compatibility)
- Fixed a crash when the same file is opened more than once
- Added fuse-t.framework to allow embedding fuse-t into an app. Be sure to follow the licensing terms (Experimental)
1.0.13a PreRelease
- Add macos framework in /Library/Frameworks/fuse_t.framework
1.0.12 Release
Changes:
- In the previous version fuse.open() flags were set to maximum available permissions according to the file mode bits: (read/write) even when a read operation was requested. This version doesn't upgrade open flags.
Bug fixes: - rclone works with no-cache mode
1.0.11 Release
Bug fix:
- statfs() not being called when using -o volname=... option
1.0.10 Release
- Fix some extended attributes operations
- Fix a crash when a filename is not a valid UTF8 string
1.0.8 Release
- Previous package didn't include x86 version of fuse-t server
1.0.7 Release
- Better synchronize changes made on remote side. (When mounting a real file system such as sshfs)
- Added pkgconfig support. (pkg-config fuse-t [options])
1.0.6 Release
Bug fixes:
- Prevent crashes on process exit and unmount
- Installer creates /usr/local folder if doesn't exist and places fuse headers in /usr/local/fuse
- Uninstaller removes static libraries
v1.0.5 Release
- Improved IO
Added "rwsize" mount option parameter for tweaking NFS read and write data size (default value 32768) - Minor bug fixes
1.0.4 Release
- Add flush() call on every close() (Compatibility with some filesystems)
- Issue statfs() call only on mount for better performance