Merging upstream version 0.25.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
12495f6c3d
commit
6fabc1cb2f
33 changed files with 317 additions and 280 deletions
16
ChangeLog
16
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2024-01-03 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
* Version 0.25 released.
|
||||
* New option '--ignore-metadata.
|
||||
* create.cc, decode.cc, decode_lz.cc:
|
||||
'#include <sys/types.h>' for major, minor, makedev on BSD systems.
|
||||
* compress.cc: Reformat file diagnostics as 'PROGRAM: FILE: MESSAGE'.
|
||||
(compress_archive): Create missing intermediate directories.
|
||||
* configure, Makefile.in: New variable 'MAKEINFO'.
|
||||
|
||||
2023-09-20 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
* Version 0.24 released.
|
||||
|
@ -42,7 +52,7 @@
|
|||
* main.cc (getnum): Show option name and valid range if error.
|
||||
(check_lib): Check that LZ_API_VERSION and LZ_version_string match.
|
||||
(main): Report an error if -o is used with any operation except -z.
|
||||
* Set variable LIBS from configure.
|
||||
* configure: Set variable LIBS.
|
||||
|
||||
2021-06-14 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
|
@ -59,7 +69,7 @@
|
|||
|
||||
* Version 0.19 released.
|
||||
* extended.cc: Print a diagnostic for each unknown keyword found.
|
||||
* tarlz.h: Add a missing '#include <sys/types.h>'.
|
||||
* tarlz.h: Add a missing '#include <sys/types.h>' for 'mode_t'.
|
||||
|
||||
2020-11-21 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
|
@ -219,7 +229,7 @@
|
|||
* Version 0.1 released.
|
||||
|
||||
|
||||
Copyright (C) 2013-2023 Antonio Diaz Diaz.
|
||||
Copyright (C) 2013-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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue