]> granicus.if.org Git - apache/commitdiff
Add some missing changes.
authorYann Ylavic <ylavic@apache.org>
Tue, 3 Jun 2014 15:09:37 +0000 (15:09 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 3 Jun 2014 15:09:37 +0000 (15:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1599597 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index a8f3296bddf2da2e45f4f20f00bb426a0d860f92..f56ef656b6de31b3a8b944fd628e7aae106f9994 100644 (file)
--- 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 <alex.leo.ca gmail.com>]
 
@@ -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 <micha lenk info>]
 
+  *) 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]