diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-01-23 05:49:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-01-23 05:50:00 +0000 |
commit | 12326d715eafc241fcbd076d078cdc6171c98076 (patch) | |
tree | df1f839e27e78ffa62b039c14257e6eeca474bad /ChangeLog | |
parent | Releasing debian version 0.7-7. (diff) | |
download | xlunzip-12326d715eafc241fcbd076d078cdc6171c98076.tar.xz xlunzip-12326d715eafc241fcbd076d078cdc6171c98076.zip |
Merging upstream version 0.8.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -1,3 +1,14 @@ +2024-01-18 Antonio Diaz Diaz <antonio@gnu.org> + + * Version 0.8 released. + * main.c: Reformat file diagnostics as 'PROGRAM: FILE: MESSAGE'. + (getnum): Show option name and valid range if error. + (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_*. + * configure, Makefile.in: New variable 'MAKEINFO'. + * INSTALL: Document use of CFLAGS+='--std=c99 -D_XOPEN_SOURCE=500'. + 2021-01-01 Antonio Diaz Diaz <antonio@gnu.org> * Version 0.7 released. @@ -22,7 +33,7 @@ * main.c: Set a valid invocation_name even if argc == 0. * Document extraction from tar.lz in '--help' output and man page. * main.c: Compile on DOS with DJGPP. - * configure: Accept appending to CFLAGS, 'CFLAGS+=OPTIONS'. + * configure: Accept appending to CFLAGS; 'CFLAGS+=OPTIONS'. * testsuite: Add 9 new test files. 2018-09-18 Antonio Diaz Diaz <antonio@gnu.org> @@ -56,7 +67,7 @@ * Tests the code shipped in linux patches before june 2018. -Copyright (C) 2016-2021 Antonio Diaz Diaz. +Copyright (C) 2016-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 |