From b0ea2d3fe4c1c6b112cc722e0d7576cccd82645f Mon Sep 17 00:00:00 2001 From: Aaron Bannert Date: Wed, 6 Mar 2002 18:49:54 +0000 Subject: [PATCH] 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 --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index 7bdc9f6bda..f6acca8e98 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 ] -- 2.40.0