From: Paul Eggert Date: Sun, 19 Apr 2026 18:50:19 +0000 (-0700) Subject: doc: NEWS item for who systemd fix X-Git-Tag: v9.11~1 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=271d3ff5f9d3bbb259f6c58d695ce693c92cadba;p=thirdparty%2Fcoreutils.git doc: NEWS item for who systemd fix --- diff --git a/NEWS b/NEWS index b2edbbc26b..51b1ca77ca 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,12 @@ GNU coreutils NEWS -*- outline -*- 'kill --help' now has links to valid anchors in the html manual. [bug introduced in coreutils-9.10] + When configured with --enable-systemd, the commands 'pinky', + 'uptime', 'users', and 'who' no longer consider the systemd session + classes 'greeter', 'lock-screen', 'background', 'background-light', + and 'none' to be users. + [bug introduced in coreutils-9.4] + 'pwd' on ancient systems will no longer overflow a buffer when operating in deep paths longer than twice the system PATH_MAX. [bug introduced in coreutils-9.6]