diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 14:25:10 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 14:25:10 +0000 |
commit | 6e28aeaf5536d0286476c71e5f7c7e20cbc17036 (patch) | |
tree | 00e0a83335bbfbf765c8660ab27a199f0c68fce5 /NEWS | |
parent | Adding debian version 1.0-1. (diff) | |
download | pdlzip-6e28aeaf5536d0286476c71e5f7c7e20cbc17036.tar.xz pdlzip-6e28aeaf5536d0286476c71e5f7c7e20cbc17036.zip |
Merging upstream version 1.1.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 16 |
1 files changed, 13 insertions, 3 deletions
@@ -1,5 +1,15 @@ -Changes in version 1.0: +Changes in version 1.1: -Initial release. +Support for decompression of lzma-alone (.lzma) files has been added. -Using LZMA SDK 9.10 from Igor Pavlov. +Match length limit set by options -1 to -8 has been reduced to extend +range of use towards gzip. Lower numbers now compress less but faster. +(-1 now takes 43% less time for only 20% larger compressed size). + +(Note that the bidimensional parameter space of LZMA can't be mapped to +a linear scale optimal for all files. If your files are large, very +repetitive, etc, you may need to use the --match-length and +--dictionary-size options directly to achieve optimal performance). + +Code has been converted to "C89 + long long". A C99 compiler is no more +needed. |