]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add a vote.
authorGraham Leggett <minfrin@apache.org>
Wed, 13 Oct 2004 17:00:14 +0000 (17:00 +0000)
committerGraham Leggett <minfrin@apache.org>
Wed, 13 Oct 2004 17:00:14 +0000 (17:00 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105432 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 5105fb088ead21704624a224edb2d663a09ce26b..9f763f6e387d75780b27a0040bd340cefc939cda 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/10/13 16:51:37 $]
+Last modified at [$Date: 2004/10/13 17:00:14 $]
 
 Release:
 
@@ -134,7 +134,7 @@ PATCHES TO BACKPORT FROM 2.1
     *) mod_rewrite:Fix query string handling for proxied URLs. PR 14518.
        (2.0 + 1.3)
          modules/mappers/mod_rewrite.c: r1.259
-       +1: nd, jerenkrantz
+       +1: nd, jerenkrantz, minfrin
 
     *) mod_rewrite: Handle per-location rules when r->filename is unset.
        Previously this would segfault or simply not match as expected,