summaryrefslogtreecommitdiff
path: root/doc/doc-txt/ChangeLog
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-10-03 09:56:42 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-10-03 09:56:42 +0000
commit99a4b039c498daf4231ae550271424fe563fd033 (patch)
treec038da719f3798885ea2bd90aa444982f064784e /doc/doc-txt/ChangeLog
parentf74acd1fdc6e8d289bf9bcdaebad81c34b157911 (diff)
Fix typo in pcre/Makefile.
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 5c39af711..7b06c2503 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.241 2005/09/28 10:46:48 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.242 2005/10/03 09:56:42 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -10,6 +10,11 @@ PH/01 The ${base62: operator adjusted itself to base 36 when BASE_62 was
set to 36 (for Darwin and Cygwin), but the ${base62d: operator did not.
It now does.
+PH/02 Two minor problems detected in Cygwin: the os.{c,h} files had lost */ on
+ the CVS lines, and there was a missing #if HAVE_IPV6 in host.c.
+
+PH/03 Typo: missing ".o" in src/pcre/Makefile.
+
Exim version 4.53
-----------------