aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-02-05 10:30:57 +0100
committerVincent Richard <[email protected]>2005-02-05 10:30:57 +0100
commit81b11364ede26c72dee2ae22ec4ed4ed5104e72e (patch)
tree66c7cb5076a0eea67fe4b20820010077a201c477 /ChangeLog
parentFixed forward use of swapUint32Array(). (diff)
downloadvmime-81b11364ede26c72dee2ae22ec4ed4ed5104e72e.tar.gz
vmime-81b11364ede26c72dee2ae22ec4ed4ed5104e72e.zip
Removed extra '::' before numeric constants.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a9cb591b..4c499e98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,11 @@ VERSION 0.6.4cvs
2005-02-05 Vincent Richard <[email protected]>
+ * platforms/posix/posixHandler.cpp: removed extra '::' before
+ numeric constants.
+
+2005-02-05 Vincent Richard <[email protected]>
+
* utility/md5.cpp: fixed forward use of swapUint32Array() with
gcc 3.3 (Apple).