From: Yann Ylavic Date: Tue, 3 Jun 2014 15:09:37 +0000 (+0000) Subject: Add some missing changes. X-Git-Tag: 2.4.10~165 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2c10461a779d997e5b1d4cabc495a9009167d22;p=apache Add some missing changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1599597 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index a8f3296bdd..f56ef656b6 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,9 @@ Changes with Apache 2.4.10 *) mod_auth_form: Add a debug message when the fields on a form are not recognised. [Graham Leggett] + *) mod_cache: Preserve non-cacheable headers forwarded from an origin 304 + response. PR 55547. [Yann Ylavic] + *) mod_proxy_wstunnel: Fix the use of SSL connections with the "wss:" scheme. PR55320. [Alex Liu ] @@ -18,6 +21,9 @@ Changes with Apache 2.4.10 *) mod_alias: Stop setting CONTEXT_PREFIX and CONTEXT_DOCUMENT environment variables as a result of AliasMatch. [Eric Covener] + *) mod_cache: Don't add cached/revalidated entity headers to a 304 response. + PR 55547. [Yann Ylavic] + *) mod_proxy_scgi: Support Unix sockets. ap_proxy_port_of_scheme(): Support default SCGI port (4000). [Jeff Trawick] @@ -25,7 +31,7 @@ Changes with Apache 2.4.10 is enabled. [Eric Covener] *) mod_expires: don't add Expires header to error responses (4xx/5xx), - be they generated or forwarded. PR 55669. [ Yann Ylavic ] + be they generated or forwarded. PR 55669. [Yann Ylavic] *) mod_proxy_fcgi: Don't segfault when failing to connect to the backend. (regression in 2.4.9 release) [Jeff Trawick] @@ -91,6 +97,9 @@ Changes with Apache 2.4.10 "http-equiv" meta tag specifies a Content-Type behind any other "http-equiv" meta tag. PR 56287 [Micha Lenk ] + *) Don't reuse a SSL backend connection whose SNI differs. PR 55782. + [Yann Ylavic] + *) Add suspend_connection and resume_connection hooks to notify modules when the thread/connection relationship changes. (Should be implemented for any third-party async MPMs.) [Jeff Trawick]