]> granicus.if.org Git - apache/commitdiff
Oops. I'd forgotten to update the CHANGES file with the shmht fix.
authorMadhusudan Mathihalli <madhum@apache.org>
Thu, 13 Mar 2003 18:56:10 +0000 (18:56 +0000)
committerMadhusudan Mathihalli <madhum@apache.org>
Thu, 13 Mar 2003 18:56:10 +0000 (18:56 +0000)
PR: 17864
Submitted by: Andreas Leimbacher <andreasl67@yahoo.de>
Reviewed by: Madhusudan Mathihalli

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98994 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index b45ea52e5569998170886332b31f2e46a519486c..0ac43d2b92293722d8c45eecede051ab988d24dc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,8 +2,12 @@ Changes with Apache 2.1.0-dev
 
   [Remove entries to the current 2.0 section below, when backported]
 
+  *) ssl session caching(shmht) : Fix a SEGV problem with SHMHT session
+     caching. PR 17864.
+     [Andreas Leimbacher <andreasl67@yahoo.de>, Madhusudan Mathihalli]
+
   *) change directive name from 'compressionlevel' to 'deflatecompressionlevel'
-     [Ian Holsman, AndrĂ© Malo]]
+     [Ian Holsman, AndrĂ© Malo]
 
   *) mod_negotiation: quality values are now parsed independent from
      the current locale. level values are now really parsed as integers.