]> granicus.if.org Git - apache/commitdiff
CHANGES: add ALPN entry.
authorYann Ylavic <ylavic@apache.org>
Tue, 26 May 2015 11:21:00 +0000 (11:21 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 26 May 2015 11:21:00 +0000 (11:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1681741 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 701a9302bc573d70421db2fafd7ecce40749c0ba..3ee116c823588984372b7204c7248ffa9a28cc55 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,12 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
+  *) mod_ssl: add ALPN support by allowing other modules to register callbacks
+     for negotiation of the application layer protocol.  PR 52210.
+     [Matthew Steele <mdsteele google com>, Joe Orton, Jim Jagielski,
+      Stefan Eissing <stefan eissing org>, Rainer Jung, Ruediger Pluem,
+      Kaspar Brand]
+
   *) mod_proxy: Don't put the worker in error state for 500 or 503 errors
      returned by the backend unless failonstatus is configured to.  PR 56925.
      [Yann Ylavic]