X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/475fe28a6a039803d280266e29e755a603d1dfe7..7e8bec7a4f372261874a73641c6bc0dadeafab7d:/doc/doc-txt/ChangeLog diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 8f648575b..2d4044efc 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.114 2005/04/06 14:03:53 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.115 2005/04/06 14:09:17 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -168,6 +168,15 @@ PH/27 $acl_verify_message is now set immediately after the failure of a Previously, $acl_verify_message was set only while expanding "message" and "log_message" when a very denied access. +PH/28 Modified OS/os.c-Linux with + + -#ifndef OS_LOAD_AVERAGE + +#if !defined(OS_LOAD_AVERAGE) && defined(__linux__) + + to make Exim compile on kfreebsd-gnu. (I'm totally confused about the + nomenclature these days.) + + A note about Exim versions 4.44 and 4.50 ----------------------------------------