SHA256
1
0
forked from pool/grep

Accepting request 236536 from home:AndreasStieger:branches:Base:System

GNU grep 2.20

OBS-URL: https://build.opensuse.org/request/show/236536
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=50
This commit is contained in:
2014-06-07 20:45:42 +00:00
committed by Git OBS Bridge
parent 6cf01df445
commit 33f05ff394
6 changed files with 39 additions and 23 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Jun 7 20:35:48 UTC 2014 - andreas.stieger@gmx.de
- GNU grep 2.20
- 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. [introduced in 2.19]
* A command like echo aa|grep -E 'a(b$|c$)' would mistakenly
report the input as a matched line. [introduced in 2.19]
- Changes in behavior:
* grep --exclude-dir='FOO/' now excludes the directory FOO.
Previously, the trailing slash meant the option was
ineffective.
-------------------------------------------------------------------
Sat May 24 16:50:50 UTC 2014 - andreas.stieger@gmx.de