diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-01-23 05:36:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-01-23 05:36:48 +0000 |
commit | 00184d655a72ed5a71aa80449250255fb8ac2caa (patch) | |
tree | edfe486934a7174a4a8504eeb8923243407ad2db /ChangeLog | |
parent | Releasing debian version 1.13-6. (diff) | |
download | lunzip-00184d655a72ed5a71aa80449250255fb8ac2caa.tar.xz lunzip-00184d655a72ed5a71aa80449250255fb8ac2caa.zip |
Merging upstream version 1.14~rc1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -1,3 +1,15 @@ +2023-12-21 Antonio Diaz Diaz <antonio@gnu.org> + + * Version 1.14-rc1 released. + * New options '--empty-error' and '--marking-error'. + * main.c: Reformat file diagnostics as 'PROGRAM: FILE: MESSAGE'. + (show_option_error): New function showing argument and option name. + (open_outstream): Create missing intermediate directories. + * lzip.h: Rename verify_* to check_*. + * configure, Makefile.in: New variable 'MAKEINFO'. + * INSTALL: Document use of CFLAGS+='--std=c99 -D_XOPEN_SOURCE=500'. + * testsuite: New test files fox6.lz, fox6_mark.lz. + 2022-01-22 Antonio Diaz Diaz <antonio@gnu.org> * Version 1.13 released. @@ -55,7 +67,7 @@ * Version 1.8 released. * main.c: New option '-a, --trailing-error'. - * main.c (main): With '-u', verify that output file is regular. + * main.c (main): With '-u', check that output file is regular. * main.c (decompress): Print up to 6 bytes of trailing data when '-vvvv' is specified. * decoder.c (LZd_verify_trailer): Remove test of final code. @@ -121,7 +133,7 @@ * Created from the decompression code of clzip 1.1. -Copyright (C) 2010-2022 Antonio Diaz Diaz. +Copyright (C) 2010-2023 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 |