From: Jim Meyering Date: Mon, 13 Jun 2011 09:32:41 +0000 (+0200) Subject: doc: add NEWS items for recent gnulib fixes X-Git-Tag: v8.13~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f5c2a25ed35547d1626d11c5deceb4ff87b978b;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/NEWS b/NEWS index 007db10b04..619fbdd272 100644 --- a/NEWS +++ b/NEWS @@ -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]