summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2023-04-20 18:50:37 -0700
committerJim Meyering <meyering@meta.com>2023-04-20 18:50:37 -0700
commit0f2c2c256fd807f5ecd744135e3734b8dfa1b7b1 (patch)
treed7ff1adcc209ab625677e40ca449b662f30e21a6
parent3bcc2d8900064ac60e69dcc8aae28576fcef511e (diff)
downloadgrep-0f2c2c256fd807f5ecd744135e3734b8dfa1b7b1.tar.gz
doc: note when a bug was introduced
* NEWS: say that the \d bug was introduced in 3.10.
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3fdf4fe3..f16c5769 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@ GNU grep NEWS -*- outline -*-
With PCRE2 version 10.42 or earlier, behavior reverts to that of
grep 3.8, in that patterns like \w and \b use ASCII rather than
Unicode interpretations.
+ [bug introduced in grep 3.10]
grep no longer fails on files dated after the year 2038,
when running on 32-bit x86 and ARM hosts using glibc 2.34+.