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:
16
grep.changes
16
grep.changes
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user