From: Yann Ylavic Date: Fri, 18 Jul 2014 21:43:55 +0000 (+0000) Subject: Follow up to r1611813: add missing CHANGE X-Git-Tag: 2.2.28~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=632ef1043f4aad50fc34018959383c00eb5ee38a;p=thirdparty%2Fapache%2Fhttpd.git Follow up to r1611813: add missing CHANGE git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1611816 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index ad8a7b02afd..e2b0a17e6aa 100644 --- a/CHANGES +++ b/CHANGES @@ -21,6 +21,9 @@ Changes with Apache 2.2.28 Fix a race condition in scoreboard handling, which could lead to a heap buffer overflow. [Joe Orton, Eric Covener, Jeff Trawick] + *) mod_proxy: Don't reuse a SSL backend connection whose requested SNI + differs. PR 55782. [Yann Ylavic] + *) mod_deflate: Fix inflation of files larger than 4GB. PR 56062. [Lukas Bezdicka ]