Skip to content

lrzip-next pre-production release v0.11.3

Compare
Choose a tag to compare
@pete4abw pete4abw released this 30 Jun 12:20
· 2 commits to lzma-22.01 since this release
v0.11.3

This release fixes a bug where zpaq compression would fail in some cases where it encounters an incompressible block. This was due to calling the compressBlock() function directly instead of calling compress() in libzpaq.cpp which had been used. This release reverts the change. Also, some outputs in stream.c were enhanced to provide thread data when an error in compression is encountered.