Skip to content

1.1.7

Choose a tag to compare

@github-actions github-actions released this 24 Oct 17:46
· 163 commits to master since this release
b27b659
  • rename unbzip3 as bunzip3 for bzip2/gzip/lzip/... compatibility.
  • high level api for libbzip3: bz3_bound, bz3_compress and bz3_decompress.
  • more robust decompression; safety checks for the RLE and LZP steps.
  • documentation for the frame format.
  • examples of bzip3 API usage, AFL fuzzing instructions.
  • bz3_version API function
  • more robust I/O handling and fsync (linux only) calls to ensure a correct I/O transaction.