diff options
author | Bruno Haible <bruno@clisp.org> | 2008-06-09 09:10:06 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-06-09 09:11:04 +0200 |
commit | 23c2a0cbac6d48df85151de9e2ea6891973687ac (patch) | |
tree | 8fd1cb7d183daeb7309adb3cd07a96452060c7a6 /NEWS | |
parent | 252d6d01c991289a8966ee1cb8b89ba338667967 (diff) | |
download | coreutils-23c2a0cbac6d48df85151de9e2ea6891973687ac.tar.xz |
* NEWS (Improvements): Mention improved (via gnulib) ACL support.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -12,6 +12,12 @@ GNU coreutils NEWS -*- outline -*- md5sum now accepts the new option, --quiet, to suppress the printing of 'OK' messages. sha1sum, sha224sum, sha384sum, and sha512sum accept it, too. +** Improvements + + Improved support for access control lists (ACLs): On MacOS X, Solaris 7..10, + HP-UX 11, Tru64, AIX, IRIX 6.5, and Cygwin, "ls -l" now displays the presence + of an ACL on a file via a '+' sign after the mode, and "cp -p" copies ACLs. + * Noteworthy changes in release 6.12 (2008-05-31) [stable] |