]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
now that i'm finished making a fool of myself, an actual vote ;)
authorCliff Woolley <jwoolley@apache.org>
Wed, 13 Aug 2003 21:05:02 +0000 (21:05 +0000)
committerCliff Woolley <jwoolley@apache.org>
Wed, 13 Aug 2003 21:05:02 +0000 (21:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100984 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 00cfbe9fe5a1c08f5c73fd93ff5aec84b0b81725..e7390803995c00dc42bcfc9ae4a24fa25bfaa2e5 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/08/13 21:02:04 $]
+Last modified at [$Date: 2003/08/13 21:05:02 $]
 
 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
+      +1: stas, jwoolley
 
     * Correct the code in ap_check_cache_feshness to check max_age, smax_age,
       and expires correctly. This is a RFC 2616 compliance issue.