X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=CHANGES;h=f1fe3cc8a005589bf069421657f9b227c40521b4;hb=5bdb7b75121bf7dc37bfc3f81c59e44013e1c4de;hp=c71b04bf568bb7c4156036f4048b0775aab5fddf;hpb=ced1bf5a12b37b6c159e23bd6caa108edeef829f;p=apache diff --git a/CHANGES b/CHANGES index c71b04bf56..f1fe3cc8a0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,30 @@ -*- coding: utf-8 -*- Changes with Apache 2.4.30 + + *) mpm_event: close connections not reported as handled by any module to + avoid losing track of them and leaking scoreboard entries. PR 61551. + [Yann Ylavic] + + *) core: A signal received while stopping could have crashed the main + process. PR 61558. [Yann Ylavic] + + *) mod_ssl: support for mod_md added. [Stefan Eissing] + + *) mod_proxy_html: process parsed comments immediately. + Fixes bug (seen in the wild when used with IBM's HTTPD bundle) + where parsed comments may be lost. [Nick Kew] + + *) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew] + + *) mod_proxy_html: fix typo-bug processing "strict" vs "transitional" + HTML/XHTML. PR 56457 [Nick Kew] + + *) mpm_event: avoid a very unlikely race condition between the listener and + the workers when the latter fails to add a connection to the pollset. + [Yann Ylavic] + + *) core: silently ignore a not existent file path when IncludeOptional + is used. PR 57585. [Alberto Murillo Silva , Luca Toscano] *) mod_macro: fix usability of globally defined macros in .htaccess files. PR 57525. [Jose Kahan , Yann Ylavic]