X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=NEWS;h=4a3a2a2339c31fc4c5f72ec9e2858565d327b892;hb=c634f2c6f11ad0ac8c8b868bebe6c98626f86e96;hp=c25d04f105bfc215aaffff4b56508cc9296108d5;hpb=5416153391152c1d894fbae391ba1ccd6f9d1e0e;p=chaz%2Ftar diff --git a/NEWS b/NEWS index c25d04f..4a3a2a2 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,20 @@ -GNU tar NEWS - User visible changes. 2007-06-29 +GNU tar NEWS - User visible changes. 2007-08-24 Please send GNU tar bug reports to + +version 1.18.1 (CVS) + +* Fix --version output. + +* Recognition of broken archive. + +When supplied an archive smaller than 512 bytes in reading mode (-x, +-t), the previous version of tar silently ignored it, exiting with +code 0. It is fixed. Tar now issues the following diagnostic message: +'This does not look like a tar archive', and exits with code 2. + +* Fix double-dot recognition in archive member names in case of duplicate '/.'. + version 1.18 - Sergey Poznyakoff, 2007-06-29