diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:33:57 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:33:57 +0000 |
commit | 86d8a187c1da626287cc436debbb5658b1884f03 (patch) | |
tree | a6de2c2105c0f6b78ec2b3a3d234636cb664da01 /NEWS | |
parent | Adding debian version 0.9-4. (diff) | |
download | plzip-86d8a187c1da626287cc436debbb5658b1884f03.tar.xz plzip-86d8a187c1da626287cc436debbb5658b1884f03.zip |
Merging upstream version 1.0~rc1.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 20 |
1 files changed, 8 insertions, 12 deletions
@@ -1,17 +1,13 @@ -Changes in version 0.8: +Changes in version 1.0: -The option "-F, --recompress", which forces recompression of files whose -name already has the ".lz" or ".tlz" suffix, has been added. +Scalability of compression (max number of useful worker threads) has +been increased. -The options "-d, --decompress" and "-t, --test" now also show -compression ratio. +Scalability when decompressing from/to regular files has been increased. -Inability to change output file attributes has been downgraded from -error to warning. +The number of worker threads is now limited to the number of members in +the input file when decompressing from a regular file. -A small change has been made in the "--help" output and man page. +The target "install-as-lzip" has been added to the Makefile. -Quote characters in messages have been changed as advised by GNU Coding -Standards. - -Stdin and stdout are now set in binary mode on OS2. +The target "install-bin" has been added to the Makefile. |