Opened 10 years ago

Closed 10 years ago

#969 closed task (fixed)

Grep 2.20 Version Upgrade

Reported by: chris@… Owned by: clfs-commits@…
Priority: major Milestone: CLFS Standard 3.1.0
Component: BOOK Version: CLFS Standard GIT
Keywords: Cc: berzerkula@…, jonathan@…, chris@…

Description

Reminder to upgrade Grep to 2.20 after stable book release.

Change History (4)

comment:1 by William Harrington, 10 years ago

http://ftp.gnu.org/gnu/grep/grep-2.20.tar.xz

  • Noteworthy changes in release 2.20 (2014-06-03) [stable]

Bug fixes

grep --max-count=N FILE would no longer stop reading after the Nth match. I.e., while grep would still print the correct output, it would continue reading until end of input, and hence, potentially forever. [bug introduced in grep-2.19]

A command like echo aa|grep -E 'a(b$|c$)' would mistakenly report the input as a matched line. [bug introduced in grep-2.19]

Changes in behavior

grep --exclude-dir='FOO/' now excludes the directory FOO. Previously, the trailing slash meant the option was ineffective.

comment:2 by William Harrington, 10 years ago

Milestone: CLFS Standard 3.1.0
Version: CLFS Standard GIT

comment:3 by William Harrington, 10 years ago

Summary: Grep 2.20Grep 2.20 Version Upgrade

comment:4 by William Harrington, 10 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.