1
0
Fork 0

Merging upstream version 0.26.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-17 21:27:57 +01:00
parent 7185f44b62
commit 180f99b04d
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
44 changed files with 610 additions and 505 deletions

17
NEWS
View file

@ -1,14 +1,13 @@
Changes in version 0.25:
Changes in version 0.26:
The new option '--ignore-metadata', which makes '-d, --diff' ignore
differences in file permissions, owner and group IDs, and modification time,
has been added.
tarlz now exits with error status 2 if any empty lzip member is found in a
multimember compressed archive.
'#include <sys/types.h>' for major, minor, makedev on BSD systems.
Scalability of parallel compressed creation and decoding has been increased.
File diagnostics of '-z' have been reformatted as 'PROGRAM: FILE: MESSAGE'.
A diagnostic message for read error has been improved.
The option '-o, --output' now creates missing intermediate directories when
compressing to a file.
The chapter 'Syntax of command-line arguments' has been added to the manual.
The variable MAKEINFO has been added to configure and Makefile.in.
'make check' now skips time stamps out of range or not recognized by system
tools. (Reported by J Dean).