Sergey Poznyakoff 18 年之前
父節點
當前提交
8ec119a27f
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. 12 0
      ChangeLog

+ 12 - 0
ChangeLog

@@ -1,3 +1,15 @@
+2006-12-07  Sergey Poznyakoff  <gray@gnu.org.ua>
+
+	* 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 <jbglaw@lug-owl.de>
+	* tests/truncate.at: Use genfile instead of dd, because on some
+	systems /dev/zero is not available.
+	
 2006-12-04  Paul Eggert  <eggert@cs.ucla.edu>
 
 	* NEWS: Fix some race conditions with tar -x --same-owner.