aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-09-06 03:52:18 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-09-06 03:52:18 +0000
commit8c2d2cd97b2b52fea68fa2913a129560661ccbc2 (patch)
treee7bffb6fac675c511951638c25ea0a685e17ee11 /ChangeLog
parentd4c112e8df73070a3c1e4e3e7d4a6a6cacc879e4 (diff)
socket.c: retry waitpid() when it is interrupted.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1143 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 935a8b5e..202d142a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-09-06
+ * libsylph/socket.c: retry waitpid() when it is interrupted
+ (thanks to Stefaan).
+
+2006-09-06
+
* src/action.c: free_children(): wait for processes when they still
exist.
Kill/wait child pid instead of pgid (thanks to Stefaan A Eeckels).