aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-11-05 05:48:43 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-11-05 05:48:43 +0000
commit4de2e90acfe9a16a7fdd48e1fe74fbc628a1662b (patch)
tree76879fe6f6ba388c95f408d0da204cf3de9c9755 /ChangeLog
parent551f8e643048691b018534b9e4dd055dcd868457 (diff)
fix for connection failure.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2332 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 509e8da6..b0d838a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-11-05
+
+ * libsylph/imap.c: imap_create_tree(): don't continue if connection
+ failed.
+ * libsylph/socket.c: don't use alarm() if threads are enabled.
+ sock_connect_with_timeout(): check with FD_ISSET() when select()
+ succeeded.
+
2009-11-04
* libsylph/socket.c: sock_connect_with_timeout(): use non-blocking