]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1611813: add missing CHANGE
authorYann Ylavic <ylavic@apache.org>
Fri, 18 Jul 2014 21:43:55 +0000 (21:43 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 18 Jul 2014 21:43:55 +0000 (21:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1611816 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index ad8a7b02afdf20d433fe9239f61a83f4ca97ddef..e2b0a17e6aaf73e66288ec6f80d19b9ac2379195 100644 (file)
--- 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 <social v3.sk>]