2025-02-20 21:34:11 +01:00
|
|
|
Changes in version 1.15:
|
2025-02-20 16:01:38 +01:00
|
|
|
|
2025-02-20 21:34:33 +01:00
|
|
|
Lzlib now reports a nonzero first LZMA byte as a LZ_data_error.
|
|
|
|
|
|
|
|
minilzip now exits with error status 2 if any empty member is found in a
|
|
|
|
multimember file.
|
|
|
|
|
2025-02-20 21:35:19 +01:00
|
|
|
LZ_Errno, LZ_Encoder, and LZ_Decoder are now declared in lzlib.h as typedef.
|
|
|
|
|
2025-02-20 21:34:11 +01:00
|
|
|
The targets 'lib' and 'bin' have been added to Makefile.in. 'lib' is the new
|
|
|
|
default and builds just the library. 'bin' builds both the library and
|
|
|
|
minilzip.
|
2025-02-20 20:23:05 +01:00
|
|
|
|
2025-02-20 21:34:11 +01:00
|
|
|
minilzip is no longer built by default.
|
2025-02-20 20:23:05 +01:00
|
|
|
|
2025-02-20 21:34:11 +01:00
|
|
|
'install-bin' installs minilzip and its man page again.
|
2025-02-20 16:23:50 +01:00
|
|
|
|
2025-02-20 21:34:58 +01:00
|
|
|
To improve portability, the linker option '--soname' is now used conditionally.
|
|
|
|
(Reported by Michael Sullivan).
|
2025-02-20 21:35:19 +01:00
|
|
|
|
|
|
|
The use of the target 'bin' has been documented in INSTALL.
|