summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4651f38..1528dce 100644
--- a/NEWS
+++ b/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.