From 14424b83ce5966bf2a6be5d2496c7570f50e8bdd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 4 Jan 2019 11:58:08 +0100 Subject: Merging upstream version 1.10. Signed-off-by: Daniel Baumann --- NEWS | 30 +++++++++--------------------- 1 file changed, 9 insertions(+), 21 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index d99cfae..bd181ae 100644 --- a/NEWS +++ b/NEWS @@ -1,26 +1,14 @@ -Changes in version 1.9: +Changes in version 1.10: -The option '--loose-trailing', has been added. +Compression level '-0' now uses a dictionary size of 64 KiB instead of +1 MiB. -The test used by pdlzip to discriminate trailing data from a corrupt -header in multimember or concatenated files has been improved to a -Hamming distance (HD) of 3, and the 3 bit flips must happen in different -magic bytes for the test to fail. As a consequence some kinds of files -no longer can be appended to a lzip file as trailing data unless the -'--loose-trailing' option is used when decompressing. -Lziprecover can be used to remove conflicting trailing data from a file. +Errors are now also checked when closing the input file. -The 'bits/byte' ratio has been replaced with the inverse compression -ratio in the output. +Pdlzip now compiles on DOS with DJGPP. (Patch from Robert Riebisch). -A final diagnostic is now shown at verbosity level 1 (-v) or higher if -any file fails the test when testing multiple files. +The configure script now accepts appending options to CFLAGS using the +syntax 'CFLAGS+=OPTIONS'. -A second '.lz' extension is no longer added to the argument of '-o' if -it already ends in '.lz' or '.tlz'. - -In case of (de)compressed size mismatch, the stored size is now also -shown in hexadecimal to ease visual comparison. - -The dictionary size is now shown at verbosity level 4 (-vvvv) when -decompressing or testing. +It has been documented in INSTALL the use of +CFLAGS+='-D __USE_MINGW_ANSI_STDIO' when compiling on MinGW. -- cgit v1.2.3