From 85ad04d8220d2a6943348ae28f2f294302034f96 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 30 May 2005 15:15:25 +0000 Subject: [PATCH] Updated --- ChangeLog | 6 ++++++ NEWS | 3 +++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index da3e564..871c03d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-05-30 Sergey Poznyakoff + + * src/tar.c (read_name_from_file,update_argv): Automatically + detect nul-terminated list files. + * NEWS: Updated + 2005-05-27 Sergey Poznyakoff * scripts/backup.sh.in: Bugfixes. diff --git a/NEWS b/NEWS index 2f6f491..e13e44a 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,9 @@ 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. +* List files containing null-separated file names are detected and processed +automatically. It is not necessary to give --null 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. -- 2.44.0