From 01778aa4a9e50643eb8446ab021f7ef4126a9229 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 18 Jan 2005 01:18:07 +0000 Subject: [PATCH] Updated --- NEWS | 14 ++++++++++++++ doc/Makefile.am | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 59f5e74..c9ba52c 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,20 @@ Please send GNU tar bug reports to version 1.15.2 (CVS version -- unreleased) +* New features + +* Any number of -T (--files-from) options may be used in command line. +The file specified with -T may include any valid `tar' options, +including another -T option. +Compatibility note: older versions of tar would only recognize -C +as option name within the file list file. Now any file whose name +starts with - is handled as option. To insert file names starting with +dash, use --add-file option. + +* New option --no-unquote disables unquoting input file names. This +is useful e.g. for processing output from `find dir -print0'. +An orthogonal option --unquote is provided as well. + * Bugfixes ** Allow non-option arguments to be interspersed with options. diff --git a/doc/Makefile.am b/doc/Makefile.am index d3b51b0..733cd48 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -18,7 +18,7 @@ ## Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. info_TEXINFOS = tar.texi -tar_TEXINFOS = fdl.texi freemanuals.texi getdate.texi header.texi +tar_TEXINFOS = fdl.texi freemanuals.texi getdate.texi header.texi rendition.texi value.texi EXTRA_DIST = convtexi.pl gendocs_template DISTCLEANFILES=*.info* -- 2.44.0