From 3705fd64526e1490b98f2ec5f97770ec35e8b846 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 23 Jan 2007 10:26:40 +0000 Subject: [PATCH] Update --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index 560e521..5ffb5af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2007-01-23 Sergey Poznyakoff + + * doc/tar.texi: Document --exclude-caches* and --exclude-tag* + options. + * src/common.h (exclude_caches_option): Remove + (enum exclusion_tag_type): New data type + (add_exclude_tag): Rename to add_exclusion_tag + (cachedir_file_p): New prototype + * src/create.c (struct exclude_tag): rename to exclusion_tag + (check_exclusion_tags): New function + (cachedir_file_p): New function (from check_cache_directory) + (dump_dir0,dump_file0): Use check_exclusion_tags + * src/tar.c: New options --exclude-caches-all, + --exclude-caches-under, --exclude-tag-all, --exclude-tag-under + * tests/exclude.at: New file + * tests/Makefile.am (TESTSUITE_AT): Add exclude.at + * tests/testsuite.at: Add exclude.at + 2007-01-19 Sergey Poznyakoff * gnulib.modules: Require strerror -- 2.44.0