aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-09-30 04:14:05 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-09-30 04:14:05 +0000
commit86817b645d57c800affe202bf2308f42e3cf9237 (patch)
treeaa6f91fec53cf03da081b03c593b20cbda92dbee /ChangeLog
parent8674dc3a543cfcc99af9061c36bf86f387be526a (diff)
imap.c: connect in another thread.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2261 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 10665106..1d68ba96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-09-30
+
+ * libsylph/socket.[ch]
+ libsylph/session.c: renamed sock_connect_async() to
+ sock_connect_async_thread().
+ * libsylph/imap.c: imap_open(): connect in another thread.
+
2009-09-29
* libsylph/utils.c: made writing to log file thread-safe.