From: Eric Covener Date: Sat, 24 Mar 2018 11:43:44 +0000 (+0000) Subject: more style fixes X-Git-Tag: 2.4.34~266 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f9b0d18fb87bb9b5140c189d738f744c4134048;p=apache more style fixes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1827635 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index e7d0ea79ea..b56d314e42 100644 --- a/CHANGES +++ b/CHANGES @@ -101,15 +101,14 @@ Changes with Apache 2.4.30 (not released) may cause problems if used with round robin load balancers. PR 54637 [Stefan Fritsch] + *) SECURITY: CVE-2018-1302 (cve.mitre.org) + mod_http2: Potential crash w/ mod_http2. + [Stefan Eissing] + *) mod_proxy: Worker schemes and hostnames which are too large are no longer fatal errors; it is logged and the truncated values are stored. [Jim Jagielski] - - *) CVE-2018-1302 (cve.mitre.org) - mod_http2: Potential crash w/ mod_http2. - [Stefan Eissing] - *) mod_proxy: Allow setting options to globally defined balancer from ProxyPass used in VirtualHost. Balancers are now merged using the new merge_balancers method which merges the balancers options. [Jan Kaluza]