From c52ba6771165a6de3457734aecd0854b809a9ba3 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 20 Sep 2011 18:40:05 +0000 Subject: (compute_flags) fix slow matching of individual regexes for skipping dependencies by creating a large regex to match them all at once (mdv#61389, Shlomi Fish) --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index a1f51a6..20cc27e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ - enable to traverse db by fullname +- fix slow matching of individual regexes for skipping dependencies by creating + a large regex to match them all at once (mdv#61389, Shlomi Fish) Version 3.38.4 - 17 September 2011 -- cgit v1.2.1