aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-04-19 13:13:50 +0200
committerVincent Richard <[email protected]>2005-04-19 13:13:50 +0200
commit95508d3495a4034194f4c8a9dd7d83481bdffd13 (patch)
treef10b921842d274e6f5eea0776acbca370756d6de /ChangeLog
parentFixed getLocaleCharset() in Windows platform handler, when MLang is not present. (diff)
downloadvmime-95508d3495a4034194f4c8a9dd7d83481bdffd13.tar.gz
vmime-95508d3495a4034194f4c8a9dd7d83481bdffd13.zip
Fixed bug in RFC-2231 implementation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 51796aae..19593b2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
VERSION 0.7.1cvs
================
+2005-04-19 Vincent Richard <[email protected]>
+
+ * defaultParameter.cpp: fixed a bug in implementation of RFC-2231 (values
+ were cut if longer than maxLineLength, and no line wrapping occured).
+
2005-04-15 Vincent Richard <[email protected]>
* url.{hpp|cpp}, urlUtils.{hpp|cpp}: fixed a lot of bugs in URLs parsing