aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2007-07-10 00:05:54 +0200
committerVincent Richard <[email protected]>2007-07-10 00:05:54 +0200
commite984682e267836f9bff252d35192fc6898ee9f52 (patch)
tree9cadf00a08aad342bb188193b1d2bb835f369678 /ChangeLog
parentThrow exception when badbit is set. (diff)
downloadvmime-e984682e267836f9bff252d35192fc6898ee9f52.tar.gz
vmime-e984682e267836f9bff252d35192fc6898ee9f52.zip
Fixed bug in modified UTF-7 encoding.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 14111224..026dda5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
VERSION 0.8.2cvs
================
+2007-07-09 Vincent Richard <[email protected]>
+
+ * IMAPUtils.cpp: fixed bug in modified UTF-7 encoding (IMAP).
+
2007-05-22 Vincent Richard <[email protected]>
* Implemented thread-safe reference counting for smart pointers,