]> granicus.if.org Git - apache/commitdiff
Fix a problem in the new --enable-layout functionality where
authorAaron Bannert <aaron@apache.org>
Wed, 6 Mar 2002 18:49:54 +0000 (18:49 +0000)
committerAaron Bannert <aaron@apache.org>
Wed, 6 Mar 2002 18:49:54 +0000 (18:49 +0000)
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

diff --git a/CHANGES b/CHANGES
index 7bdc9f6bdaa3e099cbd4c31eed866a62922bb954..f6acca8e981060f5ac2eb01af5fe2c0801a4f077 100644 (file)
--- 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 <thom@planetarytramp.net>]
+
+  *) 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 <thom@planetarytramp.net>]