diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-01-08 17:20:05 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-01-08 17:20:05 +0000 |
commit | 8c5c614b4137a9c6d31d15dab679a9a83260ba4c (patch) | |
tree | 95c123a85cf741387920efd8c885ffb7539a7c2a /ChangeLog | |
parent | Adding upstream version 1.10. (diff) | |
download | clzip-8c5c614b4137a9c6d31d15dab679a9a83260ba4c.tar.xz clzip-8c5c614b4137a9c6d31d15dab679a9a83260ba4c.zip |
Adding upstream version 1.11.upstream/1.11
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 17 insertions, 5 deletions
@@ -1,7 +1,19 @@ +2019-01-03 Antonio Diaz Diaz <antonio@gnu.org> + + * Version 1.11 released. + * File_* renamed to Lzip_*. + * lzip.h (Lzip_trailer): New function 'Lt_verify_consistency'. + * lzip_index.c: Detect some kinds of corrupt trailers. + * main.c (main): Check return value of close( infd ). + * main.c: Compile on DOS with DJGPP. + * clzip.texi: Improved descriptions of '-0..-9', '-m' and '-s'. + * configure: Accept appending to CFLAGS, 'CFLAGS+=OPTIONS'. + * INSTALL: Document use of CFLAGS+='-D __USE_MINGW_ANSI_STDIO'. + 2018-02-06 Antonio Diaz Diaz <antonio@gnu.org> * Version 1.10 released. - * main.c: Added new option '--loose-trailing'. + * Added new option '--loose-trailing'. * Improved corrupt header detection to HD=3. * main.c: Show corrupt or truncated header in multimember file. * main.c (main): Option '-S, --volume-size' now keeps input files. @@ -25,14 +37,14 @@ * Decompression time has been reduced by 7%. * main.c: Continue testing if any input file is a terminal. * main.c: Show trailing data in both hexadecimal and ASCII. - * file_index.c: Improve detection of bad dict and trailing data. + * lzip_index.c: Improve detection of bad dict and trailing data. * lzip.h: Unified messages for bad magic, trailing data, etc. * clzip.texi: Added missing chapters from lzip.texi. 2016-05-13 Antonio Diaz Diaz <antonio@gnu.org> * Version 1.8 released. - * main.c: Added new option '-a, --trailing-error'. + * Added new option '-a, --trailing-error'. * main.c (decompress): Print up to 6 bytes of trailing data when '-vvvv' is specified. * decoder.c (LZd_verify_trailer): Removed test of final code. @@ -92,7 +104,7 @@ 2011-05-18 Antonio Diaz Diaz <ant_diaz@teleline.es> * Version 1.2 released. - * main.c: Added new option '-F, --recompress'. + * Added new option '-F, --recompress'. * main.c (decompress): Print only one status line for each multimember file when only one '-v' is specified. * encoder.h (Lee_update_prices): Update high length symbol prices @@ -125,7 +137,7 @@ * Translated to C from the C++ source of lzip 1.10. -Copyright (C) 2010-2018 Antonio Diaz Diaz. +Copyright (C) 2010-2019 Antonio Diaz Diaz. This file is a collection of facts, and thus it is not copyrightable, but just in case, you have unlimited permission to copy, distribute and |