From: Jeff Trawick Date: Thu, 18 Sep 2003 12:37:52 +0000 (+0000) Subject: vote X-Git-Tag: 2.0.48~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=229e34038139c8ad9f018fd7ab9d4ed307c96d75;p=thirdparty%2Fapache%2Fhttpd.git vote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101279 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 70bde371969..522094a5a6e 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2003/09/17 10:53:32 $] +Last modified at [$Date: 2003/09/18 12:37:52 $] Release: @@ -291,7 +291,7 @@ PATCHES TO PORT FROM 2.1 * Fix mod_log_config's %b format to write "-" in case of bytes_sent == 0. modules/loggers/mod_log_config.c: r1.106 - +1: nd, jorton + +1: nd, jorton, trawick * Overhaul of mod_include's filter parser. modules/filters/mod_include.c: r1.235, r1.236 @@ -315,7 +315,7 @@ PATCHES TO PORT FROM 2.1 There's also a practical advantage; it saves some CPU cycles, since the tree walk is shorter. modules/filters/mod_include.c: r1.261 - +1: nd, brianp + +1: nd, brianp, trawick * mod_include's expression tokenizer: don't skip the first character of a string, it may be a backslash. (2.0 + 1.3)