Skip to content

Releases: vasi/squashfuse

Release 0.6.2

Choose a tag to compare

@DrDaveD DrDaveD released this 01 Jun 21:34
4379253
  • Fix segfault with long extended attributes
  • pkg-config --static squashfuse now includes all private dependencies, which is required for static linking
  • Update Windows and freebsd CI checks

Release 0.6.1

Choose a tag to compare

@vasi vasi released this 26 Apr 05:53
  • Build out-of-the-box with FUSE-T
  • Disable parts of tests that fail on macOS

Release 0.6.0

Choose a tag to compare

@DrDaveD DrDaveD released this 04 Mar 21:40
ac22ad1
  • Add . and .. in directory listings.
  • Add --enable-broken-directory-offsets configure option to compensate for a macOS FUSE-T bug.

Release 0.5.2

Choose a tag to compare

@DrDaveD DrDaveD released this 22 Feb 15:27
775b4cc
  • No code changes, just changing the tag style back to what it was, without a v prefix.

Release 0.5.1

Choose a tag to compare

@DrDaveD DrDaveD released this 19 Feb 15:06
a325260
  • Fix 32-bit builds
  • Add nix as a supported build type

Release 0.5.0

Choose a tag to compare

@DrDaveD DrDaveD released this 13 Sep 14:53
3f4dd29
  • Add --notify_fd option

Release 0.4.0

Choose a tag to compare

@DrDaveD DrDaveD released this 30 Jul 23:52
d7e660a
  • Restore the library api from 0.2.0, adding _with_subdir to functions that have the new subdir functionality.

Release 0.3.0

Choose a tag to compare

@DrDaveD DrDaveD released this 27 Jul 18:07
a7754e8

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

Choose a tag to compare

@DrDaveD DrDaveD released this 30 Jun 19:51
7ce9d15
  • 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

Choose a tag to compare

@chipturner chipturner released this 27 Jun 14:20
d1d7dda

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