Skip to content

Release 1.0.4

Compare
Choose a tag to compare
@alexlarsson alexlarsson released this 29 May 12:26
· 145 commits to main since this release
v1.0.4
7623e4d

Changes since 1.0.4:

  • Added LCFS_MOUNT_FLAGS_TRY_VERITY/tryverity mount option to do best-effort fs-verity
  • Use the new loewerdir+ and datadir+ overlayfs mount options from linux 6.6
  • mkcomposefs is now multi-threaded when computing digests and copying files
  • mkcomposefs now uses copy_file_range when copying files
  • Added some initial rust crates to handle composefs dump files
  • Added fuzz tests
  • Documentation updates
  • Fix some crashes and leaks
  • Improve error reporting
  • Fix build on various libc types and versions