summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 7 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index e2ceb38..94f6a9a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,11 @@
-Changes in version 1.13:
+Changes in version 1.15:
-The variables AR and ARFLAGS can now be set from configure. (Before you
-needed to run 'make AR=<ar_command>'. (Reported by Hoël Bézier).
+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.
-In case of error in a numerical argument to a command line option, minilzip
-now shows the name of the option and the range of valid values.
+minilzip is no longer built by default.
-'minilzip --check-lib' now checks that LZ_API_VERSION and LZ_version_string
-match.
+'install-bin' installs minilzip and its man page again.
-Several descriptions have been improved in manual, '--help', and man page.
-
-The texinfo category of the manual has been changed from 'Data Compression'
-to 'Compression' to match that of gzip. (Reported by Alfred M. Szmidt).
+The use of the target 'bin' has been documented in INSTALL.