summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2017-07-30 01:21:58 +0200
committerYann Ylavic <ylavic@apache.org>2017-07-30 01:21:58 +0200
commit1e4868accc401eb8f2c1163690e9396f9edbe835 (patch)
tree39e097016ee782110cbd7f0555d1d58275fe9185 /CHANGES
parentmod_ssl, ab: compatibility with LibreSSL. PR 61184. (diff)
downloadapache2-1e4868accc401eb8f2c1163690e9396f9edbe835.tar.xz
apache2-1e4868accc401eb8f2c1163690e9396f9edbe835.zip
Follow up to r1803396: CHANGES entry.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1803398 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 930504d62f..cad233d37b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) mod_ssl, ab: Fix compatibility with LibreSSL. PR 61184.
+ [Bernard Spil <brnrd freebsd.org>, Yann Ylavic]
+
*) event: Avoid possible blocking in the listener thread when shutting down
connections. PR 60956. [Yann Ylavic]