1
0
Fork 0

Merging upstream version 1.2~pre1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-24 04:03:21 +01:00
parent 55c26d29ff
commit c229ba10a7
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
20 changed files with 280 additions and 243 deletions

12
NEWS
View file

@ -1,5 +1,11 @@
Changes in version 1.1:
Changes in version 1.2:
Plzip now shows the progress of compression at verbosity level 2 (-vv).
Copying of file dates, permissions, and ownership now behaves like "cp -p".
(If the user ID or the group ID can't be duplicated, the file permission
bits S_ISUID and S_ISGID are cleared).
Signals "SIGUSR1" and "SIGUSR2" are no more used to signal a fatal error.
Individual limits have been set on the number of packets produced by
each decompresor worker thread to limit the amount of memory used in all
cases.
"plzip.texinfo" has been renamed to "plzip.texi".