]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
another proposed backport
authorJeff Trawick <trawick@apache.org>
Sat, 14 Aug 2004 11:08:20 +0000 (11:08 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 14 Aug 2004 11:08:20 +0000 (11:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104653 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 6565a98a1b9b6c52d41528c06558f552a09e8bcf..6d5b4f9b4d467b264ba05ee67a6f977846877b16 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/08/12 15:24:02 $]
+Last modified at [$Date: 2004/08/14 11:08:20 $]
 
 Release:
 
@@ -180,6 +180,10 @@ PATCHES TO BACKPORT FROM 2.1
          server/mpm/winnt/child.c: r1.36 
        +1: ake, trawick, nd, stoddard
 
+    *) WinNT MPM: Fix a broken log message at termination.  PR 28063.
+         server/mpm/winnt/child.c: r1.37
+       +1: trawick
+
     *) mod_actions: Regression from 1.3: the file referred to must exist.
        Solve this by introducing the "virtual" modifier to the Action
        directive. PR 28553.