From 72be44917bc19be536d1413c0f122cf5f2414263 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 6 Nov 2015 12:29:58 +0100 Subject: Merging upstream version 1.1~rc2. Signed-off-by: Daniel Baumann --- NEWS | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index f68b1ca..e74d0b8 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,24 @@ -Changes in version 1.0: +Changes in version 1.1: -Initial release. +Code has been converted to "C89 + long long". A C99 compiler is no more +needed. -Translated to C from the C++ source for lzip 1.10. +A warning about fchown's return value being ignored has been fixed. + +"clzip -tvvvv" now shows file compression ratio. + +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). + +Compression of option -9 has been slightly increased. + +Do not show the message "and `--stdout' was not specified" for file +types that can't be read (directories, etc). + +Some new examples have been added to the manual. -- cgit v1.2.3