summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 14:25:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 14:25:58 +0000
commitba33de40d6674e5d94bfae3d1a20648cd5ba4fba (patch)
tree56fad1ae369f72a13426af15677dcead81c1eb0b /NEWS
parentInitial commit. (diff)
downloadlzlib-ba33de40d6674e5d94bfae3d1a20648cd5ba4fba.tar.xz
lzlib-ba33de40d6674e5d94bfae3d1a20648cd5ba4fba.zip
Adding upstream version 1.13.upstream/1.13upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..e2ceb38
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,15 @@
+Changes in version 1.13:
+
+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).
+
+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 --check-lib' now checks that LZ_API_VERSION and LZ_version_string
+match.
+
+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).