Skip to content

2.0.6 - Christmas Special

Compare
Choose a tag to compare
@Dead2 Dead2 released this 24 Dec 13:22
· 856 commits to develop since this release

This update backports a few fixes and a lot of improvements to the tests.

The most important fix is the one that fixes potential hangs on macOS.
The buffer overwrite in minideflate is not as severe because the minideflate tool is primarily used for testing, and likely not widely used by others.
The incorrect deflateBound and compressBound might cause reduced performance or potentially compression failure if the application does not re-try compression when zlib-ng runs out of space in the output buffer.

Changes since 2.0.5: