X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=58873bdb820454b7d33d1d63bd8ae1b3b775d8a2;hb=01d61882973471f72122667e186331fdb6eee342;hp=8c79f94b7bc370c1a56fdd98f8d7dd8cb8717477;hpb=73d4c40a874947e0d329d9d1319adbbe5af050b5;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 8c79f94..58873bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,32 @@ +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 + (read_name_from_file): Skip zero-length entries + + * tests/T-empty.at: New test case + * tests/T-null.at: New test case + * tests/extrac07.at: New test case + * tests/Makefile.am: Add new test cases. + * tests/testsuite.at: Add new test cases. + * tests/extrac02.at: Add more keywords + * tests/extrac04.at: Likewise + * tests/extrac06.at: Likewise + * tests/shortrec.at: Do not assume tar's default archive is stdout + 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