summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-04-04 08:35:39 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-04-04 08:35:39 +0000
commit6b31b1506cb3c0f48bd0bfd88b96cf04b0e95d91 (patch)
tree1fe399865b55b1493dda58b4919ab854e27b3c1a /doc
parentfd573092dbf4c3253e22776f4cf13ab2c74a657a (diff)
Two compiler warnings in sieve.c.
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 4509b13e8..ddc8b47ab 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.335 2006/03/20 10:55:21 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.336 2006/04/04 08:35:39 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -334,6 +334,12 @@ PH/68 The bounce_return_message and bounce_return_body options were not being
include only those that have been read before the error was detected.
(In the case of an ACL rejection, they have all been read.)
+PH/69 The HTML version of the specification is now built in a directory called
+ spec_html instead of spec.html, because the latter looks like a path with
+ a MIME-type, and this confuses some software.
+
+PH/70 Catch two compiler warnings in sieve.c.
+
Exim version 4.60
-----------------