2025-02-17 21:10:53 +01:00
|
|
|
2019-01-22 Antonio Diaz Diaz <antonio@gnu.org>
|
|
|
|
|
|
|
|
* Version 0.9 released.
|
|
|
|
* Implemented multi-threaded '-t, --list'.
|
|
|
|
* Added new option '-n, --threads'.
|
|
|
|
* Recognize global pax headers. Ignore them for now.
|
|
|
|
* strtoul has been replaced with length-safe parsers.
|
|
|
|
* tarlz.texi: Added new chapter 'Limitations of parallel tar decoding'.
|
|
|
|
|
2025-02-17 21:10:01 +01:00
|
|
|
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.
|
|
|
|
|
2025-02-17 21:04:20 +01:00
|
|
|
2018-04-23 Antonio Diaz Diaz <antonio@gnu.org>
|
|
|
|
|
|
|
|
* Version 0.4 released.
|
|
|
|
* Added some missing #includes.
|
|
|
|
* main.cc: Open files in binary mode on OS2.
|
|
|
|
|
|
|
|
2018-03-19 Antonio Diaz Diaz <antonio@gnu.org>
|
|
|
|
|
|
|
|
* Version 0.3 released.
|
|
|
|
* Project renamed to 'tarlz' from 'pmtar' (Poor Man's Tar).
|
|
|
|
* Added new option '-C, --directory'.
|
|
|
|
* Implemented lzip compression of members at archive creation.
|
|
|
|
* Added new option '-r, --append'.
|
|
|
|
* Added new options '--owner', '--group'.
|
|
|
|
* Added new options '--asolid', '--dsolid', '--solid'.
|
|
|
|
* Implemented file appending to compressed archive.
|
|
|
|
* Implemented transparent decompression of the archive.
|
|
|
|
* Implemented skipping over damaged (un)compressed members.
|
|
|
|
* Implemented recursive extraction/listing of directories.
|
|
|
|
* Implemented verbose extract/list output.
|
|
|
|
* tarlz.texi: New file.
|
|
|
|
|
|
|
|
2014-01-22 Antonio Diaz Diaz <antonio@gnu.org>
|
|
|
|
|
|
|
|
* Version 0.2 released.
|
|
|
|
* configure: Options now accept a separate argument.
|
|
|
|
|
|
|
|
2013-02-16 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
|
|
|
|
|
|
|
* Version 0.1 released.
|
|
|
|
|
|
|
|
|
2025-02-17 21:10:53 +01:00
|
|
|
Copyright (C) 2013-2019 Antonio Diaz Diaz.
|
2025-02-17 21:04:20 +01:00
|
|
|
|
|
|
|
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
|
|
|
|
modify it.
|