Accepting request 78414 from home:elvigia:branches:Base:System

- Upgrade to version 2.9 
* grep no longer clobbers heap for an ERE like '(^| )*( |$)'' )'
* grep -P no longer aborts when PCRE's backtracking limit is exceeded
* grep's interpretation of range expression is now more consistent

OBS-URL: https://build.opensuse.org/request/show/78414
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=11
This commit is contained in:
2011-08-10 09:57:16 +00:00
committed by Git OBS Bridge
parent 47cebbd200
commit c80f2e2b77
4 changed files with 25 additions and 9 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Aug 10 03:17:41 UTC 2011 - crrodriguez@opensuse.org
- Upgrade to version 2.9
* grep no longer clobbers heap for an ERE like '(^| )*( |$)'' )'
* grep -P no longer aborts when PCRE's backtracking limit is exceeded
* grep's interpretation of range expression is now more consistent
-------------------------------------------------------------------
Fri Sep 24 14:47:33 CEST 2010 - jsmeix@suse.de
- Replaced configure typo '--without-included-rege'
in grep.spec (only in case of suse_version < 1120)
with '--without-included-regex' (which is the default
on systems with recent-enough version of the GNU C Library).
-------------------------------------------------------------------
Thu Sep 23 12:47:04 CEST 2010 - jsmeix@suse.de