From 1de26da01423264a11ce4c0d84ac8b84d7314fd0 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Thu, 14 May 2015 18:53:35 +0000 Subject: [PATCH] Note change made last week to make 2.2 consistent with 2.4 default config git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1679431 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 10152e30446..73a9def457a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,10 @@ -*- coding: utf-8 -*- Changes with Apache 2.2.30 + *) SSLProtocol and SSLCipherSuite recommendations in the example/default + conf/extra/httpd-ssl.conf file are now global in scope, affecting all + VirtualHosts (matching 2.4 default configuration). [William Rowe] + *) Turn static function get_server_name_for_url() into public ap_get_server_name_for_url() and use it where appropriate. This fixes mod_rewrite generating invalid URLs for redirects to IPv6 -- 2.47.2