summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2004-12-21 16:26:31 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2004-12-21 16:26:31 +0000
commit18ce445ddbdb16e45270eb76bcb7b341ded5bf48 (patch)
treed5abb88d9af506d53e8732765b317aab79d88653 /doc
parentc2bcbe20d113563a876c2a05d25b1a2898bac5eb (diff)
If more than 99 log files are being kept, exicyclog now uses 001, 002,
... instead of 01, 02, ...
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index a0e85bee3..cdc3a636c 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.55 2004/12/21 14:38:02 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.56 2004/12/21 16:26:31 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -244,6 +244,9 @@ Exim version 4.50
57. Double the size of the debug message buffer (to 2048) so that more of very
long debug lines gets shown.
+58. The exicyclog utility now does better if the number of log files to keep
+ exceeds 99. In this case, it numbers them 001, 002 ... instead of 01, 02...
+
Exim version 4.43
-----------------