Merging upstream version 1.15.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e735d4f439
commit
fd935bd59c
27 changed files with 89 additions and 90 deletions
6
NEWS
6
NEWS
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue