diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-09-05 15:34:40 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-09-05 15:34:40 +0000 |
commit | d203e649775fb5543a3871f3c0f7df6dd4ac8577 (patch) | |
tree | c067c9afe4b56975ee0a0d096aa61b351d9eb046 /doc | |
parent | 1f872c8094ff0e34fa7ea404995fc51ba9995674 (diff) |
Nico Erfurth's patch to refactor mime.c (quoted-printable decoding).
Added a small, simple test for quoted-printable decoding.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 9091f0d86..6847ff51d 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.388 2006/09/05 14:14:32 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.389 2006/09/05 15:34:40 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -31,6 +31,9 @@ PH/03 On Solaris, an unexpectedly close socket (dropped connection) can session, the daemon ignores ECONNECT errors and logs others; it now ignores EPIPE as well. +PH/04 Applied Nico Erfurth's refactoring patch to tidy up mime.c + (quoted-printable decoding). + Exim version 4.63 ----------------- |