]> granicus.if.org Git - apache/commitdiff
Note change for r1729897
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 11 Feb 2016 21:47:25 +0000 (21:47 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 11 Feb 2016 21:47:25 +0000 (21:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729898 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 188fa778ac94c1495245d707eada138f7e2acf28..e7df1730c5bab9d27046c53b6a9b2c7d3282b8b6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,11 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
+  *) core: Track the useragent_host per-request when mod_remoteip or similar
+     modules track a per-request useragent_ip.  Modules should be updated
+     to inquire for ap_get_useragent_host() in place of ap_get_remote_host().
+     [William Rowe]
+
   *) mod_proxy: Play/restore the TLS-SNI on new backend connections which
      had to be issued because the remote closed the previous/reusable one
      during idle (keep-alive) time.  [Yann Ylavic]