1
0
Fork 0

Merging upstream version 1.5.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-20 15:09:30 +01:00
parent ee850f05f4
commit bc1883f769
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
14 changed files with 77 additions and 48 deletions

9
NEWS
View file

@ -1,4 +1,7 @@
Changes in version 1.4:
Changes in version 1.5:
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).
lzd now exits with error status 2 if any empty member is found in a
multimember file.
lzd now exits with error status 2 if the first byte of the LZMA stream is
not 0.