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 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>]