1
0
Fork 0

Merging upstream version 0.9.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-20 16:22:56 +01:00
parent 02aa1afa91
commit 88c15894f0
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
15 changed files with 230 additions and 159 deletions

29
NEWS
View file

@ -1,28 +1,3 @@
Changes in version 0.8:
Changes in version 0.9:
API changes:
New functions:
LZ_decompress_reset
LZ_decompress_sync_to_member
LZ_decompress_write_size
LZ_strerror
Names and types for values of dictionary size limits have been changed
to make interface names consistent.
"LZ_errno" has been replaced with "LZ_Errno".
"void *" has been replaced with "struct LZ_Encoder *" and
"struct LZ_Decoder *" to make interface type safe.
A truncated member trailer is now correctly detected.
LZ_compress_restart_member is now able to restart a finished stream.
Lzlib now only accepts query or close operations after a fatal error has
occurred.
Shared version of lzlib is no more built by default. Use
"configure --enable-shared" to build it.
The "COPYING" file is no more used for testing decompression.
Compression time has been reduced by 8%.