diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 22 |
1 files changed, 10 insertions, 12 deletions
@@ -1,16 +1,14 @@ -Changes in version 1.2: +Changes in version 1.3: -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). +Testing of a non-seekable file or of standard input now uses up to 30 +MiB less memory per thread. -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. +"-dvvv" and "-tvvv" now show the dictionary size of the first member, +producing the same output as lzip for single-member files. -The approximate amount of memory required has been documented in the -manual. +Chapters "Memory requirements" and "Minimum file sizes" have been added +to the manual. -"plzip.texinfo" has been renamed to "plzip.texi". - -The license has been changed to GPL version 2 or later. +The targets "install-compress", "install-strip-compress", +"install-info-compress" and "install-man-compress" have been added to +the Makefile. |