]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote
authorThom May <thommay@apache.org>
Sat, 15 Nov 2003 21:14:12 +0000 (21:14 +0000)
committerThom May <thommay@apache.org>
Sat, 15 Nov 2003 21:14:12 +0000 (21:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101783 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index dda41e3f9d94a7cc5fd6ae7ad59b46a0ae429439..737bd37b481063c8219a01ea0acb90228a865170 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/11/15 20:04:45 $]
+Last modified at [$Date: 2003/11/15 21:14:12 $]
 
 Release:
 
@@ -290,7 +290,7 @@ PATCHES TO BACKPORT FROM 2.1
     * mod_autoindex: Don't omit the <tr> start tag if the SuppressIcon
       option is set. PR 21668.
         modules/generators/mod_autoindex.c: r1.123
-      +1: nd, trawick
+      +1: nd, trawick, thommay
 
     * mod_setenvif: Fix optimizer to treat regexps as such even if they
       only contain anchors like \b. PR 24219.
@@ -306,7 +306,7 @@ PATCHES TO BACKPORT FROM 2.1
 
     * mod_include: Don't allow ETag to be sent in 304. PR 19355.
         modules/filters/mod_include.c: r1.290
-      +1: nd, trawick
+      +1: nd, trawick, thommay
 
     * mod_autoindex: Restore the ability to add a description for
       directories that don't contain an index file.