2025-02-20 21:33:45 +01:00
|
|
|
|
Changes in version 1.14:
|
2025-02-20 16:01:38 +01:00
|
|
|
|
|
2025-02-20 21:33:45 +01:00
|
|
|
|
In minilzip, file diagnostics have been reformatted as 'PROGRAM: FILE: MESSAGE'.
|
2025-02-20 20:23:05 +01:00
|
|
|
|
|
2025-02-20 21:33:45 +01:00
|
|
|
|
In minilzip, diagnostics caused by invalid arguments to command-line options
|
|
|
|
|
now show the argument and the name of the option.
|
2025-02-20 20:23:05 +01:00
|
|
|
|
|
2025-02-20 21:33:45 +01:00
|
|
|
|
The option '-o, --output' of minilzip now preserves dates, permissions, and
|
|
|
|
|
ownership of the file, when (de)compressing exactly one file.
|
2025-02-20 16:23:50 +01:00
|
|
|
|
|
2025-02-20 21:33:45 +01:00
|
|
|
|
It has been documented in the manual that it is the responsibility of the
|
|
|
|
|
program using lzlib to include before 'lzlib.h' some header that declares
|
|
|
|
|
the type 'uint8_t'. (Reported by Michal G<>rny).
|
2025-02-20 21:23:49 +01:00
|
|
|
|
|
2025-02-20 21:33:45 +01:00
|
|
|
|
The variable MAKEINFO has been added to configure and Makefile.in.
|
|
|
|
|
|
|
|
|
|
It has been documented in INSTALL that when choosing a C standard, the POSIX
|
|
|
|
|
features need to be enabled explicitly:
|
|
|
|
|
./configure CFLAGS+='--std=c99 -D_XOPEN_SOURCE=500'
|