diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -1,10 +1,12 @@ -Changes in version 1.17: +Changes in version 1.18: -The compression code has been reorganized to ease the porting of the -fast encoder to clzip and lzlib. +The option "-a, --trailing-error", which makes lzip exit with error +status 2 if any remaining input is detected after decompressing the last +member, has been added. -The new chapter "Quality assurance" has been added to the manual. +Decompression time has been reduced by 2%. -The targets "install-compress", "install-strip-compress", -"install-info-compress" and "install-man-compress" have been added to -the Makefile. +The new chapter "Trailing data" has been added to the manual. + +Fixed a harmless check failure on Windows caused by the failed +comparison of a message in text mode. |