diff options
author | Yann Ylavic <ylavic@apache.org> | 2018-03-15 19:17:28 +0100 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2018-03-15 19:17:28 +0100 |
commit | f05fa2ce9289ccc4f63de9c719e965376dcd6991 (patch) | |
tree | bb6191013b08d1b20dc61ab166271daad3143e77 | |
parent | mod_slotmem_shm: SHMs need to be attached in MPM winnt children processes. (diff) | |
download | apache2-f05fa2ce9289ccc4f63de9c719e965376dcd6991.tar.xz apache2-f05fa2ce9289ccc4f63de9c719e965376dcd6991.zip |
Follow up to r1826556: CHANGES entry.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1826847 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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] |