diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-01-23 05:31:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-01-23 05:31:48 +0000 |
commit | 9845662681ec82b0fa7a43a77d6ca23cf88a840b (patch) | |
tree | 1948c183ae1c82950b71f81f4675e5bae9eeb5c6 /ChangeLog | |
parent | Releasing debian version 1.24~pre1-2. (diff) | |
download | lziprecover-9845662681ec82b0fa7a43a77d6ca23cf88a840b.tar.xz lziprecover-9845662681ec82b0fa7a43a77d6ca23cf88a840b.zip |
Merging upstream version 1.24.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -1,14 +1,19 @@ -2023-06-14 Antonio Diaz Diaz <antonio@gnu.org> +2024-01-20 Antonio Diaz Diaz <antonio@gnu.org> - * Version 1.24-pre1 released. + * Version 1.24 released. * New options '--empty-error', '--marking-error', '--clear-marking'. * dump_remove.cc, main.cc: Accept 'empty' in --dump, --remove, --strip. * main.cc: Rename '--repair' to '--byte-repair'. Rename '--debug-repair' to '--debug-byte-repair'. + 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. + (open_outstream): Create missing intermediate directories. * lzip.h: Rename verify_* to check_*. - * unzcrash.cc: Rename '--no-verify' to '--no-check'. * repair.cc: Rename to byte_repair.cc. + * unzcrash.cc: Rename '--no-verify' to '--no-check'. + * configure, Makefile.in: New variable 'MAKEINFO'. + * Makefile.in: Remove target 'install-as-lzip'; -e needs a real lzip. * testsuite: New test files test_3m.txt.lz.md5, fox6_mark.lz. 2022-01-21 Antonio Diaz Diaz <antonio@gnu.org> @@ -239,7 +244,7 @@ * unzcrash.cc: Test all 1-byte errors. -Copyright (C) 2009-2023 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 |