]> granicus.if.org Git - apache/blobdiff - CHANGES
On the trunk:
[apache] / CHANGES
diff --git a/CHANGES b/CHANGES
index b609bfb9fad93f68476690b3200bfab0f21e6061..fe42e7f21b8c1180b1e9d533305f2398dbcd86f1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,14 +1,50 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
-  *) mod_http2: change lifetime of h2_session record to address crashes
-     during connection shutdown. [Yann Ylavic, Stefan Eissing]
+  *) MPMs unix: Place signals handlers and helpers out of DSOs to avoid
+     a possible crash if a signal is caught during (graceful) restart.
+     PR 60487.  [Yann Ylavic]
+
+  *) mod_cache: Fix a regression in 2.4.25 for the forward proxy case by
+     computing and using the same entity key according to when the cache
+     checks, loads and saves the request.
+     PR 60577.  [Yann Ylavic]
+  
+  *) mod_proxy_http2: support for ProxyPreserverHost directive. [Stefan Eissing]
+  
+  *) mod_proxy_fcgi: Add ProxyFCGISetEnvIf to fixup CGI environment
+     variables just before invoking the FastCGI. [Eric Covener,
+     Jacob Champion]
+
+  *) mod_proxy: Allow the per-request environment variable "no-proxy" to
+     be used as an alternative to ProxyPass /path !. This is primarily
+     to set exceptions for ProxyPass specified in <Location> context.
+     Use SetEnvIf, not SetEnv. [Eric Covener]
+
+  *) mod_http2: fix for crash when running out of memory.
+     [Robert Swiecki <robert@swiecki.net>, Stefan Eissing]
      
-  *) mod_proxy_fcgi: Return to 2.4.20-and-earlier behavior of leaving 
-     a "proxy:fcgi://" prefix in the SCRIPT_FILENAME environment variable by 
+  *) mod_ssl: work around leaks on (graceful) restart. [Yann Ylavic]
+
+  *) When using mod_status with the Event MPM, report the number of requests
+     associated with an active connection in the "ACC" field. Previously
+     zero was always reported with this MPM.  PR60647. [Eric Covener]
+
+  *) core: %{DOCUMENT_URI} used in nested SSI expressions should point to the
+     URI originally requsted by the user, not the nested documents URI. This
+     restores the behavior of this variable to match the "legacy" SSI parser.
+     PR60624. [Hank Ibell <hwibell gmail.com>]
+
+  *) mod_proxy_hcheck: Don't validate timed out responses.  [Yann Ylavic]
+
+  *) mod_proxy_hcheck: Ensure thread-safety when concurrent healthchecks are
+     in use (ProxyHCTPsize > 0).  PR 60071.  [Yann Ylavic, Jim Jagielski]
+
+  *) mod_proxy_fcgi: Return to 2.4.20-and-earlier behavior of leaving
+     a "proxy:fcgi://" prefix in the SCRIPT_FILENAME environment variable by
      default.  Add ProxyFCGIBackendType to allow the type of backend to be
      specified so these kinds of fixups can be restored without impacting
-     FPM. PR60576 [Eric Covener]
+     FPM. PR60576 [Eric Covener, Jim Jagielski]
 
   *) Don't set SO_REUSEPORT unless ListenCoresBucketsRatio is greater
      than zero.  [Eric Covener]