]> granicus.if.org Git - apache/commitdiff
Reinstate comment.
authorGraham Leggett <minfrin@apache.org>
Fri, 11 Feb 2011 20:30:04 +0000 (20:30 +0000)
committerGraham Leggett <minfrin@apache.org>
Fri, 11 Feb 2011 20:30:04 +0000 (20:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1069947 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 5954bf10dc0ed9795890a85b76875197980c302a..1b947bf851621abe4f325158f8f13aaf10c27195 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,10 @@ Changes with Apache 2.3.11
   *) mod_cache: Respect s-maxage as described by RFC2616 14.9.3, which must
      take precedence if present. PR 35247. [Graham Leggett]
 
+  *) mod_ssl: Fix a possible startup failure if multiple SSL vhosts
+     are configured with the same ServerName and private key file.
+     [Masahiro Matsuya <mmatsuya redhat.com>, Joe Orton]
+
   *) mod_socache_dc: Make module compile by fixing some typos.
      PR 50735 [Mark Montague <mark catseye.org>]