diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2004-12-21 11:28:38 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2004-12-21 11:28:38 +0000 |
commit | 55ee9ee384af22d5e7aa995868d0d90c4d7026ad (patch) | |
tree | 5f1bd76058ada70f48d85e70bb8732817daeb332 /doc | |
parent | 1c5466b9794d96f5cbb5b899587c38bdb0995f01 (diff) |
Fix exigrep for "Completed" lines that have additional data (as a result
of +queue_time_overall).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index a2c706359..4cc306291 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.50 2004/12/21 11:12:13 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.51 2004/12/21 11:28:38 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -218,6 +218,11 @@ Exim version 4.50 have made the code more robust (and fixed the comments that describe what is going on). +53. Now that there can be additional text after "Completed" in log lines (if + the queue_time_overall log selector is set), a one-byte patch to exigrep + was needed to allow it to recognize "Completed" as not the last thing in + the line. + Exim version 4.43 ----------------- |