aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2007-05-22 21:25:59 +0200
committerVincent Richard <[email protected]>2007-05-22 21:25:59 +0200
commit8c6ba0e0587b4b28044385da90af408d72a0da01 (patch)
tree9a5ff41766dc96c9808bccc1777b305ed4d78022 /ChangeLog
parentFail if GNU TLS or GNU SASL dev packages are required but not installed. (diff)
downloadvmime-8c6ba0e0587b4b28044385da90af408d72a0da01.tar.gz
vmime-8c6ba0e0587b4b28044385da90af408d72a0da01.zip
Fixed bug #1721186: thread-safe reference counting.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c603d3c3..14111224 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
VERSION 0.8.2cvs
================
+2007-05-22 Vincent Richard <[email protected]>
+
+ * Implemented thread-safe reference counting for smart pointers,
+ whenever possible (GCC built-in functions / pthread / Win32).
+
2007-03-28 Vincent Richard <[email protected]>
* SMTPTransport.cpp: better parsing of ESMTP extensions.