From 18cc9814761e1b87c81168fd495f54d27176bf71 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 23 Jan 2024 15:39:08 +0100 Subject: Merging upstream version 1.14. Signed-off-by: Daniel Baumann --- ChangeLog | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8d7da96..f178fe7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,19 @@ +2024-01-20 Antonio Diaz Diaz + + * Version 1.14 released. + * minilzip.c: Reformat file diagnostics as 'PROGRAM: FILE: MESSAGE'. + (show_option_error): New function showing argument and option name. + (main): Make -o preserve date/mode/owner if 1 input file. + * lzip.h: Rename verify_* to check_*. + * lzlib.texi: Document the need to declare uint8_t before lzlib.h. + (Reported by Michal Górny). + * configure, Makefile.in: New variable 'MAKEINFO'. + * INSTALL: Document use of CFLAGS+='--std=c99 -D_XOPEN_SOURCE=500'. + 2022-01-23 Antonio Diaz Diaz * Version 1.13 released. - * Set variables AR and ARFLAGS from configure. - (Reported by Hoël Bézier). + * configure: Set variables AR and ARFLAGS. (Reported by Hoël Bézier). * main.c: Rename to minilzip.c. * minilzip.c (getnum): Show option name and valid range if error. (check_lib): Check that LZ_API_VERSION and LZ_version_string match. @@ -29,7 +40,7 @@ Do not open output if input is a terminal. Replace 'decompressed', 'compressed' with 'out', 'in' in output. Set a valid invocation_name even if argc == 0. - * lzlib.texi: Document the new way of verifying the library version. + * lzlib.texi: Document the new way of checking the library version. Document that 'LZ_(de)compress_close' and 'LZ_(de)compress_errno' can be called with a null argument. Document that sync flush marker is not allowed in lzip files. @@ -158,8 +169,8 @@ * encoder.h, encoder.cc: Optimize pair price calculations, reducing compression time for large values of '--match-length' by up to 6%. * main.cc: New option '-F, --recompress'. - * Makefile.in: 'make install' no longer tries to run - '/sbin/ldconfig' on systems lacking it. + * Makefile.in: 'make install' no longer tries to run '/sbin/ldconfig' + on systems lacking it. 2011-01-03 Antonio Diaz Diaz @@ -248,7 +259,7 @@ * Version 0.1 released. -Copyright (C) 2009-2022 Antonio Diaz Diaz. +Copyright (C) 2009-2024 Antonio Diaz Diaz. This file is a collection of facts, and thus it is not copyrightable, but just in case, you have unlimited permission to copy, distribute, and -- cgit v1.2.3