From: Yann Ylavic Date: Thu, 15 Mar 2018 18:17:28 +0000 (+0000) Subject: Follow up to r1826556: CHANGES entry. X-Git-Tag: 2.5.0-alpha2-ci-test-only~2791 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f05fa2ce9289ccc4f63de9c719e965376dcd6991;p=thirdparty%2Fapache%2Fhttpd.git Follow up to r1826556: CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1826847 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index e2aeb3a4de0..79fa83dc6b4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) core: Fix request timeout logging and possible crash for error_log hooks. + [Yann Ylavic] + *) mod_slomem_shm: Fix failure to create balancers's slotmems in Windows MPM, where children processes need to attach them instead since they are owned by the parent process already. [Yann Ylavic]