summaryrefslogtreecommitdiff
path: root/doc/doc-txt/ChangeLog
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2007-08-29 14:02:22 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2007-08-29 14:02:22 +0000
commit19897d528de779d4d3804fd7d10c235e8b50a53e (patch)
tree7c5b2e9372fc05f6c8ec52cbf4e860da17750594 /doc/doc-txt/ChangeLog
parentce9f225cdc4df2e3f2122b67e297b9f4aef1edb7 (diff)
POSIX allows open() to be a macro; guard against it.
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r--doc/doc-txt/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 6a3999827..087c67205 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.528 2007/08/29 13:58:57 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.529 2007/08/29 14:02:22 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -99,6 +99,8 @@ PH/21 Added message_body_newlines option.
PH/22 Guard against possible overflow in moan_check_errorcopy().
+PH/23 POSIX allows open() to be a macro; guard against that.
+
Exim version 4.67
-----------------