aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-02-15 08:40:00 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-02-15 08:40:00 +0000
commit61a5c430f6412e93594d655e4a38ff8a24585797 (patch)
tree620f202bb982434af825c261d01b8f346d987d2f /ChangeLog
parenta1a045c7a465405af54717703a11877dd67067dc (diff)
fixed busy loop when connection was immediately refused.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1953 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 200524df..254bf162 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-02-15
+ * libsylph/socket.c:
+ sock_connect_async_cb()
+ sock_connect_address_list_async(): also watch for G_IO_ERR and
+ G_IO_HUP (fixes busy loop when connection is immediately refused).
+
+2008-02-15
+
* libsylph/ssl.c
src/sslmanager.c: added the feature to save SSL peer certificate
and always accept it.