aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-03-23 09:23:55 +0100
committerVincent Richard <[email protected]>2005-03-23 09:23:55 +0100
commitaeb5da43242ab1be2c9f955f855bf901ac43513a (patch)
tree789f58bbc9bd8d92d0c737928d4dda4adf2897c4 /ChangeLog
parentFixed multiple bugs in POP3 protocol. (diff)
downloadvmime-aeb5da43242ab1be2c9f955f855bf901ac43513a.tar.gz
vmime-aeb5da43242ab1be2c9f955f855bf901ac43513a.zip
Basic support for 'Disposition' header field.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 90d86856..c2a6af0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,9 @@ VERSION 0.6.4cvs
deleteMessages() when 'to == -1' and last message not being
deleted (thanks to Stefan Uhrig).
+ * SConstruct: fixed compilation/linking problem with g++ and X86-64 on
+ static library: added -fPIC/-fpic in compiler flags.
+
2005-03-17 Vincent Richard <[email protected]>
* base.{cpp|hpp}: renamed 'MIME_VERSION' to 'SUPPORTED_MIME_VERSION'.