summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--bootstrap.conf1
2 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6ebade3f..060e9386 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,10 @@ GNU grep NEWS -*- outline -*-
grep 3.8, in that patterns like \w and \b use ASCII rather than
Unicode interpretations.
+ grep no longer fails on files dated after the year 2038,
+ when running on 32-bit x86 and ARM hosts using glibc 2.34+.
+ [bug introduced in grep 3.9]
+
* Noteworthy changes in release 3.10 (2023-03-22) [stable]
diff --git a/bootstrap.conf b/bootstrap.conf
index 50948a6e..ec48c374 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -102,6 +102,7 @@ windows-stat-inodes
xalloc
xbinary-io
xstrtoimax
+year2038
'
gnulib_name=libgreputils