Skip to content

Releases: macos-fuse-t/fuse-t

1.0.3 Release

02 Oct 12:07
3f53367
Compare
Choose a tag to compare
  • Compatibility fix with ntfs-3g: Use a fuse nodeid as a file handle instead of inode

1.0.2 Release

25 Sep 21:18
f1cd29b
Compare
Choose a tag to compare
  • 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

12 Sep 19:15
099e44a
Compare
Choose a tag to compare
1.0.1 PreRelease Pre-release
Pre-release

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

03 Sep 18:25
3cb5f0c
Compare
Choose a tag to compare
Pre-release

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