summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2004-11-05 12:33:59 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2004-11-05 12:33:59 +0000
commit926e1192c5762fc251a8f8e275f4a21119cea050 (patch)
tree6692015e13afe634e25ce8f3b9604a16f45b2f82 /doc
parent4deaf07d6cdd04468e4bc383945b9e19d7d55aa3 (diff)
If FIXED_NEVER_USERS was defined but empty, Exim erroneously assumed it
contained uid 0.
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 01bfcf8f1..d44ebae84 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.15 2004/11/04 12:19:48 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.16 2004/11/05 12:33:59 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -59,6 +59,9 @@ Exim version 4.44
15. Added a new option "connect=<time>" to callout options, to set a different
connection timeout.
+16. If FIXED_NEVER_USERS was defined, but empty, Exim was assuming the uid 0
+ was its contents. (It was OK if the option was not defined at all.)
+
Exim version 4.43
-----------------