summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-04-07 10:10:01 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-04-07 10:10:01 +0000
commitebb6e6d5b13e114b1c101e6215ab84d995b5b12f (patch)
tree8a4962428b7f057bf9d9c4c9699f7995b55cbe97 /doc
parent7fe1560fdef3119d3add60fc37b97ebb662144b4 (diff)
Change 4.50/80 broke the handling of negative uids and gids in spool
files. Negative gids are sometimes used. Allow for both to be negative.
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 3a18813c0..8befccba9 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.120 2005/04/07 10:02:02 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.121 2005/04/07 10:10:01 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -202,6 +202,10 @@ PH/32 Add the sender address, as F=<...>, to the log line when logging a
PH/33 Sieve envelope tests were broken for match types other than :is. I have
applied a patch sanctioned by the Sieve maintainer.
+PH/34 Change 4.50/80 broke Exim in that it could no longer handle cases where
+ the uid or gid is negative. A case of a negative gid caused this to be
+ noticed. The fix allows for either to be negative.
+
A note about Exim versions 4.44 and 4.50
----------------------------------------