1
0
Fork 0

Merging upstream version 0.3.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-24 03:25:27 +01:00
parent 0e913c7a20
commit 5b23556820
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
11 changed files with 455 additions and 814 deletions

13
NEWS
View file

@ -1,4 +1,11 @@
Changes in version 0.2:
Changes in version 0.3:
Lzip options "--dictionary-size" and "--match-length" have been
implemented.
New option "--data-size" has been added.
Output file is now removed if plzip is interrupted.
This version automatically chooses the smallest possible dictionary size
for each member during compression, saving memory during decompression.
Regular files are now open in binary mode in non-POSIX platforms
defining the O_BINARY macro.