From b92e9122a5ecb7b3d962e9d91571099edb5afee4 Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Wed, 21 May 2003 04:38:56 +0000 Subject: 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 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 --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES') 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 , Madhusudan Mathihalli] + *) Add a delete flag to htpasswd. [Thom May] -- cgit v1.2.1