From: Jeff Trawick Date: Fri, 22 Nov 2013 21:02:20 +0000 (+0000) Subject: add CHANGES entry for event's apr_atomic sanity check added X-Git-Tag: 2.4.8~374 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b474eb659c5fa77dce66bc601f26a86a1c1ad3f;p=apache add CHANGES entry for event's apr_atomic sanity check added 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 --- diff --git a/CHANGES b/CHANGES index 9cf2de4423..60388c60f9 100644 --- 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]