X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/0768462dc5830cde5ae7a3659577fb557926db28..fce82eca42de488efa9d9019727c97bbe25a19e7:/doc/doc-txt/ChangeLog?ds=sidebyside diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 414dd9810..240781223 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -142,6 +142,15 @@ JH/30 Bug 2329: Increase buffer size used for dns lookup from 2k, which was the way to the max DNS message size of 64kB, even though this might be overmuch for IOT constrained device use. +JH/31 Fix a bad use of a copy function, which could be used to pointlessly + copy a string over itself. The library routine is documented as not + supporting overlapping copies, and on MacOS it actually raised a SIGABRT. + +JH/32 For main options check_spool_space and check_inode_space, where the + platform supports 64b integers, support more than the previous 2^31 kB + (i.e. more than 2 TB). Accept E, P and T multipliers in addition to + the previous G, M, k. + Exim version 4.91 -----------------