From: André Malo Date: Wed, 23 Jul 2003 13:45:17 +0000 (+0000) Subject: promises... :) X-Git-Tag: 2.0.48~200 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff873429837ad91dcff46369b565c612e6ed7d2f;p=thirdparty%2Fapache%2Fhttpd.git promises... :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100745 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 250e950be23..db72c41f28c 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2003/07/23 08:14:44 $] +Last modified at [$Date: 2003/07/23 13:45:17 $] Release: @@ -265,10 +265,11 @@ PATCHES TO PORT FROM 2.1 * httpd-std.conf: Try to be clearer in describing the connection between AddType and AddEncoding for defining the meaning of compressed file extensions. Follows mime.types change above. - docs/conf/httpd-std.conf.in: r1.47 + docs/conf/httpd-std.conf.in: r1.47, 1.53 docs/conf/httpd-win.conf: r1.93 jerenkrantz asks: Why does httpd-std.conf.in have two copies of the AddEncoding directives? This is a typo, right? + nd replies: Sure. 1.53 fixes that. +1: fielding, nd * mod_ext_filter: Set additional environment variables for use by @@ -295,9 +296,10 @@ PATCHES TO PORT FROM 2.1 * Ignore RewriteRules in .htaccess files if the directory containing the .htaccess file is requested without a trailing slash. PR 20195. - modules/mappers/mod_rewrite.c: r1.156 + modules/mappers/mod_rewrite.c: r1.156, 1.168 jerenkrantz says: We're doing 3 strlen's on the same value, can we please clean that up? + nd replies: of course ..., 1.168 does. +1: nd * ab: reject overlong credentials from command line (2.0 + 1.3)