diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-09-18 14:49:23 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-09-18 14:49:23 +0000 |
commit | d45b1de81aa47cef4ca098a4b2725d855b154162 (patch) | |
tree | f21b3801fc83f7cb8d058829b51e10bf1a8043c2 /doc/doc-txt/ChangeLog | |
parent | ddfcd446e8b9bdb55a17d6b950bf55c736505a9e (diff) |
Check for overflow in numeric expansion conditions; forbid negative
values for message_size_limit.
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 976309142..cf5f158a7 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.391 2006/09/18 11:06:20 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.392 2006/09/18 14:49:23 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -38,6 +38,10 @@ PH/05 Applied Nico Efrurth's refactoring patch to tidy up spool_mbox.c. PH/06 Installed the latest Cygwin Makefile from the Cygwin maintainer. +PH/07 There was no check for overflow in expansions such as ${if >{1}{4096M}}. + +PH/08 An error is now given if message_size_limit is specified negative. + Exim version 4.63 ----------------- |