2025-02-24 04:16:09 +01:00
|
|
|
Changes in version 1.8:
|
2025-02-24 03:22:05 +01:00
|
|
|
|
2025-02-24 04:16:09 +01:00
|
|
|
The new options '--in-slots' and '--out-slots', setting the number of input
|
|
|
|
and output packets buffered during streamed decompression, have been added.
|
|
|
|
Increasing the number of packets may increase decompression speed, but
|
|
|
|
requires more memory.
|
2025-02-24 04:12:55 +01:00
|
|
|
|
2025-02-24 04:16:09 +01:00
|
|
|
The default number of input packets buffered per worker thread when
|
|
|
|
decompressing from non-seekable input has been increased from 2 to 4.
|
2025-02-24 04:12:55 +01:00
|
|
|
|
2025-02-24 04:16:09 +01:00
|
|
|
The default number of output packets buffered per worker thread when
|
|
|
|
decompressing to non-seekable output has been increased from 32 to 64.
|
2025-02-24 04:15:24 +01:00
|
|
|
|
2025-02-24 04:16:09 +01:00
|
|
|
Detection of forbidden combinations of characters in trailing data has been
|
|
|
|
improved.
|
2025-02-24 04:15:24 +01:00
|
|
|
|
2025-02-24 04:16:09 +01:00
|
|
|
Errors are now also checked when closing the input file.
|
2025-02-24 04:15:24 +01:00
|
|
|
|
2025-02-24 04:16:09 +01:00
|
|
|
The descriptions of '-0..-9', '-m' and '-s' in the manual have been
|
|
|
|
improved.
|
2025-02-24 04:15:24 +01:00
|
|
|
|
2025-02-24 04:16:09 +01:00
|
|
|
The configure script now accepts the option '--with-mingw' to enable the
|
|
|
|
compilation of plzip under MS Windows (with the MinGW compiler). Use with
|
|
|
|
care. The Windows I/O functions used are not guaranteed to be thread safe.
|
|
|
|
(Code based on a patch by Hannes Domani).
|
2025-02-24 04:15:24 +01:00
|
|
|
|
2025-02-24 04:16:09 +01:00
|
|
|
The configure script now accepts appending options to CXXFLAGS using the
|
|
|
|
syntax 'CXXFLAGS+=OPTIONS'.
|
2025-02-24 04:15:24 +01:00
|
|
|
|
2025-02-24 04:16:09 +01:00
|
|
|
It has been documented in INSTALL the use of
|
|
|
|
CXXFLAGS+='-D __USE_MINGW_ANSI_STDIO' when compiling on MinGW.
|