summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-08-15 15:20:05 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2023-08-15 15:22:27 -0700
commitf2c2643fc5575a3f75654408c19930dc38a1efe8 (patch)
tree327aa1acf35652b3a3d3296d43325520810096b8
parenttests: fix false failure due to locale on alpine (diff)
downloadcoreutils-f2c2643fc5575a3f75654408c19930dc38a1efe8.tar.gz
coreutils-f2c2643fc5575a3f75654408c19930dc38a1efe8.zip
maint: update uptime NEWS
* NEWS: Update as per Bruno Haible <https://bugs.gnu.org/65255#14>.
-rw-r--r--NEWS12
1 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3a06f4b30..ea17cab95 100644
--- a/NEWS
+++ b/NEWS
@@ -51,7 +51,10 @@ GNU coreutils NEWS -*- outline -*-
erroneously, especially with large input files with no separators.
[This bug was present in "the beginning".]
- 'uptime' no longer incorrectly prints "0 users" on OpenBSD.
+ 'uptime' no longer incorrectly prints "0 users" on OpenBSD,
+ and is being built again on FreeBSD and Haiku.
+ [bugs introduced in coreutils-9.2]
+
[bug introduced in coreutils-9.2]
'wc -l' and 'cksum' no longer crash with an "Illegal instruction" error
@@ -91,6 +94,13 @@ GNU coreutils NEWS -*- outline -*-
tac now falls back to '/tmp' if a configured $TMPDIR is unavailable.
+ 'who -a' now displays the boot time on Alpine Linux, OpenBSD,
+ Cygwin, Haiku, and some Android distributions
+
+ 'uptime' now succeeds on some Android distributions, and now counts
+ VM saved/sleep time on GNU (Linux, Hurd, kFreeBSD), NetBSD, OpenBSD,
+ Minix, and Cygwin.
+
On GNU/Linux platforms where utmp-format files have 32-bit timestamps,
pinky, uptime, and who can now work for times after the year 2038,
so long as systemd is installed, you configure with a new, experimental