summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorGreg Ames <gregames@apache.org>2001-07-23 20:49:11 +0200
committerGreg Ames <gregames@apache.org>2001-07-23 20:49:11 +0200
commitbf192951e67af1fc01331c8c7fada2afcea56498 (patch)
tree83897804ff638ff6b99826e429dff2ee336d14dc /CHANGES
parentprevent seg faults in mod_status with ExtendedStatus enabled, after (diff)
downloadapache2-bf192951e67af1fc01331c8c7fada2afcea56498.tar.xz
apache2-bf192951e67af1fc01331c8c7fada2afcea56498.zip
commit CHANGES file for patch to server/scoreboard.c
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89661 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c8b6d82f38..2a90fd27d1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,9 @@
Changes with Apache 2.0.22-dev
+
+ *) Fix seg faults in mod_status with ExtendedStatus enabled, after
+ restarts. A garbage pointer to a vhost's server_rec from the
+ previous generation was being left around under certain
+ conditions.
*) Fix a cosmetic problem with mod_include. Non-existant SSI vars
used to appear as '(none', without the closing paren.