summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9d7836d7b..0de16df30 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,11 @@ GNU coreutils NEWS -*- outline -*-
Previously it deduced the size of inputs while leaving the offset unchanged.
[bug introduced in coreutils-8.27]
+ Coreutils programs no longer fail for timestamps past the year 2038
+ on obsolete configurations with 32-bit signed time_t, because the
+ build procedure now rejects these configurations.
+ [This bug was present in "the beginning".]
+
** Changes in behavior
'cp -n' and 'mv -n' now issue an error diagnostic if skipping a file,