From: Jim Jagielski Date: Fri, 15 Aug 2008 22:13:31 +0000 (+0000) Subject: Backported to 2.2.x as of 686396 X-Git-Tag: 2.3.0~363 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fecb728e9fe3175585c4e03efada866899c28cd6;p=thirdparty%2Fapache%2Fhttpd.git Backported to 2.2.x as of 686396 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@686397 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 0951dfc370f..230e1fa401d 100644 --- a/CHANGES +++ b/CHANGES @@ -10,15 +10,6 @@ Changes with Apache 2.3.0 be able to set the timeout for connecting to the backend separately. PR 45445. [Ruediger Pluem, rahul ] - *) mod_dav_fs: Retrieve minimal system information about directory - entries when walking a DAV fs, resolving a performance degradation on - Windows. PR 45464. [Joe Orton, Jeff Trawick] - - *) mod_cgid: Pass along empty command line arguments from an ISINDEX - query that has consecutive '+' characters in the QUERY_STRING, - matching the behavior of mod_cgi. - [Eric Covener] - *) mod_auth_core: Detect during startup when AuthDigestProvider is configured to use an incompatible provider via AuthnProviderAlias. PR 45196 [Eric Covener]