From: William A. Rowe Jr Date: Mon, 31 Dec 2007 05:04:01 +0000 (+0000) Subject: To a user, explanation of r607668 is pretty simple. X-Git-Tag: 2.0.62~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b46bb2142b05bf1cddc39b2204556fcf33548608;p=thirdparty%2Fapache%2Fhttpd.git To a user, explanation of r607668 is pretty simple. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@607670 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 23cb5ed1d93..478230ae4c8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,10 +1,13 @@ - -*- coding: utf-8 -*- + -*- coding: utf-8 -*- Changes with Apache 2.0.62 *) SECURITY: CVE-2007-5000 (cve.mitre.org) mod_imagemap: Fix a cross-site scripting issue. Reported by JPCERT. [Joe Orton] + *) log.c: Ensure Win32 ressurects its lost robust logger processes. + [William Rowe] + *) mpm_winnt: Eliminate wait_for_many_objects. Allows the clean shutdown of the server when the MaxClients is higher then 257, in a more responsive manner [Mladen Turk, William Rowe]