1
0
Fork 0

Adding upstream version 1.15.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-20 21:35:13 +01:00
parent 597f6b9db7
commit 9ea10ecd96
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
27 changed files with 89 additions and 90 deletions

6
NEWS
View file

@ -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.