X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=ebc3879c82b7f20fc0f86961b0f57cd8397981df;hb=8ec119a27fbc6ccd84e264de35f9e791a07555ea;hp=cdb6e906bae8f8685717f2a9f00ce0bd7f95a511;hpb=9d99fd13cddb6c16829dfb8b7a220bccb3cfe9c1;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index cdb6e90..ebc3879 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2006-12-07 Sergey Poznyakoff + + * Makefile.am (distclean-local): Fixed + * doc/tar.texi: Update documentation of --exclude-tag + * src/create.c (dump_dir0): Move checks for exclude tags to + dump_file0. + (dump_dir): Move calls to ensure_slash to dump_file0 + * src/extract.c (extract_file): Call skip_member if open fails. + Patch proposed by Jan-Benedict Glaw + * tests/truncate.at: Use genfile instead of dd, because on some + systems /dev/zero is not available. + +2006-12-04 Paul Eggert + + * NEWS: Fix some race conditions with tar -x --same-owner. + * src/extract.c (ARCHIVED_PERMSTATS): Add a comment saying that + S_IRWXG | S_IRWXO might be masked out. + (set_mode): Set the mode if some bits were masked out originally. + (set_stat): Don't chmod before chown, as that might temporarily + grant permissions that we don't want to grant. The chmod was + there only to work around broken hosts, so add a comment advising + users not to use those broken hosts instead. + (repair_delayed_set_stat, extract_dir): + Remember to mask out current umask before inverting permissions. + (extract_dir): If the owner might change, or if the mode has + special bits, create the directory 700 at first, but restore it later. + (open_output_file): New arg mode; all uses changed. + (extract_file, extract_node, extract_fifo): If the owner might + change, omit group and other bits at first, but restore them after + changing the owner. + +2006-12-04 Jim Meyering + + * doc/tar.texi (Long Options): Remove doubled word. + 2006-11-30 Sergey Poznyakoff * src/xheader.c (xheader_read): Remove unused variable