From: Aaron Bannert Date: Sun, 28 Apr 2002 23:44:13 +0000 (+0000) Subject: What did I do today? X-Git-Tag: 2.0.36~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0abe985a2e755a7c9b8f1418727a83335e548c03;p=apache What did I do today? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94848 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index fbdb7fc1e5..4b4024194d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,10 @@ Changes with Apache 2.0.37 + *) Don't install *.in configuration files since we already install + *-std.conf files. [Aaron Bannert] + + *) Many improvements to the threadpool MPM. [Aaron Bannert] + *) Fix subreqs that are promoted via fast_redirect from having invalid frec->r structures. This would cause subtle errors later on in request processing such as seen in PR 7966. [Justin Erenkrantz]