summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>2010-03-02 11:31:36 -0800
committerTAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>2010-03-02 11:31:36 -0800
commitaa3030b146d6292044a0fd6ec1224d67b542108e (patch)
tree2a3e4e6235bfdf8330b97a494459c127f5a3b1b4 /ChangeLog
parent7f6b8c40853eaec414109a23faf3a079274a6aee (diff)
Fix #2014.
Thanks to Vincent Lefevre for help with this one.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0993355a..6f385479 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,13 @@
-2010-03-01 16:14 -0800 Brendan Cully <brendan@kublai.com> (86d93280e5b3)
+2010-03-02 11:16 -0800 Brendan Cully <brendan@kublai.com> (41cf44ddbb4c)
+
+ * copy.c: Fix thinko in [cc02f079b1b9]
+
+2010-03-01 22:40 -0800 Brendan Cully <brendan@kublai.com> (cc02f079b1b9)
+
+ * copy.c: Guard dequote with NULL check on personal field
+
+ * copy.c, rfc822.c, rfc822.h: Another attempt to dequote
+ RFC2047-encoded address comments (see #2014)
* rfc822.c: Backed out changeset 2a4ca6917fd0. It is incompatible with
$assumed_charset (see #2014).