diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-28 14:54:54 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-28 14:54:54 +0000 |
commit | a86229cf39b952455a30a720778838d18ef49fff (patch) | |
tree | 036de51f50c9e9fece43990d40465fa12a04858c /doc | |
parent | 382afc6ba69545d52398da6b437e487aa23f185d (diff) |
${prvs was broken on systems where time_t is long long.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index c508ee545..8773e24f4 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.315 2006/02/28 12:42:47 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.316 2006/02/28 14:54:54 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -241,6 +241,8 @@ PH/46 Messages that are created by the autoreply transport now contains a PH/47 Added authenticated_sender_force to the smtp transport. +PH/48 The ${prvs expansion was broken on systems where time_t was long long. + Exim version 4.60 ----------------- |