X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=c16b04db09931f45665d09a9d7665e07edf6a0e5;hb=dcedecad2b35e64057ba8264fd6fd0bc0723eff2;hp=e14a2d09cbc829506727714203b384fe227113bf;hpb=889b8a10461d0f02ee7f3229856f9377c690db26;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index e14a2d0..c16b04d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,43 @@ +2004-12-20 Sergey Poznyakoff + + Released version 1.15. Sources up to this point are + tagged release_1_15. + + * configure.ac: Raised version number to 1.15 + * NEWS: Likewise + * directory: Updated + * bootstrap (update_po): Give -r to wget. Always remove index.html + Ignore alloca-opt module (it duplicates alloca) + + * tests/Makefile.am: Distribute star/quicktest.sh + * tests/star/README: Document quicktest.sh + * tests/star/qucktest.sh: Removed. + * tests/star/quicktest.sh: New file. + +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. + 2004-11-27 Paul Eggert Adjust to recent gnulib changes.