From: Jeff Trawick Date: Wed, 5 Nov 2003 02:34:27 +0000 (+0000) Subject: add a couple of votes X-Git-Tag: 2.0.49~395 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7170e5a19027bf51ce82ab6cc5efaf51d0beeb69;p=thirdparty%2Fapache%2Fhttpd.git add a couple of votes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101699 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index d80c96d03fc..17a063191ad 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2003/11/05 00:30:26 $] +Last modified at [$Date: 2003/11/05 02:34:27 $] Release: @@ -291,7 +291,7 @@ PATCHES TO BACKPORT FROM 2.1 * mod_autoindex: Don't omit the start tag if the SuppressIcon option is set. PR 21668. modules/generators/mod_autoindex.c: r1.123 - +1: nd + +1: nd, trawick * mod_setenvif: Fix optimizer to treat regexps as such even if they only contain anchors like \b. PR 24219. @@ -307,7 +307,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 + +1: nd, trawick * mod_autoindex: Restore the ability to add a description for directories that don't contain an index file.