X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=56061b6a8c857485e4fe833a0b1bdee6f4885675;hb=a5da71b1421e2f6850d3057aef837e67ded012e3;hp=8301e93a38e3fa9f3480b7d72dfa73c85bc2e3b5;hpb=7209cbed6c8d85c64dd78551416959f6ab632f94;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 8301e93..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. @@ -35,6 +66,9 @@ Do not reset atime if mtime has changed. Report an error if we cannot reset atime. + * lib/.cvsignore: Add malloc.h, regcomp.c, regex.c, regex.h, + regex_internal.c, regex_internal.h, regexc.c; used by rpmatch. + 2005-11-29 Ian Turner First cut at adding support for --atime-preserve=system.