Re-commit Greg's 1.262 CHANGES commit on APACHE_2_0_22-branch

(There might be a better way to do this, but I think this will work)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_22-branch@89762 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGES b/CHANGES
index 9375a00..bf65779 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
 Changes with Apache 2.0.22
 
+  *) Fix a problem where the threaded MPM stalls after restarts or
+     segfaults.  Also prevent multiple active processes from using
+     the same scoreboard slot.  [Greg Ames]
+
   *) Apache/Win32 now fills in the service description with Apache's
      server version string, including loaded and advertised modules.
      [William Rowe]