]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
yet another backport
authorAndré Malo <nd@apache.org>
Fri, 16 Apr 2004 23:11:38 +0000 (23:11 +0000)
committerAndré Malo <nd@apache.org>
Fri, 16 Apr 2004 23:11:38 +0000 (23:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103417 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 055435c7856167979d85c2f9ea64310abd981f3d..796519d8c38255b83a1b5e88359717c7946e4f5f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/04/15 20:10:37 $]
+Last modified at [$Date: 2004/04/16 23:11:38 $]
 
 Release:
 
@@ -72,6 +72,11 @@ 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_headers: Backport ErrorHeader directive (regression from 1.3)
+       and let Header directives work on both tables.
+         modules/metadata/mod_headers.c: r1.44, 1.45, 1.51
+       +1: nd
+
     *) mod_headers: Allow conditional RequestHeader directives. PR 27951
          modules/metadata/mod_headers.c: r1.52
        +1: nd, trawick