]> granicus.if.org Git - apache/blobdiff - CHANGES
mod_proxy: Fix ProxyRemoteMatch directive.
[apache] / CHANGES
diff --git a/CHANGES b/CHANGES
index 11bc0f556ebb3fdda71ac1642f7cb5f7a2c9a978..14c452b5f87ca3f8644b71150758ce426c81c313 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,20 @@ Changes with Apache 2.1.3
 
   [Remove entries to the current 2.0 section below, when backported]
 
+  *) mod_proxy: Fix ProxyRemoteMatch directive.  PR 33170.
+     [Rici Lake <rici ricilake.net>]
+
+  *) proxy HTTP: Rework the handling of request bodies to handle
+     chunked input and input filters which modify content length, and
+     avoid spooling arbitrary-sized request bodies in memory.
+     PR 15859.  [Jeff Trawick]
+
+  *) mod_proxy: Fix incorrect decoding/unescaping for reverse proxies.
+     PR 32459, 15207. [Jim Jagielski]
+
+  *) Start keeping track of time-taken-to-process-request again for
+     mod_status if ExtendedStatus is enabled. [Jim Jagielski]
+
   *) mod_cache: Add CacheStorePrivate and CacheStoreNoStore directive.
      [Justin Erenkrantz]