Merging upstream version 0.24.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
b3a4316df0
commit
d842f57fc5
33 changed files with 905 additions and 882 deletions
23
ChangeLog
23
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2023-09-20 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
* Version 0.24 released.
|
||||
* decode.cc (decode), common_decode.cc (check_skip_filename):
|
||||
Make option '-C' position-dependent also for diff and extract.
|
||||
(Reported by Devon Sean McCullough).
|
||||
* create.cc (encode): Deduct '--uncompressed' from archive name ext.
|
||||
* compress.cc (show_atpos_error): New function showing errno msg.
|
||||
(compress_archive): Exit with error status 2 if archive is empty.
|
||||
* Limit the size of a header set (extended+ustar) to INT_MAX.
|
||||
* check.sh: Fix '--diff' test on OS/2 again. (Reported by Elbert Pol).
|
||||
|
||||
2022-09-23 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
* Version 0.23 released.
|
||||
|
@ -40,9 +52,8 @@
|
|||
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.
|
||||
* tarlz.texi (Invoking tarlz): Document concatenation to stdout.
|
||||
* check.sh: Fix the '--diff' test on OS/2. (Reported by Elbert Pol).
|
||||
|
||||
2021-01-08 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
|
@ -154,7 +165,7 @@
|
|||
* New option '--keep-damaged'.
|
||||
* New option '--no-solid'.
|
||||
* create.cc (archive_write): Minimize dictionary size.
|
||||
* create.cc: Detect and skip archive in '-A', '-c', and '-r'.
|
||||
Detect and skip archive in '-A', '-c', and '-r'.
|
||||
* main.cc (show_version): Show the version of lzlib being used.
|
||||
|
||||
2018-10-19 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
@ -162,7 +173,7 @@
|
|||
* Version 0.6 released.
|
||||
* New option '-A, --concatenate'.
|
||||
* Option '--ignore-crc' replaced with '--missing-crc'.
|
||||
* create.cc (add_member): Verify that uid, gid, mtime, devmajor,
|
||||
* create.cc (add_member): Check that uid, gid, mtime, devmajor,
|
||||
and devminor are in ustar range.
|
||||
* configure: Accept appending to CXXFLAGS; 'CXXFLAGS+=OPTIONS'.
|
||||
* Makefile.in: Use tarlz in target 'dist'.
|
||||
|
@ -208,7 +219,7 @@
|
|||
* Version 0.1 released.
|
||||
|
||||
|
||||
Copyright (C) 2013-2022 Antonio Diaz Diaz.
|
||||
Copyright (C) 2013-2023 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