From: Sergey Poznyakoff Date: Fri, 5 Oct 2007 11:21:40 +0000 (+0000) Subject: Update X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=05c6da4c6265b11ebde1771cb31b42599fc0fb47 Update --- diff --git a/ChangeLog b/ChangeLog index 1b83cab..890e43a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-10-05 Sergey Poznyakoff + + * src/create.c (dump_regular_file): Fix file padding in case of + truncation to zero size. + * NEWS: Update + 2007-10-04 Sergey Poznyakoff * tests/T-null.at: Use AT_DATA for sample output. diff --git a/NEWS b/NEWS index 09b5981..f754e82 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU tar NEWS - User visible changes. 2007-09-29 +GNU tar NEWS - User visible changes. 2007-10-05 Please send GNU tar bug reports to @@ -37,6 +37,8 @@ code 0. It is fixed. Tar now issues the following diagnostic message: * Fix double-dot recognition in archive member names in case of duplicate '/.'. +* Fix file padding in case of truncation of the input file to zero size. + version 1.18 - Sergey Poznyakoff, 2007-06-29