Merging upstream version 1.15~pre2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
dcd7b7d39e
commit
8c8d69247f
23 changed files with 249 additions and 188 deletions
8
NEWS
8
NEWS
|
@ -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'.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue