X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=56061b6a8c857485e4fe833a0b1bdee6f4885675;hb=a5da71b1421e2f6850d3057aef837e67ded012e3;hp=d2cdc6ce812acfc904e4fae981271736d0c9b318;hpb=3fbdf738dea0a84dc96d490dc4895ccdbfc8fc37;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index d2cdc6c..56061b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2005-12-01 Sergey Poznyakoff + + * src/extract.c: Fix restoring of directory timestamps from + incremental archives. + (directories_first): New variable. + (prepare_to_extract): Set directories_first + (extract_archive): Call apply_nonancestor_delayed_set_stat() only + if not extracting from an incremental archive + (extract_dir): Obtain root_device here, to make sure it works + correctly with -C. + + * src/incremen.c (purge_directory): Skip the member and return if + the archive is not in incremental format. + * tests/incr02.at: New testcase + * tests/Makefile.am: Add incr02.at + * tests/testsuite.at: Likewise + + * THANKS: Add Guerkan Karaman. + * NEWS: Update + +2005-11-30 Paul Eggert + + * doc/tar.texi (Option Summary): Rewrite the + --atime-preserve=system description in response to Ian Turner's + proposed patch. + +2005-11-30 Ian Turner + + * doc/tar.texi (Extracting Specific Files): Remove obsolescent + FIXME. + 2005-11-29 Paul Eggert * NEWS: New option --atime-preserve=system, which uses O_NOATIME.