From: Sergey Poznyakoff Date: Tue, 6 Dec 2005 23:18:20 +0000 (+0000) Subject: Update X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=02ec34f473b60161b0d581cf4774f07a2d4ea156;p=chaz%2Ftar Update --- diff --git a/ChangeLog b/ChangeLog index c0bb9a6..15145a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2005-12-07 Sergey Poznyakoff + + * doc/tar.texi: Update --info-scripts documentation + * scripts/dump-remind.in: Use TAR_VOLUME instead of reading volno + file. + * src/buffer.c (new_volume): Update invocation + (change_tape_menu): New function. Disable '!' command if given + --restrict option. + * src/common.h (sys_exec_info_script): Update delaration + (restrict_option): New global + * src/system.c (sys_exec_info_script): The script can supply new + archive name to use by writing it to file descriptor 3. + * src/tar.c (options): Add --restrict option. Use macros for + option grouping. + (license): Print full list of copyright years + * NEWS: Update + 2005-12-06 Eric Blake (trivial changes) * configure.ac (DENSITY_LETTER): Fix m4 overquoting.