aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-04-09 11:00:53 +0200
committerVincent Richard <[email protected]>2005-04-09 11:00:53 +0200
commit3952df7eaa222bb9f911c5cad8cc796ee3cd9a05 (patch)
tree077908409ac909b73d05bcdaaa91455b89043649 /ChangeLog
parentFixed warning. (diff)
downloadvmime-3952df7eaa222bb9f911c5cad8cc796ee3cd9a05.tar.gz
vmime-3952df7eaa222bb9f911c5cad8cc796ee3cd9a05.zip
Fixed bug in Base64 decoding.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0aad72d7..3573bd23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
VERSION 0.6.4cvs
================
+2005-04-09 Vincent Richard <[email protected]>
+
+ * encoderB64.cpp: fixed a bug in Base64 decoding. Bytes to be decoded
+ were not correctly initialized.
+
2005-04-03 Vincent Richard <[email protected]>
* messaging/*: moved IMAP, POP3, maildir and SMTP files to separate