From: Cliff Woolley Date: Mon, 20 May 2002 21:32:41 +0000 (+0000) Subject: just to be thorough X-Git-Tag: 2.0.37~322 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2ee2be9e31e4b3239320c24630046bbf645a619;p=thirdparty%2Fapache%2Fhttpd.git just to be thorough git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95196 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index fa9bcc636c6..ed4085dfac4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,10 @@ Changes with Apache 2.0.37 + + *) Fix an unusual set of ./configure arguments that could cause + mod_http to be built as a DSO, which it currently doesn't + support. PR 9244. + [Cliff Woolley, Robin Johnson ] + *) Win32: Fix bug in apr_sendfile() that caused incorrect operation of the %X, %b and %B logformat options. PR 8253, 8996. [Bill Stoddard]