]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
yab
authorAndré Malo <nd@apache.org>
Mon, 26 Apr 2004 19:03:40 +0000 (19:03 +0000)
committerAndré Malo <nd@apache.org>
Mon, 26 Apr 2004 19:03:40 +0000 (19:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103531 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 49efce93b9e13175aba619e0bc5e583a4011506e..bf07cbbad77b2d54fdc53cccf7f95f65dec7ef07 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/04/26 15:58:31 $]
+Last modified at [$Date: 2004/04/26 19:03:40 $]
 
 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! ]
 
+    *) mod_log_forensic: Fix build on systems without unistd.h. PR 28572
+         modules/loggers/mod_log_forensic.c: r1.19
+       +1: nd
+
     *) 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.