summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCraig Small <csmall@users.sourceforge.net>2011-10-29 10:42:43 +1100
committerCraig Small <csmall@users.sourceforge.net>2011-10-29 10:42:43 +1100
commit5b655f1ec99b86de0336bdabdaaf425e1570c88a (patch)
treeec8d9b541c22485f2f56b2a3391ffbcfd0137b6d /ChangeLog
parent663ab6d2b51b62e5890b9a316ad360bd31be235e (diff)
waitpid for fuser to stop zombies
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/php5/+bug/876387 Bug-Sourceforge: https://sourceforge.net/tracker/?func=detail&aid=3429674&group_id=15273&atid=115273 Patch by Peter Holik for using waitpid to stop zombies.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4217a09..9a953ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,11 @@
Changes in 22.15
================
* Really apply patch for SF#31110178 RH#651794
- * Conditionally use fork before stat calls
+ * Conditionally use fork before stat calls SF#3427522
* Patch from Corrina Vinschen for compiling on cygwin
+ * Use ENOENT not EBADE for FreeBSD Debian #631566
+ * Fix prstat typos
+ * Stop zombies by using waitpid Ubuntu #876387 by Peter Holik
Changes in 22.14
================