1
0
Fork 0

Merging upstream version 0.4.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-20 16:01:38 +01:00
parent 3de47bdbc0
commit a40555eef7
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
16 changed files with 536 additions and 317 deletions

11
NEWS
View file

@ -1,3 +1,10 @@
Changes in version 0.3:
Changes in version 0.4:
Lzilib is now built as a shared library (in addition to static).
Partial flush of the compressed data has been implemented with the
function LZ_compress_sync_flush.
The function LZ_compress_write_size has been added.
Decompression speed has been improved.
The chapter "Buffering" has been added to the manual.