From: Nick Kew Date: Tue, 8 Aug 2006 23:33:21 +0000 (+0000) Subject: That proxy change was functional, even if it was just one character:-) X-Git-Tag: 2.3.0~2167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e2d246c203696f1365c43182980e9bd273ac066;p=thirdparty%2Fapache%2Fhttpd.git That proxy change was functional, even if it was just one character:-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@429883 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 1e0ed285528..16c85eff163 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,9 @@ Changes with Apache 2.3.0 [Remove entries to the current 2.0 and 2.2 section below, when backported] + *) mod_proxy: don't URLencode tilde in path component + [Stijn Hoop ] + *) mpm_winnt: Fix return values from wait_for_many_objects. The return value is index to the signaled thread in the creted_threads array. We can not use WAIT_TIMEOUT because