]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Second iteration, whoops, thanks for testing rpluem
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 23 Aug 2007 20:48:43 +0000 (20:48 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 23 Aug 2007 20:48:43 +0000 (20:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@569138 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index aa31c4d313ac60fe0c8a23b04cb493c29df7d1dd..28ef092cf7f5c42cc14cebf6c06cedfaeb291c40 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -150,13 +150,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       Continue in this case, since the previous alternative of no error 
       logging at all (/dev/null) is far worse. [William Rowe]
         http://svn.apache.org/viewvc?view=rev&revision=568326
-      r452431 plus r568326; adjusted for 2.0;
-        http://people.apache.org/~wrowe/r568326-backport-2.0.patch
+      r452431 plus r568326; adjusted for 2.0 (note second iteration!);
+        http://people.apache.org/~wrowe/r568326-backport-2.0-r2.patch
       disambiguate an error message to diagnose future error reports
         http://svn.apache.org/viewvc?view=rev&revision=568322
         +1: wrowe
-        -1: rpluem says: This fails to compile as errfile is undeclared in
-            line 259 of log.c.
 
     * main core: Emit errors during the initial apr_app_initialize()
       or apr_pool_create() (when apr-based error reporting is not ready).