madhum 2003/03/13 10:56:11
Modified: . CHANGES
Log:
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
Revision Changes Path
1.1120 +5 -1 httpd-2.0/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/httpd-2.0/CHANGES,v
retrieving revision 1.1119
retrieving revision 1.1120
diff -u -r1.1119 -r1.1120
--- CHANGES 12 Mar 2003 18:25:39 -0000 1.1119
+++ CHANGES 13 Mar 2003 18:56:10 -0000 1.1120
@@ -2,8 +2,12 @@
[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.
|