diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-12-28 09:51:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-12-28 10:41:35 +0000 |
commit | 26b83028e3780d376c7941705cd815362c48747c (patch) | |
tree | ac524db76f5def03a0c6eaf9b37acedd5c27ed16 /ChangeLog | |
parent | Releasing debian version 0.4-3. (diff) | |
download | tarlz-26b83028e3780d376c7941705cd815362c48747c.tar.xz tarlz-26b83028e3780d376c7941705cd815362c48747c.zip |
Merging upstream version 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. |