Releases: kahing/catfs
Releases · kahing/catfs
v0.9.0
- Add compatibility with 32-bit systems, #14
- Add compatibility with macOS, #10
- Daemonize by default
- Pass through FUSE options, #6
- Plug leaks in
copy_splice
- Support mounting via fstab
- Update many dependencies
Built with rustc 1.58.1
Thanks @jonringer and @yjh0502 for opening pull requests to improve catfs!
v0.8.0 - updated dependencies
v0.7.0 - more deadlock fixes
v0.6.0 - deadlock dead
v0.5.0 - parallelized everything
v0.4.0 - better compatibility with goofys
Fixed a compatibility issue with goofys. Pass-through ftruncate call instead of converting them to posix_fallocate when the file is extended.