Bruno Haible wrote: > Hi Jim, > > By the way, you may want to announce this support of HP-UX >= 11.11 ACLs in > the > coreutils/NEWS file. > >> I prefer to split strings, > > I don't like splitting strings that contain simply long messages. If adding > a line break before the string does not help reaching the 80-columns limit, > I leave it alone.
Good idea. I'll adjust James' stat-size change (updating to recent gnulib) to update to latest and then add this: >From c347b9b35a8c250d50fc976f6826122fa883f740 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyer...@redhat.com> Date: Mon, 13 Jun 2011 11:32:41 +0200 Subject: [PATCH] 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. --- NEWS | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index 007db10..c516881 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 /bin/cc. + * Noteworthy changes in release 8.12 (2011-04-26) [stable] -- 1.7.6.rc0.293.g40857