diff options
Diffstat (limited to '')
-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. |