Skip to content

2.4.0

Compare
Choose a tag to compare
@reynir reynir released this 30 Mar 17:31
· 113 commits to main since this release
fa05f16

CHANGES:

  • Switch to alcotest for tests (@MisterDA, review by @reynir, #121)
  • BREAKING: fix ustar magic version. Previously, the version "0\000" was
    serialized instead of the correct version "00". This means tar archives may
    not be reproducable with older versions. (@reynir, @hannesm, #117 and #122)
  • Remove ppx_cstructdependency (@hannesm, review by @reynir, #117)
  • Properly skip Pax GlobalExtendedHeaders (@MisterDA, @reynir, #116 and #118)