diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:36:59 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:36:59 +0000 |
commit | 3d3968e451576fa317143140cb93242dba81f418 (patch) | |
tree | edb3c6b69183c590ba38029242bd01614e426818 /NEWS | |
parent | Adding debian version 1.1-1. (diff) | |
download | plzip-3d3968e451576fa317143140cb93242dba81f418.tar.xz plzip-3d3968e451576fa317143140cb93242dba81f418.zip |
Merging upstream version 1.2~pre1.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -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". |