]> granicus.if.org Git - apache/commitdiff
commit CHANGES file for patch to server/scoreboard.c
authorGreg Ames <gregames@apache.org>
Mon, 23 Jul 2001 18:49:11 +0000 (18:49 +0000)
committerGreg Ames <gregames@apache.org>
Mon, 23 Jul 2001 18:49:11 +0000 (18:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89661 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index c8b6d82f38b786866a8715169e74ad06574cbd8d..2a90fd27d1f389814df1f42ff8c8a04947f9a6bc 100644 (file)
--- 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.