From: Eric Covener Date: Sat, 24 Mar 2018 20:07:54 +0000 (+0000) Subject: CHANGES for r1827654 X-Git-Tag: 2.5.0-alpha2-ci-test-only~2750 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=521347289f71b5c197219a6ff7069c4a13fa44ec;p=thirdparty%2Fapache%2Fhttpd.git CHANGES for r1827654 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1827671 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 128145e6ec2..52a423b3df0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) mod_remoteip: Restore compatibility with APR 1.4 (apr_sockaddr_is_wildcard). + [Eric Covener] + *) mod_ssl: heavily simplified SSLPolicy. No more user defines, no propxy policies, just the basic "modern", "intermediate" and "old" as specified by Mozilla security. [Stefan Eissing]