From: William A. Rowe Jr Date: Mon, 25 Nov 2002 19:41:36 +0000 (+0000) Subject: Changes committed - and set aside a placeholder for 2.1 patches. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17af2618f8db3128d697d96f6733b3994d741f30;p=apache Changes committed - and set aside a placeholder for 2.1 patches. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97651 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 8c521175e2..638c0e09d7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,20 @@ +Changes with Apache 2.1.0-dev + + [Remove entries to the current 2.0 section below, when backported] + + + Changes with Apache 2.0.44 + *) mod_negotiation: Set the appropriate mime response headers + (Content-Type, charset, Content-Language and Content-Encoding) + for negotated type-map "Body:" responses (such as the error + pages.) [André Malo ] + + *) mod_log_config: Allow '%%' escaping in CustomLog format + strings to insert a literal, single '%'. + [André Malo ] + *) Fix the building of cgi command lines when the query string contains '='. PR 13914 [Ville Skyttä , Jeff Trawick]