]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
clarify impact of http://svn.apache.org/viewvc?view=rev&rev=567091 in CHANGES entry
authorEric Covener <covener@apache.org>
Sun, 19 Aug 2007 23:11:45 +0000 (23:11 +0000)
committerEric Covener <covener@apache.org>
Sun, 19 Aug 2007 23:11:45 +0000 (23:11 +0000)
based on email discussion

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@567503 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 8ad9ec1b64f5d630cc1fb66cd9d450b1d0dce034..d7f4decf900c0453040fa00eea62c0ed4c66f4be 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,9 @@
                                                         -*- coding: utf-8 -*-
 Changes with Apache 2.3.0
 
-  *) mod_ldap: Copy cache lock into per-server config
-     [Eric Covener]
+  *) mod_ldap: Avoid possible crashes, hangs, and busy loops due to
+     improper merging of the cache lock in vhost config
+     PR 43164 [Eric Covener]
 
   *) mod_negotiation: preserve Query String in resolving a type map
      PR 33112 [Jørgen Thomsen <apache jth.net>, Nick Kew]