X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=NEWS;h=88fc67c254604e4db261dacde7dbb9d1f19bcedb;hb=df2ff9e4e495a32a962f6a1e61cca714503cbed3;hp=e1743391344aa1c47889cac4dac54a7db74fbd53;hpb=edf35a92f8e0fe2cfcd2df5b94d042860635e7f1;p=chaz%2Ftar diff --git a/NEWS b/NEWS index e174339..88fc67c 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,24 @@ GNU tar NEWS - User visible changes. Copyright 1994, 1995-1998, 1999 Free Software Foundation, Inc. +version 1.13.15 - Paul Eggert, 1999-12-03. + +* If a file's ctime changes when being archived, report an error. + Previously tar looked at mtime, which missed some errors. + +version 1.13.14 - Paul Eggert, 1999-11-07. + +* New translations ja, pt_BR. +* New options --help and --version for rmt. +* Ignore Solaris door files when creating an archive. + +version 1.13.13 - Paul Eggert, 1999-10-11. + +* Invalid headers in tar files now elicit errors, not just warnings. +* `tar --version' output conforms to the latest GNU coding standards. +* If you specify an invalid date, `tar' now substitutes (time_t) -1. +* `configure --with-dmalloc' is no longer available. + version 1.13.12 - Paul Eggert, 1999-09-24. * `tar' now supports hard links to symbolic links. @@ -27,6 +45,8 @@ version 1.13.12 - Paul Eggert, 1999-09-24. that an archive contains garbage at the end. It attempts to extract as many files as possible from the good data before the garbage. +* A read error now causes a nonzero exit status, not just a warning. + * Some diagnostics have been reworded for consistency.