diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-12-28 09:51:38 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-12-28 09:51:38 +0000 |
commit | 48fe8b80e2592f26cae686b0b99547b76018aeb1 (patch) | |
tree | 5391d0686afd42f555af3f66f948998077e6a508 /ChangeLog | |
parent | Adding upstream version 0.4. (diff) | |
download | tarlz-48fe8b80e2592f26cae686b0b99547b76018aeb1.tar.xz tarlz-48fe8b80e2592f26cae686b0b99547b76018aeb1.zip |
Adding upstream version 0.8.upstream/0.8
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -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. |