aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-02-05 10:26:25 +0100
committerVincent Richard <[email protected]>2005-02-05 10:26:25 +0100
commit2d02c629a950f432e7a1abbee726a3e0aa9f5282 (patch)
tree4f98d079e4643664327152712d629290909488b4 /ChangeLog
parentFixed possible segfault when encoding is Base64. (diff)
downloadvmime-2d02c629a950f432e7a1abbee726a3e0aa9f5282.tar.gz
vmime-2d02c629a950f432e7a1abbee726a3e0aa9f5282.zip
Fixed forward use of swapUint32Array().
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 697d71ca..a9cb591b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
VERSION 0.6.4cvs
================
+2005-02-05 Vincent Richard <[email protected]>
+
+ * utility/md5.cpp: fixed forward use of swapUint32Array() with
+ gcc 3.3 (Apple).
+
2005-02-01 Vincent Richard <[email protected]>
* text.cpp: fixed possible segfault when encoding is Base64 (typo).