X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=6e0db4ac0588d6bf0ff98c64d613986570b7cf09;hb=9bf87b195e732d03db5efc8850ac5e29a2538df9;hp=9dbf7b8cb75064198d4ef55ef3488b2edc2b2e20;hpb=0c94a109b98e0b1204ad52d629bb641bf1ea434a;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 9dbf7b8..6e0db4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,30 @@ +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 + * po/POTFILES.in: Remove src/mangle.c * bootstrap: Implement --update-po and .bootstrap