Merging upstream version 0.19.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
84460224b0
commit
b53e340348
28 changed files with 926 additions and 616 deletions
18
ChangeLog
18
ChangeLog
|
@ -1,3 +1,19 @@
|
|||
2021-01-08 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
* Version 0.19 released.
|
||||
* extended.cc: Print a diagnostic for each unknown keyword found.
|
||||
* tarlz.h: Add a missing '#include <sys/types.h>'.
|
||||
|
||||
2020-11-21 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
* Version 0.18 released.
|
||||
* main.cc: 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.
|
||||
* extract.cc: Rename to decode.cc.
|
||||
* tarlz.texi: New section 'Limitations of multi-threaded extraction'.
|
||||
|
||||
2020-07-30 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
* Version 0.17 released.
|
||||
|
@ -146,7 +162,7 @@
|
|||
* Version 0.1 released.
|
||||
|
||||
|
||||
Copyright (C) 2013-2020 Antonio Diaz Diaz.
|
||||
Copyright (C) 2013-2021 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