]> Dogcows Code - chaz/tar/blobdiff - NEWS
Initial documentation for --quoting-style, --quote-chars and --no-quote-chars option.
[chaz/tar] / NEWS
diff --git a/NEWS b/NEWS
index 95532bd0bf889bf9a8cc2f7f1d0957b995e9f308..25dc012026ec0ea1508909976639bd82de5aac8f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 GNU tar NEWS - User visible changes.
 Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003,
-2004, 2005
+2004, 2005, 2006
 Free Software Foundation, Inc.
 See the end for copying conditions.
 
@@ -45,9 +45,23 @@ specified command.
 of recent Linux kernels to avoid some problems when preserving file
 access times.
 
+* New option --delay-directory-restore delays restoring modification times
+and permissions of extracted directories until the end of extraction.
+This is necessary for restoring from archives with unusual member
+ordering (in particular, those created with --no-recursion option).
+This option is implied when restoring from incremental archives.
+
 * New option --restrict prohibits use of some potentially harmful tar
 options.  Currently it disables '!' escape in multi-volume name menu.
 
+* New options --quoting-style and --quote-chars control the way tar
+quotes member names on output. The --quoting-style takes an argument
+specifying the quoting style to use (literal, shell, shell-always,
+c, escape, locale, clocale). The argument to --quote-chars is a string
+specifying characters to quote, even if the selected quoting style
+would not quote them otherwise. The option --no-quote-chars is
+provided to disable quoting certain characters.
+
 * The end-of-volume script (introduced with --info-script option) can
 get current archive name from the environment variable TAR_ARCHIVE and
 the volume number from the variable TAR_VOLUME.  It can alter the
@@ -75,6 +89,9 @@ during reading.
 ** Compare mode (tar d) hanged when trying to compare file contents.
 ** Previous versions in certain cases failed to restore directory
 modification times.
+** When creating an archive, do not attempt to store files whose
+meta-data cannot be stored in the header due to format limitations
+(for ustar and v7 formats).
 
 \f
 version 1.15.1 - Sergey Poznyakoff, 2004-12-21
This page took 0.020675 seconds and 4 git commands to generate.