diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-01-23 05:27:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-01-23 05:27:04 +0000 |
commit | 6fd9f279ead32f28a4c8c71c6d6b6b86dd990cb3 (patch) | |
tree | 179874bf52354631bec6fa6bbf82d000ea9377a1 /ChangeLog | |
parent | Adding upstream version 1.23. (diff) | |
download | lzip-6fd9f279ead32f28a4c8c71c6d6b6b86dd990cb3.tar.xz lzip-6fd9f279ead32f28a4c8c71c6d6b6b86dd990cb3.zip |
Adding upstream version 1.24~rc2.upstream/1.24_rc2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 19 insertions, 3 deletions
@@ -1,3 +1,19 @@ +2024-01-19 Antonio Diaz Diaz <antonio@gnu.org> + + * Version 1.24-rc2 released. + * main.cc (main): Make -o preserve date/mode/owner if 1 input file. + +2023-12-21 Antonio Diaz Diaz <antonio@gnu.org> + + * Version 1.24-rc1 released. + * New options '--empty-error' and '--marking-error'. + * main.cc: 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'. + * testsuite: New test files fox6.lz, fox6_mark.lz. + 2022-01-24 Antonio Diaz Diaz <antonio@gnu.org> * Version 1.23 released. @@ -62,7 +78,7 @@ * Decompression time has been reduced by 2%. * main.cc: Continue testing if any input file is a terminal. * main.cc: Show trailing data in both hexadecimal and ASCII. - * encoder.cc (Matchfinder_base): Verify the size passed to new. + * encoder.cc (Matchfinder_base): Check the size passed to new. * lzip_index.cc: Improve detection of bad dict and trailing data. * lzip.h: Unify messages for bad magic, trailing data, etc. @@ -251,7 +267,7 @@ * Lzdiff and lzgrep now accept '-h' for '--help' and '-V' for '--version'. * Makefile.in: Man page is now installed by default. - * check.sh: Verify that files are opened in binary mode. + * check.sh: Check that files are opened in binary mode. 2009-01-24 Antonio Diaz Diaz <ant_diaz@teleline.es> @@ -327,7 +343,7 @@ * Version 0.1 released. -Copyright (C) 2008-2022 Antonio Diaz Diaz. +Copyright (C) 2008-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 |