From: Yann Ylavic Date: Tue, 26 May 2015 11:21:00 +0000 (+0000) Subject: CHANGES: add ALPN entry. X-Git-Tag: 2.5.0-alpha~3125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5cbd1ba7c8a136d0a542741aaf923555c1c25b7d;p=apache CHANGES: add ALPN entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1681741 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 701a9302bc..3ee116c823 100644 --- 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 , Joe Orton, Jim Jagielski, + Stefan Eissing , 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]