summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2002-04-12 21:58:52 +0200
committerJeff Trawick <trawick@apache.org>2002-04-12 21:58:52 +0200
commit162a4d313de4d54754227bc18f8ba9c817a2a9df (patch)
treed03154eae6624b3c76730f8a79697953c891f8f8 /CHANGES
parent* make sure the -alpha name is not _inside_ the gzip (I have to try this and (diff)
downloadapache2-162a4d313de4d54754227bc18f8ba9c817a2a9df.tar.xz
apache2-162a4d313de4d54754227bc18f8ba9c817a2a9df.zip
worker MPM: Fix a situation where a child exited without releasing
the accept mutex. Depending on the OS and mutex mechanism this could result in a hang. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94625 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b724410e0d..a6d4c86a9d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
Changes with Apache 2.0.36
+ *) worker MPM: Fix a situation where a child exited without releasing
+ the accept mutex. Depending on the OS and mutex mechanism this
+ could result in a hang. [Jeff Trawick]
+
*) Update the instructions for how to get started with mod_example.
[Stas Bekman]