Housekeeping.

* NEWS: Mention the support for POSIX ACLs, extended
attributes and SELinux context.
* THANKS: List James Antill and Pavel Raiskup.
This commit is contained in:
Sergey Poznyakoff
2012-11-19 23:49:41 +02:00
parent 545e4cd69d
commit 383701a590
2 changed files with 14 additions and 1 deletions

13
NEWS
View File

@@ -1,4 +1,4 @@
GNU tar NEWS - User visible changes. 2012-01-18
GNU tar NEWS - User visible changes. 2012-11-19
Please send GNU tar bug reports to <bug-tar@gnu.org>
@@ -34,6 +34,17 @@ errors. Instead it just silently skips them. An additional level of
verbosity can be obtained by using the option --warning=existing-file
together with this option.
* Support for POSIX ACLs, extended attributes and SELinux context.
Starting with this version tar is able to store, extract and list
extended file attributes, POSIX.1e ACLs and SELinux context. This is
controlled by the command line options --xattrs, --acls and --selinux,
correspondingly. Each of these options has a `--no-' counterpart
(e.g. --no-xattrs), which disables the corresponding feature.
Additionally, the options --xattrs-include and --xattrs-exclude allow
you to selectively control for which files to store (or extract) the
extended attributes.
version 1.26 - Sergey Poznyakoff, 2011-03-12