diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2004-10-14 11:21:02 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2004-10-14 11:21:02 +0000 |
commit | 7086e875ca3e382883f31ef4385044d77c66c035 (patch) | |
tree | 5a46518fb2483b9e2b3e81ebc7940d72257cc85a /doc/doc-txt/ChangeLog | |
parent | 8e26e4bf9dacc7854f6e1036672a12bf490f626e (diff) |
Arrange to panic-die if setitimer() ever fails. Version number upped in
readiness for next release.
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 83d2ff066..6e1d523b4 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.3 2004/10/11 13:24:19 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.4 2004/10/14 11:21:02 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -12,6 +12,10 @@ Exim version 4.44 2. Change 4.43/35 introduced a bug: if quota_filecount was set, the computation of the current number of files was incorrect. + 3. Closing a stable door: arrange to panic-die if setitimer() ever fails. The + bug fixed in 4.43/37 would have been diagnosed quickly if this had been in + place. + Exim version 4.43 ----------------- |