From: William A. Rowe Jr Date: Thu, 11 Feb 2016 21:47:25 +0000 (+0000) Subject: Note change for r1729897 X-Git-Tag: 2.5.0-alpha~2113 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3054f5c726261449cd7fa0ea88538f90276f0dfc;p=thirdparty%2Fapache%2Fhttpd.git Note change for r1729897 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729898 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 188fa778ac9..e7df1730c5b 100644 --- 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]