1
0
Fork 0

Merging upstream version 1.4.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-20 15:08:50 +01:00
parent d5fbfe6549
commit 5a79dbf791
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
8 changed files with 79 additions and 88 deletions

7
NEWS
View file

@ -1,5 +1,4 @@
Changes in version 1.3:
Changes in version 1.4:
Lzd now discards the first byte of the LZMA stream explicity (instead of
shifting 1 extra byte in the initialization of 'code') to make the intent
clearer.
Define constants 'header_size' and 'trailer_size' instead of using 6 and 20.
(Lzd is supposed to be educational, and using numbers is bad practice).