Nico Erfurth's patch to refactor mime.c (quoted-printable decoding).
[exim.git] / doc / doc-txt / ChangeLog
index 6e70b4f13ba54c81dc48e47b824240f6b1499663..6847ff51dc49b7e4586b52d9a9df54e7e119acfa 100644 (file)
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.387 2006/09/05 13:24:10 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
 -------------------------------------------
@@ -23,6 +23,17 @@ PH/01 If a server that rejects MAIL FROM:<> was the target of a sender
       left unchanged (for any other kind of callout, getting as far as trying
       RCPT means that the domain itself is ok).
 
+PH/02 Tidied a number of unused variable and signed/unsigned warnings that
+      gcc 4.1.1 threw up.
+
+PH/03 On Solaris, an unexpectedly close socket (dropped connection) can
+      manifest itself as EPIPE rather than ECONNECT. When tidying away a
+      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
 -----------------