From: Sergey Poznyakoff Date: Thu, 7 Dec 2006 14:34:28 +0000 (+0000) Subject: Update X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=8ec119a27fbc6ccd84e264de35f9e791a07555ea;p=chaz%2Ftar Update --- diff --git a/ChangeLog b/ChangeLog index 6e0db4a..ebc3879 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +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.