summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorAllan K. Edwards <ake@apache.org>2003-03-04 23:15:51 +0100
committerAllan K. Edwards <ake@apache.org>2003-03-04 23:15:51 +0100
commit5a8d4863418f4123923797feb8b0ec730b98f4c2 (patch)
treebd6c746a341b88deda39af7272ea8d31c8fd9c17 /CHANGES
parentFix validation issue (added missing XML declaration). (diff)
downloadapache2-5a8d4863418f4123923797feb8b0ec730b98f4c2.tar.xz
apache2-5a8d4863418f4123923797feb8b0ec730b98f4c2.zip
Added the WindowsSocketsWorkaroud directive for Windows NT/2000/XP
to work around problems with certain VPN and Firewall products that have buggy AcceptEx implementations git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98890 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 56e910562b..267b7d0cd8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,11 @@ Changes with Apache 2.1.0-dev
[Remove entries to the current 2.0 section below, when backported]
+ *) Added the WindowsSocketsWorkaroud directive for Windows NT/2000/XP
+ to work around problems with certain VPN and Firewall products that
+ have buggy AcceptEx implementations.
+ [Allan Edwards w/ suggestions from Bill Stoddard & Bill Rowe]
+
*) Unescape the supplied wildcard pattern in mod_autoindex. Otherwise
the pattern will not always match as desired. PR 12596.
[André Malo]