1
0
Fork 0

Adding upstream version 0.8.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-17 21:09:53 +01:00
parent 481ef88a11
commit 9bbbd387b8
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
28 changed files with 2668 additions and 574 deletions

View file

@ -1,3 +1,39 @@
2018-12-16 Antonio Diaz Diaz <antonio@gnu.org>
* Version 0.8 released.
* Added new option '--anonymous' (--owner=root --group=root).
* extract.cc (decode): 'tarlz -xf foo ./bar' now extracts 'bar'.
* create.cc: Set to zero most fields in extended headers.
* tarlz.texi: Added new chapter 'Amendments to pax format'.
2018-11-23 Antonio Diaz Diaz <antonio@gnu.org>
* Version 0.7 released.
* Added new option '--keep-damaged'.
* Added new option '--no-solid'.
* create.cc (archive_write): Minimize dictionary size.
* create.cc: 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>
* Version 0.6 released.
* Added new option '-A, --concatenate'.
* 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'.
* Makefile.in: Use tarlz in target 'dist'.
2018-09-29 Antonio Diaz Diaz <antonio@gnu.org>
* Version 0.5 released.
* Implemented simplified posix pax format.
* Implemented CRC32-C (Castagnoli) of the extended header data.
* Added new option '--ignore-crc'.
* Added missing #includes for major, minor and makedev.
* tarlz.texi: Documented the new archive format.
2018-04-23 Antonio Diaz Diaz <antonio@gnu.org>
* Version 0.4 released.