aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-23 01:37:38 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-23 01:37:38 +0000
commit82a29ab2e9247bf5efaa1d3f3027b3b4ce51f6c6 (patch)
tree9be58a6356bd56e4f35e7eefff40196c3101ef2f /ChangeLog
parent975ef7004497df84c6ae0df52ab4e71cd525e160 (diff)
fixed crash on Win32 when an OpenSSL DLL linked with MSVCR71.DLL was used.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1664 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c5ed100..0767a438 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-04-23
+
+ * libsylph/ssl.c
+ src/sslmanager.c: use OPENSSL_free() instead of g_free() for
+ strings allocated by OpenSSL (fixes crash on Win32 when an OpenSSL
+ DLL linked with MSVCR71.DLL was used. Thanks to Akihiro Okamura).
+
2007-04-20
* version 2.4.0