Skip to content

Releases: vasi/squashfuse

Release 0.6.1

26 Apr 05:53

Choose a tag to compare

  • Build out-of-the-box with FUSE-T
  • Disable parts of tests that fail on macOS

Release 0.6.0

04 Mar 21:40
ac22ad1

Choose a tag to compare

  • Add . and .. in directory listings.
  • Add --enable-broken-directory-offsets configure option to compensate for a macOS FUSE-T bug.

Release 0.5.2

22 Feb 15:27
775b4cc

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

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

Choose a tag to compare

  • Add --notify_fd option

Release 0.4.0

30 Jul 23:52
d7e660a

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

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

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

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

Choose a tag to compare

  • Various bug fixes, new platform support
  • Support libfuse version 3.
  • MacOS idle timeout support