]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
To a user, explanation of r607668 is pretty simple.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 31 Dec 2007 05:04:01 +0000 (05:04 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 31 Dec 2007 05:04:01 +0000 (05:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@607670 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 23cb5ed1d93f307ece06a042685523ced1ffa35b..478230ae4c8068fc16baea1f34f0f0eca69d58c4 100644 (file)
--- 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]