summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMadhusudan Mathihalli <madhum@apache.org>2003-03-13 19:56:10 +0100
committerMadhusudan Mathihalli <madhum@apache.org>2003-03-13 19:56:10 +0100
commitc4a985c464ce8a5630ebfee9b3e232aa0114353e (patch)
tree696480b9107e284d4365b116b8929e2167d3941e
parentreflect a fix merged to 2.0.45-dev (diff)
downloadapache2-c4a985c464ce8a5630ebfee9b3e232aa0114353e.tar.xz
apache2-c4a985c464ce8a5630ebfee9b3e232aa0114353e.zip
Oops. I'd forgotten to update the CHANGES file with the shmht fix.
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
-rw-r--r--CHANGES6
1 files changed, 5 insertions, 1 deletions
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 <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.