summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2006-04-05 10:54:26 +0000
committerJoe Orton <jorton@apache.org>2006-04-05 10:54:26 +0000
commitd7abd11faba3d77cfa92f759225401bf48eee044 (patch)
tree4d1f51d3f07850e94b94e055731ecbeac86d4737 /CHANGES
parentc6b3812dc476e89c10ab956286699714b180b38d (diff)
downloadapr-d7abd11faba3d77cfa92f759225401bf48eee044.tar.gz
* threadproc/unix/signals.c (apr_signal, avoid_zombies): Use the
Darwin zombie-avoidance hack on NetBSD too. PR: 36750 Submitted by: Todd Vierling <tv pobox.com> git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@391580 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ce769832a..565b27099 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
Changes for APR 1.3.0
+ *) NetBSD: Avoid leaving zombie process when using apr_signal()
+ to ignore SIGCHLD. PR 36750. [Todd Vierling <tv pobox.com>]
+
*) Correct bug in kqueue backend for apr_pollset where we would
erroneously indicate that a socket was readable or writeable.
[Garrett Rooney]