From: André Malo Date: Tue, 13 May 2003 23:32:07 +0000 (+0000) Subject: sync X-Git-Tag: pre_ajp_proxy~1705 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=113977596d08a16e428169e0a5c1de5a10a0176d;p=thirdparty%2Fapache%2Fhttpd.git sync git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99812 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index db7a761a2df..3c65a907913 100644 --- a/CHANGES +++ b/CHANGES @@ -2,22 +2,11 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] - *) Use appropriate language code for Czech (cs) in default config - files. PR 9427. [André Malo] - - *) mod_auth_ldap: Use generic whitespace character class when parsing - "require" directives, instead of literal spaces only. PR 17135. - [André Malo] - *) Ensure that ssl-std.conf is generated at configure time, and switch to using the expanded config variables to work the same as httpd-std.conf PR 19611 [Thom May] - *) Hook mod_rewrite's type checker before mod_mime's one. That way the - RewriteRule [T=...] Flag should work as expected now. PR 19626. - [André Malo] - *) Fix a problem with namespace mappings being dropped in mod_dav_fs; if any property values were set which defined namespaces these came out mangled in the PROPFIND response. PR 11637. @@ -164,6 +153,17 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.46 + *) Use appropriate language code for Czech (cs) and Traditional Chinese + (zh-tw) in default config files. PR 9427. [André Malo] + + *) mod_auth_ldap: Use generic whitespace character class when parsing + "require" directives, instead of literal spaces only. PR 17135. + [André Malo] + + *) Hook mod_rewrite's type checker before mod_mime's one. That way the + RewriteRule [T=...] Flag should work as expected now. PR 19626. + [André Malo] + *) htpasswd: Check the processed file on validity. If a line is not empty and not a comment, it must contain at least one colon. Otherwise exit with error code 7. [Kris Verbeeck , Thom May]