diff options
author | Jim Meyering <meyering@redhat.com> | 2011-06-13 11:32:41 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-06-13 12:39:23 +0200 |
commit | 2f5c2a25ed35547d1626d11c5deceb4ff87b978b (patch) | |
tree | 5079388512328d3e1e17dade0eabf62df3494822 /NEWS | |
parent | cd94370f744ec13178726499797ede0b13385521 (diff) | |
download | coreutils-2f5c2a25ed35547d1626d11c5deceb4ff87b978b.tar.xz |
doc: add NEWS items for recent gnulib fixes
* NEWS (Improvements): Mention the new HP-UX 11.11 ACL support.
(Build-related): Mention the cc/HP-UX 11.11 build fix.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -34,6 +34,14 @@ GNU coreutils NEWS -*- outline -*- shuf outputs small subsets of large permutations much more efficiently. For example `shuf -i1-$((2**32-1)) -n2` no longer exhausts memory. + cp and ls now support HP-UX 11.11's ACLs, thanks to improved support + in gnulib. + +** Build-related + + Changes inherited from gnulib address a build failure on HP-UX 11.11 + when using /opt/ansic/bin/cc. + * Noteworthy changes in release 8.12 (2011-04-26) [stable] |