1
0
Fork 0

Merging upstream version 0.21.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-17 21:16:04 +01:00
parent 337c761a4d
commit 0703aa798f
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
27 changed files with 961 additions and 324 deletions

View file

@ -1,3 +1,15 @@
2021-06-14 Antonio Diaz Diaz <antonio@gnu.org>
* Version 0.21 released.
* Lzlib 1.12 or newer is now required.
* decode.cc (decode): Skip members without name except when listing.
decode_lz.cc (dworker): Likewise. (Reported by Florian Schmaus).
* New options '-z, --compress' and '-o, --output'.
* New option '--warn-newer'.
* tarlz.texi (Portable character set): Link to moe section on Unicode.
(Invoking tarlz): Document concatenation to standard output.
* check.sh: Fix the '--diff' test on OS/2.
2021-01-08 Antonio Diaz Diaz <antonio@gnu.org>
* Version 0.19 released.