summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-03-28 17:32:48 +0200
committerJim Meyering <meyering@redhat.com>2010-03-28 20:59:00 +0200
commitda3d9ebff4400a131448b1548bc5e12d8e701ae3 (patch)
treec8b4c86ac152700138e942891597cc566c7c9d01 /NEWS
parentc03209e3bb4a64a4ceacf3c02e6ba69cb1457d4d (diff)
downloadgrep-da3d9ebff4400a131448b1548bc5e12d8e701ae3.tar.gz
grep -r: fix --include with non-globs
* lib/savedir.c (savedir): Fix logic error. Introduced by commit bf3bd92c, "build: adapt to the newer exclude API we now get from gnulib" * tests/include-exclude: Test for this bug by exercising --include, too. * NEWS (Bug fixes): Mention it. Reported by Philipp Kohlbecher in http://savannah.gnu.org/bugs/?29358
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6d876557..6c9943e9 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@ GNU grep NEWS -*- outline -*-
** Bug fixes
+ The --include option works once again. [bug introduced in 2.6]
+
Using any of the --include or --exclude* options would cause a NULL
dereference. [bug introduced in 2.6]