From: Greg Ames Date: Mon, 23 Jul 2001 18:49:11 +0000 (+0000) Subject: commit CHANGES file for patch to server/scoreboard.c X-Git-Tag: 2.0.22~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf192951e67af1fc01331c8c7fada2afcea56498;p=apache 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 --- 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.