diff options
author | Steve Campbell <steve@computurn.com> | 2005-06-28 20:50:56 +0000 |
---|---|---|
committer | Steve Campbell <steve@computurn.com> | 2005-06-28 20:50:56 +0000 |
commit | a388bce4d941f993cd964d3821e2a38e11a22ee5 (patch) | |
tree | 7614859c5106ebaca04b5b2e129ce1574f8e61ee /doc | |
parent | 47c7a64acebb31f5b11e79d3da2e3cdcd56b3f68 (diff) |
Eximstats 1.40, 1.41, 1.42 updates added. Steve Campbell
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 9299949a4..36d3e4bbf 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.177 2005/06/28 10:23:35 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.178 2005/06/28 20:50:56 steve Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -232,6 +232,17 @@ PH/32 In mua_wrapper mode, if an smtp transport configuration error (such as is now fixed, and I tidied up some of the mua_wrapper messages at the same time. +SC/08 Eximstats: whilst parsing the mainlog(s), store information about + the messages in a hash of arrays rather than using individual hashes. + This is a bit cleaner and results in dramatic memory savings, albeit + at a slight CPU cost. + +SC/09 Eximstats: added the -show_rt<list> and the -show_dt<list> flags + as requested by Marc Sherman. + +SC/10 Eximstats: added histograms for user specified patterns as requested + by Marc Sherman. + Exim version 4.51 ----------------- |