aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-12-28 08:37:18 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-12-28 08:37:18 +0000
commitac0effafc80492aec8b9b8d19107bb9204c4e713 (patch)
treef71dced0ea416bee372c67864d2444ac0b364a60 /ChangeLog
parentf4ab0f022c847485d347d1ce8cd2ffcde3497f56 (diff)
added missing lock on I/O callback (fixes freeze on remote commands).
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2408 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 71039baa..c3bf451e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-12-28
+ * src/main.c: lock_socket_input_cb(): added missing lock on I/O
+ callback (fixes freeze on remote commands).
+
+2009-12-28
+
* src/update_check.[ch]
src/main.c
src/prefs_common_dialog.c