aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-09-28 05:46:11 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-09-28 05:46:11 +0000
commit6e9d44b63f4144c0f4793224f980af45a8a0d8c5 (patch)
tree6454c0d43bde5f47b28fd63b707004260615886d /ChangeLog
parentc044d6e3c39e28d98ea4d815df84835e366aa442 (diff)
fixed ssl_init_socket_with_method().
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1200 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b2bf0b2..7bc1bc74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,11 @@
2006-09-28
+ * libsylph/ssl.c: ssl_init_socket_with_method(): retry SSL_connect()
+ if it fails with SSL_ERROR_WANT_READ or SSL_ERROR_WANT_WRITE.
+
+2006-09-28
+
* src/trayicon.[ch]: trayicon_hide(): added.
* src/mainwindow.c: call trayicon_hide() instead of trayicon_destroy().
* src/main.c: app_will_exit(): call trayicon_destroy().