2025-02-23 19:24:32 +01:00
|
|
|
Changes in version 1.10:
|
2025-02-23 19:07:50 +01:00
|
|
|
|
2025-02-23 19:24:32 +01:00
|
|
|
Compression level '-0' now uses a dictionary size of 64 KiB instead of
|
|
|
|
1 MiB.
|
2025-02-23 19:15:00 +01:00
|
|
|
|
2025-02-23 19:24:32 +01:00
|
|
|
Errors are now also checked when closing the input file.
|
2025-02-23 19:23:49 +01:00
|
|
|
|
2025-02-23 19:24:32 +01:00
|
|
|
Pdlzip now compiles on DOS with DJGPP. (Patch from Robert Riebisch).
|
2025-02-23 19:23:49 +01:00
|
|
|
|
2025-02-23 19:24:32 +01:00
|
|
|
The configure script now accepts appending options to CFLAGS using the
|
|
|
|
syntax 'CFLAGS+=OPTIONS'.
|
2025-02-23 19:23:49 +01:00
|
|
|
|
2025-02-23 19:24:32 +01:00
|
|
|
It has been documented in INSTALL the use of
|
|
|
|
CFLAGS+='-D __USE_MINGW_ANSI_STDIO' when compiling on MinGW.
|