diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 02:42:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 02:42:58 +0000 |
commit | 4018c0232adf2d48237cd919d09a680f3c9eeac4 (patch) | |
tree | 3abb3d3683bda3754ebf21abf882f14369d40549 /NEWS | |
parent | Releasing progress-linux version 1.14-1~progress7.99u1. (diff) | |
download | lzlib-4018c0232adf2d48237cd919d09a680f3c9eeac4.tar.xz lzlib-4018c0232adf2d48237cd919d09a680f3c9eeac4.zip |
Merging upstream version 1.15~pre1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 22 |
1 files changed, 7 insertions, 15 deletions
@@ -1,19 +1,11 @@ -Changes in version 1.14: +Changes in version 1.15: -In minilzip, file diagnostics have been reformatted as 'PROGRAM: FILE: MESSAGE'. +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 minilzip, diagnostics caused by invalid arguments to command-line options -now show the argument and the name of the option. +minilzip is no longer built by default. -The option '-o, --output' of minilzip now preserves dates, permissions, and -ownership of the file, when (de)compressing exactly one file. +'install-bin' installs minilzip and its man page again. -It has been documented in the manual that it is the responsibility of the -program using lzlib to include before 'lzlib.h' some header that declares -the type 'uint8_t'. (Reported by Michal Górny). - -The variable MAKEINFO has been added to configure and Makefile.in. - -It has been documented in INSTALL that when choosing a C standard, the POSIX -features need to be enabled explicitly: - ./configure CFLAGS+='--std=c99 -D_XOPEN_SOURCE=500' +The use of the target 'bin' has been documented in INSTALL. |