diff options
author | Madhusudan Mathihalli <madhum@apache.org> | 2003-03-13 19:56:10 +0100 |
---|---|---|
committer | Madhusudan Mathihalli <madhum@apache.org> | 2003-03-13 19:56:10 +0100 |
commit | c4a985c464ce8a5630ebfee9b3e232aa0114353e (patch) | |
tree | 696480b9107e284d4365b116b8929e2167d3941e | |
parent | reflect a fix merged to 2.0.45-dev (diff) | |
download | apache2-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-- | CHANGES | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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. |