aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-02-12 04:18:54 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-02-12 04:18:54 +0000
commite8570d3dfd2589b07746d6e84a11743a5a8cf09d (patch)
treeb4f629c76178c5b5dd7a513539a062003f0986d4 /ChangeLog
parent0fa02c3cf59f46509c5a8922650549d9461e3c76 (diff)
lock addr_table since it can be accessed from sub threads.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2466 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 e6e5d6ad..90597203 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-02-12
+
+ * src/addressbook.c: lock addr_table since it can be accessed from
+ sub threads.
+
2010-02-10
* libsylph/filter.c: filter_write_file(): fixed crash.