From: Christophe Jaillet Date: Wed, 1 Nov 2017 17:29:11 +0000 (+0000) Subject: Remove backported entries X-Git-Tag: 2.5.0-alpha~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c04709ee19508a141c11046062ac3f4439455e7d;p=apache Remove backported entries git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1813977 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 769c9afe82..f3f006e22c 100644 --- a/CHANGES +++ b/CHANGES @@ -18,9 +18,6 @@ Changes with Apache 2.5.0 *) core: A signal received while stopping could have crashed the main process. PR 61558. [Yann Ylavic] - *) mod_proxy: Fix regression for non decimal loadfactor parameter introduced - in 2.4.28. [Jim Jagielski] - *) mod_md: v1.0.0, new config directive 'MDNotifyCmd' to hook in a program when Managed Domains have obtained/renewed their certificates successfully. [Stefan Eissing] @@ -120,9 +117,6 @@ Changes with Apache 2.5.0 *) mod_proxy_fcgi: Add the support for mod_proxy's flushpackets and flushwait parameters. [Luca Toscano, Ruediger Pluem, Yann Ylavic] - *) mod_http2: Simplify ready queue, less memory and better performance. Update - mod_http2 version to 1.10.7. [Stefan Eissing] - *) mod_rewrite: Add 'RewriteOptions LongURLOptimization' to free memory from each set of unmatched rewrite conditions. [Eric Covener] @@ -216,8 +210,6 @@ Changes with Apache 2.5.0 in the past that also has Cache-Control: max-age or s-maxage. PR55156. [Eric Covener] - *) Added many log numbers to log statements that had none. - *) mod_session: Introduce SessionExpiryUpdateInterval which allows to configure the session/cookie expiry's update interval. PR 57300. [Paul Spangler ]