From 89e9e81557d766e9db5034ed9b9f660323fd4c62 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 15:25:03 +0100 Subject: Adding upstream version 1.1. Signed-off-by: Daniel Baumann --- NEWS | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 327a372..f6d4638 100644 --- a/NEWS +++ b/NEWS @@ -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. -- cgit v1.2.3