Skip to content

Releases: vasi/squashfuse

Release 0.5.2

22 Feb 15:27
775b4cc
Compare
Choose a tag to compare
  • No code changes, just changing the tag style back to what it was, without a v prefix.

Release 0.5.1

19 Feb 15:06
a325260
Compare
Choose a tag to compare
  • Fix 32-bit builds
  • Add nix as a supported build type

Release 0.5.0

13 Sep 14:53
3f4dd29
Compare
Choose a tag to compare
  • Add --notify_fd option

Release 0.4.0

30 Jul 23:52
d7e660a
Compare
Choose a tag to compare
  • Restore the library api from 0.2.0, adding _with_subdir to functions that have the new subdir functionality.

Release 0.3.0

27 Jul 18:07
a7754e8
Compare
Choose a tag to compare

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

30 Jun 19:51
7ce9d15
Compare
Choose a tag to compare
  • 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

27 Jun 14:20
d1d7dda
Compare
Choose a tag to compare

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

Full Changelog: 0.1.104...0.1.105

Minor bug fixes and improvements

27 Mar 21:48
Compare
Choose a tag to compare
  • Various bug fixes, new platform support
  • Support libfuse version 3.
  • MacOS idle timeout support

Release 0.1.103

04 Apr 05:46
Compare
Choose a tag to compare

Fix crash bug when underlying IO fails. Fix scanf format to be C99 compliant.

Release 0.1.102

01 Mar 00:20
3998713
Compare
Choose a tag to compare

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.