1
0
Fork 0

Merging upstream version 1.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-20 16:23:50 +01:00
parent cea93fa52c
commit 7b6a2620b1
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
14 changed files with 508 additions and 366 deletions

15
NEWS
View file

@ -1,3 +1,14 @@
Changes in version 0.9:
Changes in version 1.0:
Compression time has been reduced by 8%.
New functions:
LZ_decompress_member_finished.
LZ_decompress_member_version.
LZ_decompress_dictionary_size.
LZ_decompress_data_crc.
Variables declared "extern" have been encapsulated in a namespace.
A warning about fchown's return value being ignored has been fixed.
Input_buffer has been integrated in Range_decoder, simplifying the code
and making decompression slightly faster.