summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCliff Woolley <jwoolley@apache.org>2001-07-29 02:44:39 +0000
committerCliff Woolley <jwoolley@apache.org>2001-07-29 02:44:39 +0000
commitd1ccc3b771d7bded9aa51d15420ed8e72f3850c0 (patch)
tree246b3e16115c0fc14f078e9c8b10be2a7d8d4185
parent400a3558347abaf7b81b77997073e9ff505defd9 (diff)
downloadhttpd-APACHE_2_0_22-branch.tar.gz
Re-commit Greg's 1.262 CHANGES commit on APACHE_2_0_22-branchAPACHE_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
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9375a0069e..bf657794eb 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]