Skip to content

Releases: macos-fuse-t/fuse-t

1.0.13 Release

28 Feb 09:03
6190246
Compare
Choose a tag to compare
  • 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

25 Feb 15:46
6190246
Compare
Choose a tag to compare
1.0.13a PreRelease Pre-release
Pre-release
  • Add macos framework in /Library/Frameworks/fuse_t.framework

1.0.12 Release

26 Jan 20:56
a0ab9b7
Compare
Choose a tag to compare

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

24 Jan 17:31
9d17247
Compare
Choose a tag to compare

Bug fix:

  • statfs() not being called when using -o volname=... option

1.0.10 Release

21 Jan 19:28
357c5d3
Compare
Choose a tag to compare
  • Fix some extended attributes operations
  • Fix a crash when a filename is not a valid UTF8 string

1.0.8 Release

30 Nov 08:54
87fc480
Compare
Choose a tag to compare
  • Previous package didn't include x86 version of fuse-t server

1.0.7 Release

29 Nov 12:34
a9cae66
Compare
Choose a tag to compare
  • 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

14 Nov 13:40
c15d6f3
Compare
Choose a tag to compare

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

24 Oct 08:51
82b9bac
Compare
Choose a tag to compare
  • 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

07 Oct 15:46
8e3ab38
Compare
Choose a tag to compare
  • Add flush() call on every close() (Compatibility with some filesystems)
  • Issue statfs() call only on mount for better performance