]> granicus.if.org Git - apache/commitdiff
add CHANGES entry for event's apr_atomic sanity check added
authorJeff Trawick <trawick@apache.org>
Fri, 22 Nov 2013 21:02:20 +0000 (21:02 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 22 Nov 2013 21:02:20 +0000 (21:02 +0000)
to the 2.4.x branch in r1542560

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1544676 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 9cf2de44237589193426c5eae90e308f192a24e3..60388c60f92adb942ea04087a64b4f8e98ac4716 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -11,6 +11,9 @@ Changes with Apache 2.4.7
 
   *) event: Use skiplist data structure. [Jim Jagielski]
 
+  *) event: Fail at startup with message AP02405 if the APR atomic
+     implementation is not compatible with the MPM.  [Jim Jagielski]
+
   *) mpm_unix: Add ap_mpm_podx_* implementation to avoid code duplication
      and align w/ trunk. [Jim Jagielski]