1
0
Fork 0

Adding upstream version 0.26.

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

View file

@ -1,7 +1,20 @@
2024-12-07 Antonio Diaz Diaz <antonio@gnu.org>
* Version 0.26 released.
* decode.cc (decode), delete.cc (delete_members):
Return 2 if any empty lzip member is found in a multimember archive.
* create_lz.cc, decode_lz.cc:
Change 'deliver_packet' to 'deliver_packets'.
* create.cc (copy_file): Show file name if read error.
* tarlz.texi: New chapter 'Syntax of command-line arguments'.
* check.sh: Use 'cp' instead of 'cat'.
Skip time stamps out of range or not recognized by system tools.
(Reported by J Dean).
2024-01-03 Antonio Diaz Diaz <antonio@gnu.org>
* Version 0.25 released.
* New option '--ignore-metadata.
* 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'.
@ -74,7 +87,7 @@
2020-11-21 Antonio Diaz Diaz <antonio@gnu.org>
* Version 0.18 released.
* main.cc: New option '--check-lib'.
* New option '--check-lib'.
* Implement multi-threaded '-x, --extract'.
* Don't #include <sys/sysmacros.h> when compiling on OS2.
* delete.cc, delete_lz.cc: Use Archive_reader.
@ -201,7 +214,7 @@
* Version 0.4 released.
* Add some missing #includes.
* main.cc: Open files in binary mode on OS2.
* main.cc (main): Open files in binary mode on OS2.
2018-03-19 Antonio Diaz Diaz <antonio@gnu.org>
@ -231,6 +244,5 @@
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
modify it.
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 modify it.