]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
no point or need to do this
authorBill Stoddard <stoddard@apache.org>
Thu, 25 Mar 2004 02:40:17 +0000 (02:40 +0000)
committerBill Stoddard <stoddard@apache.org>
Thu, 25 Mar 2004 02:40:17 +0000 (02:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103151 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f0069ecf80632520652adbc81b2cb55c46d0e7d1..482f237bc3db9c43781c2b7a248375cd049d271d 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/03/25 02:35:40 $]
+Last modified at [$Date: 2004/03/25 02:40:17 $]
 
 Release:
 
@@ -657,10 +657,6 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
     * Combine log_child and piped_log_spawn. Clean up http_log.c.
       Common logging API.
 
-    * Win32: Migrate the MPM over to use APR thread/process calls. This
-      would eliminate some code in the Win32 branch that essentially
-      duplicates what is in APR.
-
     * There are still a number of places in the code where we are
       losing error status (i.e. throwing away the error returned by a
       system call and replacing it with a generic error code)