summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2026-04-19 11:50:19 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2026-04-19 11:50:56 -0700
commit271d3ff5f9d3bbb259f6c58d695ce693c92cadba (patch)
tree270cd8755cf4e5707c782add940a3b771ceefe93 /NEWS
parentd5b22329c7c10438ef00c7df118ed6fe9f65f2e2 (diff)
downloadcoreutils-master.tar.gz
coreutils-master.zip
doc: NEWS item for who systemd fixHEADmaster
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b2edbbc26..51b1ca77c 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]