1
0
Fork 0

Merging upstream version 1.15~pre2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-20 21:34:33 +01:00
parent dcd7b7d39e
commit 8c8d69247f
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
23 changed files with 249 additions and 188 deletions

8
NEWS
View file

@ -1,5 +1,10 @@
Changes in version 1.15:
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.
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.
@ -9,3 +14,6 @@ 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 no longer used.
Instead the shared library is written to 'liblz.so.1'.