aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-11-14 13:07:11 +0100
committerVincent Richard <[email protected]>2005-11-14 13:07:11 +0100
commit1b38cbeb3f2a171c1edfb91692932ec70153a342 (patch)
tree2d47174531624d1cec84b2b73ec252b464ff12d6 /ChangeLog
parentFixed bug in disconnect() when authentication is not needed (thanks to Benjam... (diff)
downloadvmime-1b38cbeb3f2a171c1edfb91692932ec70153a342.tar.gz
vmime-1b38cbeb3f2a171c1edfb91692932ec70153a342.zip
gmtime() and localtime() are reentrant when using MS C runtime library (MinGW/MSVC).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 37767e4f..20b90261 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,9 @@ VERSION 0.8.1cvs
* SMTPTransport.cpp: fixed bug in disconnect() when authentication is
not needed (thanks to Benjamin Biron).
+ * dateTime.cpp: gmtime() and localtime() are reentrant when using
+ MS C runtime library (MinGW/MSVC).
+
2005-11-06 Vincent Richard <[email protected]>
* Started version 0.8.1.