summaryrefslogtreecommitdiff
path: root/doc/doc-txt/ChangeLog
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-05-17 11:20:32 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-05-17 11:20:32 +0000
commit9c7a242c6007e9854d3332777c0ca131da51c775 (patch)
tree18dd5f4829ae08bac592548077df19b4bd60e4ed /doc/doc-txt/ChangeLog
parentc1ac69960f6c08393233fe99fe44a1c99373e6df (diff)
Output the warning log line about deferring conditions in "warn"
statements every time, not just once per message.
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r--doc/doc-txt/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 3848f78c7..9f2f6c4be 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.137 2005/05/17 09:53:34 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.138 2005/05/17 11:20:32 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -19,6 +19,11 @@ TK/01 Fix poll() being unavailable on Mac OSX 10.2.
PH/02 Reduce the amount of output that "make" produces by default. Full output
can still be requested.
+PH/03 The warning log line about a condition test deferring for a "warn" verb
+ was being output only once per connection, rather than after each
+ occurrence (because it was using the same function as for successful
+ "warn" verbs). This seems wrong, so I have changed it.
+
Exim version 4.51
-----------------