]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add CHANGES entry before backport proposal
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 12 Apr 2015 07:52:22 +0000 (07:52 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 12 Apr 2015 07:52:22 +0000 (07:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1672989 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 9ca4cccf7ffb14b8140a58335266d379e320a633..7ca5e397a3916cd6f776c05aeccfa6a5c142672a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
+  *) ssl: Add a warning if protocol given in SSLProtocol or SSLProxyProtocol
+     will override other parameters given in the same directive. This could be
+     a missing + or - prefix.  PR 52820 [Christophe Jaillet]
+
   *) core: Make sure to also print VirtualHost log messages of level
      "warn" or higher at configuration parsing time. [Kaspar Brand]