diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-20 16:31:48 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-20 16:31:48 +0000 |
commit | 8def5aaf652936e25a77eefe235bd333a89512c6 (patch) | |
tree | 516a706f9d11326b04046287f87c7f5fbed414be /src/README.UPDATING | |
parent | 98cd900383067034f8996ae6f1546877114b2995 (diff) |
Reduce rfc1413_query_timeout default from 30s to 5s.
Diffstat (limited to 'src/README.UPDATING')
-rw-r--r-- | src/README.UPDATING | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/README.UPDATING b/src/README.UPDATING index cfcc08375..05f89f40e 100644 --- a/src/README.UPDATING +++ b/src/README.UPDATING @@ -1,4 +1,4 @@ -$Cambridge: exim/src/README.UPDATING,v 1.10 2005/12/12 15:58:53 ph10 Exp $ +$Cambridge: exim/src/README.UPDATING,v 1.11 2006/02/20 16:31:49 ph10 Exp $ This document contains detailed information about incompatibilities that might be encountered when upgrading from one release of Exim to another. The @@ -31,11 +31,13 @@ that might affect a running system. Exim version 4.61 ----------------- -The default number of ACL variables of each type has been increased to 20, and -it's possible to compile Exim with more. You can safely upgrade to this release -if you already have messages on the queue with saved ACL variable values. -However, if you downgrade from this release with messages on the queue, any -saved ACL values they may have will be lost. +1. The default number of ACL variables of each type has been increased to 20, +and it's possible to compile Exim with more. You can safely upgrade to this +release if you already have messages on the queue with saved ACL variable +values. However, if you downgrade from this release with messages on the queue, +any saved ACL values they may have will be lost. + +2. The default value for rfc1413_query_timeout has been changed from 30s to 5s. Exim version 4.54 |