diff options
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. |