]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose fix for mod_expires warning.
authorJoe Orton <jorton@apache.org>
Wed, 4 Feb 2004 10:10:30 +0000 (10:10 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 4 Feb 2004 10:10:30 +0000 (10:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102494 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index cbd03331180ee69454c4a1aa732bd30c4385db4c..1c91a5516a28064af809ab3620f04a1027d9ff7a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/02/03 21:51:38 $]
+Last modified at [$Date: 2004/02/04 10:10:30 $]
 
 Release:
 
@@ -80,6 +80,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_expires: Fix new warnings introduced by ExpiresByType change.
+      http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/metadata/mod_expires.c?r1=1.45&r2=1.46
+      +1: jorton
+
     * fix DECLINE_CMD interaction with ITERATE/ITERATE2
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/config.c?r1=1.168&r2=1.169
       +1: geoff, trawick