diff options
author | Greg Ames <gregames@apache.org> | 2001-07-23 20:49:11 +0200 |
---|---|---|
committer | Greg Ames <gregames@apache.org> | 2001-07-23 20:49:11 +0200 |
commit | bf192951e67af1fc01331c8c7fada2afcea56498 (patch) | |
tree | 83897804ff638ff6b99826e429dff2ee336d14dc /CHANGES | |
parent | prevent seg faults in mod_status with ExtendedStatus enabled, after (diff) | |
download | apache2-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-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |