From: William A. Rowe Jr Date: Thu, 17 Feb 2005 23:55:59 +0000 (+0000) Subject: Belated CHANGES, must have conflicted last time I tried to commit. X-Git-Tag: 2.1.3~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72d19a6a8700526ab2508b4ddd276ad017ae7271;p=thirdparty%2Fapache%2Fhttpd.git Belated CHANGES, must have conflicted last time I tried to commit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154213 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 70bdbdb1a3f..1e40e235a7e 100644 --- a/CHANGES +++ b/CHANGES @@ -595,6 +595,12 @@ Changes with Apache 2.1.1 [Apache 2.1.0-dev includes those bug fixes and changes with the Apache 2.0.xx tree as documented, and except as noted, below.] +Changes with Apache 2.0.54 + + *) mod_win32: Ignore both PATH_INFO as well as PATH_TRANSLATED to avoid + hiccups from additional path information passed in non-utf-8 format. + [Richard Donkin