diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-01-04 10:51:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-01-04 10:51:39 +0000 |
commit | 3508c9cbbf5d2ab24c9a7036c4abf8fa06745e9e (patch) | |
tree | 20c02cb4833271c0f66b4a7cd1b84165293eb097 /ChangeLog | |
parent | Adding upstream version 1.10. (diff) | |
download | lunzip-3508c9cbbf5d2ab24c9a7036c4abf8fa06745e9e.tar.xz lunzip-3508c9cbbf5d2ab24c9a7036c4abf8fa06745e9e.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 | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -1,3 +1,14 @@ +2019-01-01 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. + * configure: Accept appending to CFLAGS, 'CFLAGS+=OPTIONS'. + * INSTALL: Document use of CFLAGS+='-D __USE_MINGW_ANSI_STDIO'. + 2018-02-05 Antonio Diaz Diaz <antonio@gnu.org> * Version 1.10 released. @@ -19,7 +30,7 @@ * 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. 2016-05-12 Antonio Diaz Diaz <antonio@gnu.org> @@ -93,7 +104,7 @@ * Created from the decompression code of clzip 1.1. -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 |