diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-09-28 10:46:48 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-09-28 10:46:48 +0000 |
commit | 9a799bc0748201e80ca3b4f7ffaaa588315626b7 (patch) | |
tree | fa4902b9e358ec34836767ef17de78f8c8c09ec8 /doc | |
parent | 16f12c7602daf6f4618d6b4bd037115fc7ee517e (diff) |
Make ${base62d: adjust for BASE_62, as ${base62: does.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index a77a223a4..5c39af711 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,8 +1,16 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.240 2005/09/26 09:52:18 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.241 2005/09/28 10:46:48 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- +Exim version 4.54 +----------------- + +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. + + Exim version 4.53 ----------------- |