From: Aaron Bannert Date: Wed, 6 Mar 2002 18:49:54 +0000 (+0000) Subject: Fix a problem in the new --enable-layout functionality where X-Git-Tag: CHANGES~224 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b0ea2d3fe4c1c6b112cc722e0d7576cccd82645f;p=thirdparty%2Fapache%2Fhttpd.git Fix a problem in the new --enable-layout functionality where it wouldn't allow overrides from variables like --prefix, --bindir, etc. Mention my fix to the core input filter for the AP_MODE_EXHAUSTIVE case. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93739 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 7bdc9f6bdaa..f6acca8e981 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,14 @@ Changes with Apache 2.0.34-dev Changes with Apache 2.0.33 + *) Fix a problem in the new --enable-layout functionality where + it wouldn't allow overrides from variables like --prefix, + --bindir, etc. [Thom May ] + + *) Fix a bug in the core input filter for AP_MODE_EXHAUSTIVE. It + no longer hangs around waiting for the socket to close before + returning exhaustive data. [Aaron Bannert] + *) rename apr_exploded_time_t to apr_time_exp_t (as per renames pending) [Thom May ]