From: Christophe Jaillet Date: Fri, 10 Aug 2018 13:44:53 +0000 (+0000) Subject: Remove backported items from trunk/CHANGES X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=987966c5c883b56db884d17b75111775c37cd881;p=apache Remove backported items from trunk/CHANGES git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1837804 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 2d61ebe923..75d41c2da0 100644 --- a/CHANGES +++ b/CHANGES @@ -39,21 +39,6 @@ Changes with Apache 2.5.1 *) ru, zh-cn and zh-tw translations of errordocs have been added. Contributed by Alexander Gaganashvili and CodeingBoy - *) mod_authz_core: If several parameters are used in a AuthzProviderAlias - directive, if these parameters are not enclosed in quotation mark, only - the first one is handled. The other ones are silently ignored. - Add a message to warn about such a spurious configuration. - PR 62469 [Hank Ibell , Christophe Jaillet] - - *) mod_proxy_wstunnel: Add default schema ports for 'ws' and 'wss'. - PR 62480. [Lubos Uhliarik } - - *) http: Fix small memory leak per request when handling persistent - connections. [Ruediger Pluem, Joe Orton] - - *) mod_remoteip: Fix RemoteIP{Trusted,Internal}ProxyList loading broken by 2.4.30. - PR 62220. [Chritophe Jaillet, Yann Ylavic] - *) mod_userdir: If several directories are given in a UserDir directive, only files in the first existing one are checked. If the file is not found there, the other possible directories are not checked. The doc clearly states that they @@ -61,14 +46,6 @@ Changes with Apache 2.5.1 performed. PR 59636. [Christophe Jaillet] - *) mod_proxy: Fix a corner case where the ProxyPassReverseCookieDomain or - ProxyPassReverseCookiePath directive could fail to update correctly - 'domain=' or 'path=' in the 'Set-Cookie' header. PR 61560. - [Christophe Jaillet] - - *) mod_slotmem_shm: Add generation number to shm filename to fix races - with graceful restarts. PRs 62044 and 62308. [Jim Jagielski, Yann Ylavic] - *) mod_rewrite: Only create the global mutex used by "RewriteMap prg:" when this type of map is present in the configuration. PR62311. [Hank Ibell ] @@ -79,12 +56,6 @@ Changes with Apache 2.5.1 PKCS#11 OpenSSL engine. [Anderson Sasaki , Joe Orton] - *) mod_proxy_html: Fix variable interpolation and memory allocation failure - in ProxyHTMLURLMap. [Ewald Dieterich ] - - *) core: In ONE_PROCESS/debug mode, cleanup everything when exiting. - [Yann Ylavic] - *) mod_http2: adding an abort function to slave connections' pools, so out-of-memory events lead to a control process abort, as on HTTP/1.x connections. [Stefan Eissing] @@ -340,10 +311,6 @@ Changes with Apache 2.5.0-alpha associated with an active connection in the "ACC" field. Previously zero was always reported with this MPM. PR60647. [Eric Covener] - *) mod_remoteip: When overriding the useragent address from X-Forwarded-For, - zero out what had been initialized as the connection-level port. PR59931. - [Hank Ibell ] - *) mod_proxy_wstunnel: Reliably run before mod_proxy_http. [Eric Covener]