From: Madhusudan Mathihalli Date: Thu, 13 Mar 2003 18:56:10 +0000 (+0000) Subject: Oops. I'd forgotten to update the CHANGES file with the shmht fix. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e771c9655b47a31f246346486866874413acbc9e;p=apache Oops. I'd forgotten to update the CHANGES file with the shmht fix. PR: 17864 Submitted by: Andreas Leimbacher Reviewed by: Madhusudan Mathihalli git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98994 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index b45ea52e55..0ac43d2b92 100644 --- 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 , 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.