Adding upstream version 0.22.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
cc1b855cb3
commit
22f7f3575c
30 changed files with 307 additions and 182 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,11 @@
|
|||
2022-01-05 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
* Version 0.22 released.
|
||||
* main.cc (getnum): Show option name and valid range if error.
|
||||
(check_lib): Check that LZ_API_VERSION and LZ_version_string match.
|
||||
(main): Report an error if -o is used with any operation except -z.
|
||||
* Set variable LIBS from configure.
|
||||
|
||||
2021-06-14 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
* Version 0.21 released.
|
||||
|
@ -130,13 +138,13 @@
|
|||
* Option '--ignore-crc' replaced with '--missing-crc'.
|
||||
* create.cc (add_member): Test that uid, gid, mtime, devmajor
|
||||
and devminor are in ustar range.
|
||||
* configure: Accept appending to CXXFLAGS, 'CXXFLAGS+=OPTIONS'.
|
||||
* configure: Accept appending to CXXFLAGS; 'CXXFLAGS+=OPTIONS'.
|
||||
* Makefile.in: Use tarlz in target 'dist'.
|
||||
|
||||
2018-09-29 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
* Version 0.5 released.
|
||||
* Implement simplified posix pax format.
|
||||
* Implement simplified POSIX pax format.
|
||||
* Implement CRC32-C (Castagnoli) of the extended header data.
|
||||
* New option '--ignore-crc'.
|
||||
* Add missing #includes for major, minor and makedev.
|
||||
|
@ -174,7 +182,7 @@
|
|||
* Version 0.1 released.
|
||||
|
||||
|
||||
Copyright (C) 2013-2021 Antonio Diaz Diaz.
|
||||
Copyright (C) 2013-2022 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