summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2003-05-21 04:38:56 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2003-05-21 04:38:56 +0000
commitb92e9122a5ecb7b3d962e9d91571099edb5afee4 (patch)
tree26b3c515710438aff1b7e6b30f4394a43b6a8c23 /CHANGES
parent24a6c5480965374d92c368dbfe987572056d3d06 (diff)
downloadhttpd-b92e9122a5ecb7b3d962e9d91571099edb5afee4.tar.gz
Fix PR 17864, and also fixes a SEGV problem when SHMHT was used.
The porting of the code from mod_ssl 1.3.x was still incomplete, and depended upon a complete implentation of apr_shm (hence pieces of code was #if 0'ed out). PR: 17864 Submitted by: Andreas Leimbacher <andreasl67@yahoo.de> Reviewed by: madhum, jerenkrantz, striker, jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@99976 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 858cdef9da..db1a9c2c1c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
Changes with Apache 2.0.46
+ *) ssl session caching(shmht) : Fix a SEGV problem with SHMHT session
+ caching. PR 17864.
+ [Andreas Leimbacher <andreasl67@yahoo.de>, Madhusudan Mathihalli]
+
*) Add a delete flag to htpasswd.
[Thom May]