From: Yann Ylavic Date: Wed, 29 Apr 2015 20:08:43 +0000 (+0000) Subject: Follow up to r1674542 and r1675410: CHANGES entry. X-Git-Tag: 2.5.0-alpha~3206 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a53240a7006e5b692861f44bbc3fe73fa2e544db;p=apache Follow up to r1674542 and r1675410: CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1676842 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 204ff7f681..02c1df94b6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,11 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) mod_ssl: Check for the Entropy Gathering Daemon (EGD) availability at + configure time (RAND_egd), and complain if SSLRandomSeed requires using + it otherwise. [Bernard Spil , Stefan Sperling, + Kaspar Brand] + *) mod_ssl: make sure to consistently output SSLCertificateChainFile deprecation warnings, when encountered in a VirtualHost block. [Falco Schwarz ]