]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: separate out description of 2038 time stamp change
authorPádraig Brady <P@draigBrady.com>
Fri, 11 Aug 2023 13:27:59 +0000 (14:27 +0100)
committerPádraig Brady <P@draigBrady.com>
Fri, 11 Aug 2023 13:34:49 +0000 (14:34 +0100)
* NEWS: Separate out the description of the _existing_ issues
with outputting timestamps on 32 bit systems, from _future_ issues
outputting timestamps on all systems.  Also move this to the
"improvement" section, since it's not really a coreutils
specific issue, and also is a build time configurable option.

NEWS

diff --git a/NEWS b/NEWS
index 53a342a5ed9140cce3a7a2349be656f0430cb512..50a3b711f90d8a297b0088bc8923f7a0951bb7a9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -94,6 +94,11 @@ GNU coreutils NEWS                                    -*- outline -*-
 
   tac now falls back to '/tmp' if a configured $TMPDIR is unavailable.
 
+  pinky, uptime, and who output accurate times after the year 2038.
+  A new configure-time option --enable-systemd enables experimental
+  support for using systemd, to let these programs continue to work
+  even after the year 2038, so long as systemd is also installed.
+
 
 * Noteworthy changes in release 9.3 (2023-04-18) [stable]