2025-02-20 21:27:58 +01:00
|
|
|
Changes in version 1.11:
|
2025-02-20 15:54:58 +01:00
|
|
|
|
2025-02-20 21:27:58 +01:00
|
|
|
In case of decompression error caused by corrupt or truncated data,
|
|
|
|
LZ_decompress_read now does not signal the error immediately to the
|
|
|
|
application, but waits until all decoded bytes have been read. This
|
|
|
|
allows tools like tarlz to recover as much data as possible from damaged
|
|
|
|
members.
|
2025-02-20 20:22:54 +01:00
|
|
|
|
2025-02-20 21:27:58 +01:00
|
|
|
It is now an error to specify two different operations to minilzip in
|
|
|
|
the command line (--decompress and --test).
|
2025-02-20 20:22:54 +01:00
|
|
|
|
2025-02-20 21:27:58 +01:00
|
|
|
Minilzip now also checks for errors when closing the input file.
|
2025-02-20 16:23:41 +01:00
|
|
|
|
2025-02-20 21:27:58 +01:00
|
|
|
Minilzip now compiles on DOS with DJGPP. (Patch from Robert Riebisch).
|
2025-02-20 21:23:39 +01:00
|
|
|
|
2025-02-20 21:27:58 +01:00
|
|
|
The descriptions of '-0..-9', '-m' and '-s' in the manual have been
|
|
|
|
improved.
|
2025-02-20 21:25:43 +01:00
|
|
|
|
2025-02-20 21:27:58 +01:00
|
|
|
It has been documented that it is safe to call 'LZ_(de)compress_finish'
|
|
|
|
as many times as needed. Examples in the manual have been simplified.
|
2025-02-20 21:25:43 +01:00
|
|
|
|
2025-02-20 21:27:58 +01:00
|
|
|
The configure script now accepts appending options to CFLAGS using the
|
|
|
|
syntax 'CFLAGS+=OPTIONS'.
|
2025-02-20 21:25:43 +01:00
|
|
|
|
2025-02-20 21:27:58 +01:00
|
|
|
Makefile targets 'install-bin*' have been renamed to 'install-lib*'. New
|
|
|
|
'install-bin*' targets have been created that install a shared minilzip,
|
|
|
|
or a static minilzip if the shared library has not been configured.
|
2025-02-20 21:25:43 +01:00
|
|
|
|
2025-02-20 21:27:58 +01:00
|
|
|
It has been documented in INSTALL the use of
|
|
|
|
CFLAGS+='-D __USE_MINGW_ANSI_STDIO' when compiling on MinGW.
|