Releases: vasi/squashfuse
Releases · vasi/squashfuse
Release 0.5.2
Release 0.5.1
- Fix 32-bit builds
- Add nix as a supported build type
Release 0.5.0
- Add
--notify_fd
option
Release 0.4.0
- Restore the library api from 0.2.0, adding
_with_subdir
to functions that have the new subdir functionality.
Release 0.3.0
What's Changed
- Add
--subdir
option for mounting a subdirectory - Enable multithreading in squashfuse_ll by default
Full Changelog: 0.2.0...0.3.0
Release 0.2.0
- Fix bug that swapped the "trusted" and "security" extended attribute prefixes, often resulting in "No data available" errors
- Add multithreading support to squashfuse_ll, disabled by default but can be enabled with
configure --enable-multithreading
- Improve SIGTERM handling to do lazy unmount
- Add "-o uid" and "-o gid" options to squashfuse_ll, similar to the corresponding FUSE library for high-level options
- Add support for LZMA legacy images
- Add squashfuse_ll man page and reconcile help messages with man pages
- Fix code to work with c99
Minor optimizations, build, and documentation changes
What's Changed
- Use optimized linux byteswap macros if available. by @kevin-vigor in #53
- Fix "No such file or directory" when launched with empty fd 0. by @kevin-vigor in #55
- Negative cache failed lookups. This saves a FUSE operation when by @kevin-vigor in #56
- Split squashfuse_ll into a lib and executable by @haampie in #59
- Remove redundant #if in ll header by @haampie in #61
- Add CI for NetBSD by @vasi in #62
- Move CI away from Travis by @vasi in #63
- Update FreeBSD CI job to build on 12.3 by @emaste in #71
New Contributors
- @kevin-vigor made their first contribution in #53
- @haampie made their first contribution in #59
Full Changelog: 0.1.104...0.1.105
Minor bug fixes and improvements
- Various bug fixes, new platform support
- Support libfuse version 3.
- MacOS idle timeout support
Release 0.1.103
Fix crash bug when underlying IO fails. Fix scanf format to be C99 compliant.
Release 0.1.102
This release supports a new feature for squashfuse_ll to automatically unmount a squashfuse mount if it has not been accessed in a certain amount of time. To use this, mount with the -o timeout=SECONDS
option.