Sergey Poznyakoff 20 年之前
父節點
當前提交
85ad04d822
共有 2 個文件被更改,包括 9 次插入0 次删除
  1. 6 0
      ChangeLog
  2. 3 0
      NEWS

+ 6 - 0
ChangeLog

@@ -1,3 +1,9 @@
+2005-05-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+	* src/tar.c (read_name_from_file,update_argv): Automatically
+	detect nul-terminated list files.
+	* NEWS: Updated
+
 2005-05-27  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 2005-05-27  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 
 
 	* scripts/backup.sh.in: Bugfixes.
 	* scripts/backup.sh.in: Bugfixes.

+ 3 - 0
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
 starts with - is handled as option. To insert file names starting with
 dash, use --add-file option.
 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
 * New option --no-unquote disables unquoting input file names. This
 is useful e.g. for processing output from `find dir -print0'.
 is useful e.g. for processing output from `find dir -print0'.
 An orthogonal option --unquote is provided as well.
 An orthogonal option --unquote is provided as well.