X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=93c6aa14f74474c33f14a2b60cb5d3f598a9cd38;hb=c57578749567440267a0e979834567d01588566b;hp=7efd48455ae2cb0601a6d1c44835415a7ef91b47;hpb=2e7378e819bd6fcfe07ce7ae396c246ae5b63c14;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 7efd484..93c6aa1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2004-12-18 Sergey Poznyakoff + + * NEWS: Updated + * doc/tar.texi: Document auto-detection of compressed archive + formats. + * src/tar.c (decode_options): Ignore --seek if used with --delete. + Delete.c is based on the assumption that the archive is being + actually read, not lseeked. + + * tests/delete05.at: New file + * tests/extrac02.at: Fixed typo in AT_SETUP + * tests/Makefile.am: Added delete05.at + * tests/testsuite.at: Likewise. + +2004-12-17 Sergey Poznyakoff + + * src/delete.c (delete_archive_members): Bugfix: when + attempting to delete an unexisting member, the last + blocking_factor blocks were zeroed. + 2004-12-14 Paul Eggert * TODO: Mention sub-second resolution, lutimes, lchmod.