]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propose backport of "Prevent Win32 pool corruption at startup"
authorAllan K. Edwards <ake@apache.org>
Mon, 3 May 2004 22:32:37 +0000 (22:32 +0000)
committerAllan K. Edwards <ake@apache.org>
Mon, 3 May 2004 22:32:37 +0000 (22:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103589 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index fab74751cd3fb536f8c057aa6c59adc44d03238a..6a16a2ed76ad9d1d0b4c0b444ea5167457f42837 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/04/29 04:34:50 $]
+Last modified at [$Date: 2004/05/03 22:32:37 $]
 
 Release:
 
@@ -72,6 +72,10 @@ 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! ]
 
+    *) Prevent Win32 pool corruption at startup
+         server/mpm/winnt/child.c: r1.36 
+       +1: ake
+
     *) mod_log_forensic: Fix build on systems without unistd.h. PR 28572
          modules/loggers/mod_log_forensic.c: r1.19
        +1: nd, trawick