1
0
Fork 0

Merging upstream version 1.3.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-20 15:08:12 +01:00
parent ddae1b46ac
commit a1a449adcc
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
9 changed files with 55 additions and 58 deletions

19
NEWS
View file

@ -1,16 +1,5 @@
Changes in version 1.2:
Changes in version 1.3:
Mismatches in member size are now verified. Lzd is now compliant with the
lzip specification; it verifies the 3 integrity factors.
Lzd now accepts (and ignores) the option '-d'. This allows it to be used as
argument to the option '--lz' of the tools from the zutils package.
The warning about "lzd not safe for real work" has been removed.
(Lzd is safe, just not very convenient to use).
10 new test files have been added to the testsuite.
The source code of lzd is now used as a reference in the description of the
media type 'application/lzip'.
See http://datatracker.ietf.org/doc/draft-diaz-lzip
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.