diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-01-02 07:58:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-01-02 07:58:50 +0000 |
commit | dbb626a17cceeca84102d7d7eebf7218d4471375 (patch) | |
tree | bf76e46a6dba453e188a4be02c053d6b0a462b99 /ChangeLog | |
parent | Releasing debian version 1.13-6. (diff) | |
download | clzip-dbb626a17cceeca84102d7d7eebf7218d4471375.tar.xz clzip-dbb626a17cceeca84102d7d7eebf7218d4471375.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 | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ +2023-12-20 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-24 Antonio Diaz Diaz <antonio@gnu.org> * Version 1.13 released. @@ -160,7 +172,7 @@ * Translated to C from the C++ source of lzip 1.10. -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 |