summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2004-01-29 14:46:58 +0100
committerJeff Trawick <trawick@apache.org>2004-01-29 14:46:58 +0100
commitacda4385b6219d178062962e2669c66e16897490 (patch)
tree2b0396d33bc57c6d3a9e6917c344ab06791be804 /CHANGES
parentfunction ported to 2.0 (diff)
downloadapache2-acda4385b6219d178062962e2669c66e16897490.tar.xz
apache2-acda4385b6219d178062962e2669c66e16897490.zip
sync with stable branch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102445 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index e9b8035182..71468f0fb7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,9 +5,6 @@ Changes with Apache 2.1.0-dev
*) Fixed file extensions for real media files and removed rpm extension
from mime.types. PR 26079. [Allan Sandfeld <kde carewolf.com>]
- *) worker MPM: fix stack overlay bug that could cause the parent
- process to crash. [Jeff Trawick]
-
*) Unix MPMs: Stop dropping connections when the file descriptor
is at least FD_SETSIZE. [Jeff Trawick]
@@ -290,6 +287,9 @@ Changes with Apache 2.1.0-dev
Changes with Apache 2.0.49
+ *) worker MPM: fix stack overlay bug that could cause the parent
+ process to crash. [Jeff Trawick]
+
*) Win32: Add Win32DisableAcceptEx directive. This Windows
NT/2000/CP directive is useful to work around bugs in some
third party layered service providers like virus scanners,