diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-05-03 08:38:13 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-05-03 08:38:13 +0000 |
commit | f331f3b639d802237239c3c3a19883ee89d062b5 (patch) | |
tree | 64fb7687cf1c24cd991a950a0fb61f0105a7b2b3 /doc | |
parent | 4d9c610bb31dd1c450ffd35ed1357b11bce83d15 (diff) |
Wish for memory shortage queue-only.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-misc/WishList | 10 | ||||
-rw-r--r-- | doc/doc-txt/ChangeLog | 7 |
2 files changed, 12 insertions, 5 deletions
diff --git a/doc/doc-misc/WishList b/doc/doc-misc/WishList index d502a4c46..8f2b79536 100644 --- a/doc/doc-misc/WishList +++ b/doc/doc-misc/WishList @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-misc/WishList,v 1.29 2005/04/28 13:12:24 ph10 Exp $ +$Cambridge: exim/doc/doc-misc/WishList,v 1.30 2005/05/03 08:38:13 ph10 Exp $ EXIM 4 WISH LIST ---------------- @@ -1905,5 +1905,11 @@ This is in the Bugzilla as #10. Things get bigger far more quickly than I ever imagine... ------------------------------------------------------------------------------ ---- HWM 325 ------------------------------------------------------------------ + +(326) 03-May-05 ? Queue-only on memory shortage + +This is bugzilla #17. The idea is to have something like queue_only_load that +triggers on a shortage of main memory. +------------------------------------------------------------------------------ +--- HWM 326 ------------------------------------------------------------------ ---------------------------- End of WishList --------------------------------- diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index c2a6c7711..20f21b043 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.129 2005/04/28 13:29:27 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.130 2005/05/03 08:38:13 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -63,8 +63,9 @@ PH/09 Previously, an attempt to use ${perl when it wasn't compiled gave an PH/10 Added a nasty fudge to try to recognize and flatten LDAP passwords in an address' error message when a string expansion fails (syntax or - whatever). Otherwise not only does the password appear in the log, it may - also be put in a bounce message. + whatever). Otherwise the password may appear in the log. Following change + PH/42 below, there is no longer a chance of it appearing in a bounce + message. PH/11 Installed exipick version 20050225.0 from John Jetmore. |