summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2010-04-20 12:32:22 +0200
committerPaolo Bonzini <bonzini@gnu.org>2010-04-20 14:05:29 +0200
commit0a7b816b088a3a6ddc9a90cfcb728757593fb442 (patch)
tree594114f1853cf652dd40282e15ec350a50e7e5f9 /NEWS
parentb464ff9368acc72fdbe4cb749786028e78a66299 (diff)
downloadgrep-0a7b816b088a3a6ddc9a90cfcb728757593fb442.tar.gz
grep: fix --mmap not being ignored
* NEWS: Document bugfix. * main.c (main): Ignore MMAP_OPTION.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1bf90118..1f3d00a3 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,9 @@ GNU grep NEWS -*- outline -*-
slow in other multibyte locales. [bug present since multi-byte
character set support was introduced in 2.5.2]
+ --mmap was meant to be ignored in 2.6.x, but it was instead
+ removed by mistake. [bug introduced in 2.6]
+
* Noteworthy changes in release 2.6.3 (2010-04-02) [stable]
** Bug fixes