Merging upstream version 1.11.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
37996bac79
commit
bb8f341eba
27 changed files with 614 additions and 442 deletions
18
ChangeLog
18
ChangeLog
|
@ -1,3 +1,19 @@
|
|||
2019-01-02 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
* Version 1.11 released.
|
||||
* File_* renamed to Lzip_*.
|
||||
* LZ_decompress_read: Don't return error until all data is read.
|
||||
* decoder.c (LZd_decode_member): Decode truncated data until EOF.
|
||||
* main.c: Don't allow mixing different operations (-d and -t).
|
||||
* main.c: Check return value of close( infd ).
|
||||
* main.c: Compile on DOS with DJGPP.
|
||||
* lzlib.texi: Improved descriptions of '-0..-9', '-m' and '-s'.
|
||||
Document that 'LZ_(de)compress_finish' can be called repeatedly.
|
||||
* configure: Accept appending to CFLAGS, 'CFLAGS+=OPTIONS'.
|
||||
* Makefile.in: Targets 'install-bin*' renamed to 'install-lib*'.
|
||||
* Makefile.in: Targets 'install-bin*' now install minilzip.
|
||||
* INSTALL: Document use of CFLAGS+='-D __USE_MINGW_ANSI_STDIO'.
|
||||
|
||||
2018-02-07 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
* Version 1.10 released.
|
||||
|
@ -188,7 +204,7 @@
|
|||
* Version 0.1 released.
|
||||
|
||||
|
||||
Copyright (C) 2009-2018 Antonio Diaz Diaz.
|
||||
Copyright (C) 2009-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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue