aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-06-11 05:35:47 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-06-11 05:35:47 +0000
commitd4fe7099d2fdfb3e1f06979f010c11da90e72501 (patch)
treebdfe5aabfed93cccbd46953676824ffd98cbdf86 /ChangeLog
parent734983533c71402a93565ede83b6d69dd33acbcc (diff)
src/action.c: reset signal handlers of child process to prevent app_will_exit() called on SIGTERM.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2568 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f569f2f..e6a69635 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-06-11
+
+ * src/action.c: reset signal handlers of child process to prevent
+ app_will_exit() called on SIGTERM.
+ Added debug output.
+
2010-06-10
* src/folderview.[ch]: put vbox on the top of folder view.