X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=58873bdb820454b7d33d1d63bd8ae1b3b775d8a2;hb=01d61882973471f72122667e186331fdb6eee342;hp=7eb4832dc956fd72af7f80f809a255e93a1a9a14;hpb=1a8141ab8a63f4a83e4d9a859be7592fb04f9eff;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 7eb4832..58873bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-11-13 Sergey Poznyakoff + + * src/xheader.c (mtime_coder): Treat non-null data as a pointer to + struct timespec, overriding st->mtime + * src/create.c (start_header): Pass mtime as a call-specific data + to xheader_store. + + * tests/truncate.at: Do not use 'k' modifier in dd options. + * tests/append02.at: Do not depend on command timing. + 2006-11-01 Sergey Poznyakoff * src/tar.c (enum read_file_list_state.file_list_skip): New value @@ -16,7 +26,7 @@ 2006-10-31 Sergey Poznyakoff * src/extract.c, src/xheader.c: Call last_component instead of - base_name. The latter returns a malloced string since 2006-03-11. + base_name. The latter returns a malloced string since 2006-03-11. 2006-10-21 Sergey Poznyakoff