From: Ruediger Pluem Date: Fri, 6 Apr 2018 08:05:20 +0000 (+0000) Subject: * Add missing CHANGES entry for revisions 1822849,1822858,1822878,1822879,1822883... X-Git-Tag: 2.5.0-alpha2-ci-test-only~2720 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d62a81264b9c344f6e6f861da98fc6d16e4d9a0;p=thirdparty%2Fapache%2Fhttpd.git * Add missing CHANGES entry for revisions 1822849,1822858,1822878,1822879,1822883,1828485 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1828493 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index b215db5d9f9..3f47e1876e2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,11 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) mod_proxy: Do not restrict the maximum pool size for backend connections + any longer by the maximum number of threads per process and use a better + default if mod_http2 is loaded. + [Yann Ylavic, Ruediger Pluem, Stefan Eissing, Gregg Smith] + *) mod_ssl: Fix merging of proxy SSL context outside sections, regression introduced in 2.4.30. PR 62232. [Rainer Jung, Yann Ylavic]