summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-04-25 10:26:46 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2019-04-25 10:26:46 +0100
commitbd83c6f989cac6318ee32af3e34d3f5e69b27100 (patch)
treef64efb1f3740e2cdf066b42b7a8c49a2539511d3 /doc
parentdc6d17694a767a23c5560835303be32a4238b7b3 (diff)
Use unsigned when creating bitmasks in macros
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index cf8c41a9f..2c57ce64b 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -77,6 +77,9 @@ HS/02 Bug 2392: exigrep does case sensitive *option* processing (as it
did for all versions <4.90). Notably -M, -m, --invert, -I may be
affected.
+JH/15 Use unsigned when creating bitmasks in macros, to avoid build errors
+ on some platforms for bit 31.
+
Exim version 4.92
-----------------