]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote
authorAndré Malo <nd@apache.org>
Wed, 13 Aug 2003 21:09:38 +0000 (21:09 +0000)
committerAndré Malo <nd@apache.org>
Wed, 13 Aug 2003 21:09:38 +0000 (21:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100985 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index e7390803995c00dc42bcfc9ae4a24fa25bfaa2e5..b5a5f6dac025fdd09e272540cb2b701ccc7d2881 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/08/13 21:05:02 $]
+Last modified at [$Date: 2003/08/13 21:09:38 $]
 
 Release:
 
@@ -70,7 +70,7 @@ PATCHES TO PORT FROM 2.1
       deflate to generate a fatal error according to the zlib spec.)
       PR 22259. [Stas Bekman]
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/filters/mod_deflate.c.diff?r1=1.35&r2=1.36
-      +1: stas, jwoolley
+      +1: stas, jwoolley, nd
 
     * Correct the code in ap_check_cache_feshness to check max_age, smax_age,
       and expires correctly. This is a RFC 2616 compliance issue.