summaryrefslogtreecommitdiff
path: root/doc/doc-txt/ChangeLog
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2004-11-17 14:32:25 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2004-11-17 14:32:25 +0000
commit5cb8cbc6b514db2972dffadc30b3c7f2b7fc1dcb (patch)
tree41705e412557e27383fb4180dc3071965a969687 /doc/doc-txt/ChangeLog
parentd8ef35773b4c4c25c62a015928ed92b4a654b501 (diff)
Added $spool_size, $log_size, $spool_inodes, $log_inodes.
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r--doc/doc-txt/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 249ef7cfe..4f49ef8e5 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.28 2004/11/12 16:54:55 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.29 2004/11/17 14:32:25 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -117,6 +117,11 @@ Exim version 4.44
host was specified on an smtp transport, and looking it up yielded more
than one IP address.
+31. Re-factored the code for checking spool and log partition space into a
+ function that finds that data and another that does the check. The former
+ is then used to implement four new variables: $spool_space, $log_space,
+ $spool_inodes, and $log_inodes.
+
Exim version 4.43
-----------------