diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-10-10 11:15:12 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-10-10 11:15:12 +0000 |
commit | 08955dd349a1bfbbf1923bd87c04220d1174fb8f (patch) | |
tree | bd348230b9ad43469b9abb17428745ac29afed95 /doc | |
parent | b8b35975734f31367085d86156d956568fa0e9ea (diff) |
Nico Erfurth's patch to use less resources in spool_read_header,
slightly modified.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 599c7877a..6d25eec70 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.404 2006/10/09 14:36:25 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.405 2006/10/10 11:15:12 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -109,6 +109,14 @@ PH/16 It seems that the options setting for the resolver (RES_DEFNAMES and of host_find_byname() use the default settings of RES_DEFNAMES (qualify_single) but not RES_DNSRCH (search_parents). +PH/17 Applied (a modified version of) Nico Erfurth's patch to make + spool_read_header() do less string testing, by means of a preliminary + switch on the second character of optional "-foo" lines. (This is + overdue, caused by the large number of possibilities that now exist. + Originally there were few.) While I was there, I also converted the + str(n)cmp tests so they don't re-test the leading "-" and the first + character, in the hope this might squeeze out yet more improvement. + Exim version 4.63 ----------------- |