summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2001-06-07 03:29:20 +0200
committerJeff Trawick <trawick@apache.org>2001-06-07 03:29:20 +0200
commit12f30e182e0711cd7f19bfb6b95393bcaf580502 (patch)
tree2f3846c47d3151b3cd96a22e25b82ef401cf5407 /CHANGES
parentimplement Ryan's suggested fix for buckets associated with a subrequest (diff)
downloadapache2-12f30e182e0711cd7f19bfb6b95393bcaf580502.tar.xz
apache2-12f30e182e0711cd7f19bfb6b95393bcaf580502.zip
the subrequest pool issue wasn't recent breakage so mention it in
CHANGES subsequent fixers feel free to overlay may name with yours :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89285 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index bf148b6af1..af50a88611 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
Changes with Apache 2.0.19-dev
+ *) Fix a problem with subrequest buckets having private data in the
+ wrong (i.e., subrequest) pool. This could lead to a segfault
+ later after the subrequest pool is cleaned up.
+ [Ryan Bloom, Jeff Trawick]
+
*) Add a new request hook, error_log. This phase allows modules
to act on the error log string _after_ it has been written
to the error log. The goal for this hook is to allow monitoring