diff options
author | Jim Meyering <meyering@redhat.com> | 2011-09-06 08:02:33 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-09-07 17:59:46 +0200 |
commit | ac5739d3178374c783fb100ebf20c9064bc19033 (patch) | |
tree | 21c9e2054dcd743c86b54189a7f5d0a37801a398 /NEWS | |
parent | 0cefe580926e17c8781e8140bd9912795b6e21cc (diff) | |
download | coreutils-ac5739d3178374c783fb100ebf20c9064bc19033.tar.xz |
cp: update gnulib to get support for NFSv4 ACLs
* NEWS (Improvements): Mention the cp-vs-NFSv4-ACL improvement we
have inherited via gnulib. For details, see
http://article.gmane.org/gmane.comp.lib.gnulib.bugs/28100
and the following messages in that thread.
* gnulib: Update to latest, for numerous ACL-related improvements.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -78,6 +78,9 @@ GNU coreutils NEWS -*- outline -*- ** Improvements + cp -p now copies trivial NSFv4 ACLs on Solaris 10. Before, it would + mistakenly apply a non-trivial ACL to the destination file. + cp and ls now support HP-UX 11.11's ACLs, thanks to improved support in gnulib. @@ -99,6 +102,8 @@ GNU coreutils NEWS -*- outline -*- Changes inherited from gnulib address a build failure on HP-UX 11.11 when using /opt/ansic/bin/cc. + Numerous portability and build improvements inherited via gnulib. + * Noteworthy changes in release 8.12 (2011-04-26) [stable] |