X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=40964c4eee6d301edc218f99a34e4be555c608eb;hb=b15e3f1bbd5ed220e27d3b48671c18d814b0e921;hp=652c428457fac21340c8b2715ea6472940a37f0a;hpb=c930802f313aa29b479edc6f9782897db608ce64;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 652c428..40964c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,63 @@ +2006-12-07 Sergey Poznyakoff + + * NEWS: Update + * 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 + + * po/POTFILES.in: Remove src/mangle.c + + * bootstrap: Implement --update-po and .bootstrap + + * src/create.c (dump_dir0): Implement --exclude-tag option + * src/tar.c: Likewise + * doc/tar.texi (exclude): Document --exclude-tag + 2006-11-29 Paul Eggert + * NEWS: Remove support for mangled names. + * doc/tar.texi (verbose tutorial): Likewise. + * src/Makefile.am (tar_SOURCES): Remove mangle.c. + * src/common.h (extract_mangle): Remove decl. + * src/extract.c (extract_mangle_wrapper): Remove. + (prepare_to_extract): Remove support for mangled names. + * src/list.c (read_and, print_header): Likewise. + * src/mangle.c: Remove. + * src/tar.h (GNUTYPE_NAMES): Remove. + Port to latest gnulib. There were a lot of changes, so the simplest way to get this up and running was to switch to coreutils bootstrap procedure. I noticed one feature missing after this @@ -7,6 +65,8 @@ later if need be. * README-cvs, bootstrap.conf: New files. * lib/.cvsignore: Remove Makefile.am, printf-parse.c, vasnprintf.c. + Add fstatat.c, gnulib.mk, openat-proc.c, same-inode.h, stat_.h, + tempname.c, tempname.h, uinttostr.c. * lib/printf-parse.c, lib/vasnprintf.c: New files, from coreutils, to override gnulib, so that we don't need xsize.h. * bootstrap: Replace with coreutils bootstrap, except add support