]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
yab
authorAndré Malo <nd@apache.org>
Sat, 24 Apr 2004 11:28:20 +0000 (11:28 +0000)
committerAndré Malo <nd@apache.org>
Sat, 24 Apr 2004 11:28:20 +0000 (11:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103493 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 05057477414b03124240868db2c91fb6dc5581c2..2ded3fec00ee2f434817893b6735b79069cb806c 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/04/23 20:38:49 $]
+Last modified at [$Date: 2004/04/24 11:28:20 $]
 
 Release:
 
@@ -72,6 +72,11 @@ PATCHES TO BACKPORT FROM 2.1
   [ please place file names and revisions from HEAD here, so it is easy to
     identify exactly what the proposed changes are! ]
 
+    *) Disable AcceptEx on Win9x systems automatically. (broken in 2.0.49)
+       PR 28529
+         server/mpm/winnt/mpm_winnt.c: 1.311
+       +1: nd
+
     *) export ap_set_sub_req_protocol and ap_finalize_sub_req_protocol on Win32.
        (should be a minor MMN bump). PR 28523.
          server/protocol.c: r1.147