From: Cliff Woolley Date: Sun, 29 Jul 2001 02:44:39 +0000 (+0000) Subject: Re-commit Greg's 1.262 CHANGES commit on APACHE_2_0_22-branch X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2FAPACHE_2_0_22-branch;p=thirdparty%2Fapache%2Fhttpd.git 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 9375a0069e3..bf657794ebd 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]