]> granicus.if.org Git - apache/commitdiff
Follow up to r1674542 and r1675410: CHANGES entry.
authorYann Ylavic <ylavic@apache.org>
Wed, 29 Apr 2015 20:08:43 +0000 (20:08 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 29 Apr 2015 20:08:43 +0000 (20:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1676842 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 204ff7f681b6eddb7eb4a57fdb7ce21db8fed1fd..02c1df94b6335960076671cd71c8c6477ec07d73 100644 (file)
--- 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 <pil.oss gmail com>, Stefan Sperling,
+     Kaspar Brand]
+
   *) mod_ssl: make sure to consistently output SSLCertificateChainFile
      deprecation warnings, when encountered in a VirtualHost block.
      [Falco Schwarz <hiding falco.me>]