X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=de1848f86d384d7f3e617b97e8f59a4f16c765e5;hb=a183d6f7f5006794d7b039289a5bcdd04ef50ede;hp=bdfcddf3784fe63b8ace6915d4708078fc9d7e4d;hpb=47dd75e87b411876e5ca45dfdcd8fb9a6b8a4dbf;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index bdfcddf..de1848f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,41 @@ -2006-05-05 Sergey Poznyakoff +2006-05-13 Sergey Poznyakoff + + * THANKS: Update + * src/buffer.c (read_header0): Use read_header_primitive to avoid + clubbering current_tar_info. All callers updated. + * src/common.h (read_header_primitive): New function + * src/extract.c (extract_volhdr): New function + (prepare_to_extract): Use extract_volhdr as extractor for volume + names. + * src/list.c (read_header_primitive): New function + (read_header): Front end for read_header_primitive + * tests/Makefile.am (TESTSUITE_AT): Add chtype.at, volsize.at + (check-full): New target. + * tests/atlocal.in (TEST_DATA_URL,STAR_DATA_URL) + (STAR_TESTSCRIPTS): Provide default values. + (tarball_prereq): New function + * tests/testsuite.at (AT_TARBALL_PREREQ): New defun + (AT_STAR_PREREQ): Rewrite using tarball_prereq + Include chtype.at and volsize.at + * tests/volume.at: Add keywords. + + * tests/star/gtarfail.at, tests/star/gtarfail2.at, + tests/star/multi-fail.at, tests/star/pax-big-10g.at, + tests/star/ustar-big-2g.at, tests/star/ustar-big-8g.at + (AT_STAR_PREREQ): Provide md5 sum. + +2006-05-08 Sergey Poznyakoff + + * tests/testsuite.at (AT_SORT_PREREQ, AT_UNPRIVILEGED_PREREQ): New + defines + + * tests/extrac04.at, tests/incr03.at, tests/listed02.at, + tests/pipe.at, tests/rename01.at, tests/rename02.at, + tests/rename03.at, tests/same-order01.at: Call + AT_SORT_PREREQ. Remove fd 2 redirection after calls to sort + * ignfail.at: Call AT_UNPRIVILEGED_PREREQ + +2006-05-08 Sergey Poznyakoff Listed incremental backups: keep more information about directories. Handle renamed directories more effectively