1
0
Fork 0

Adding upstream version 0.7.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-24 03:33:22 +01:00
parent 292223448f
commit 74877b08a1
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
18 changed files with 317 additions and 287 deletions

14
NEWS
View file

@ -1,6 +1,12 @@
Changes in version 0.6:
Changes in version 0.7:
Some small portability problems have been fixed.
Match length limits set by options -1 to -9 have been changed to match
those of lzip 1.11.
The chapter "Program Design" and a description of option "--threads"
have been added to the manual.
A limit has been set on the number of packets produced by decompresor
worker threads to limit the amount of memory used.
Do not show the message "and `--stdout' was not specified" for file
types that can't be read (directories, etc).
A warning about fchown's return value being ignored has been fixed.