diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2025-01-15 04:08:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2025-01-15 04:08:18 +0000 |
commit | 7e63a7cbc3db6d7d3ee39cafacccaa69b28ff727 (patch) | |
tree | bcc3908e29107273021f3d2a6ac375b6af346735 /NEWS | |
parent | Releasing debian version 1.15~rc1-1. (diff) | |
download | lzlib-7e63a7cbc3db6d7d3ee39cafacccaa69b28ff727.tar.xz lzlib-7e63a7cbc3db6d7d3ee39cafacccaa69b28ff727.zip |
Merging upstream version 1.15.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -5,6 +5,8 @@ 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. +LZ_Errno, LZ_Encoder, and LZ_Decoder are now declared in lzlib.h as typedef. + 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. @@ -13,7 +15,7 @@ minilzip is no longer built by default. 'install-bin' installs minilzip and its man page again. -The use of the target 'bin' has been documented in INSTALL. - To improve portability, the linker option '--soname' is now used conditionally. (Reported by Michael Sullivan). + +The use of the target 'bin' has been documented in INSTALL. |