1
0
Fork 0

Merging upstream version 0.4.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-24 03:26:25 +01:00
parent 43289af9b1
commit 4ebe6b69a5
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
14 changed files with 750 additions and 727 deletions

13
NEWS
View file

@ -1,11 +1,6 @@
Changes in version 0.3:
Changes in version 0.4:
New option "--data-size" has been added.
The option "--version" now shows the version of lzlib being used.
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.
A code reorganization has been made. The new class "Packet_courier" now
coordinates data movement and synchronization among threads.