Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 32692 invoked by uid 500); 18 Feb 2002 05:53:34 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 32681 invoked by uid 500); 18 Feb 2002 05:53:34 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 18 Feb 2002 05:53:33 -0000 Message-ID: <20020218055333.59658.qmail@icarus.apache.org> From: jerenkrantz@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 CHANGES X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N jerenkrantz 02/02/17 21:53:33 Modified: . CHANGES Log: Cite PR 9669 submitter. Revision Changes Path 1.590 +3 -0 httpd-2.0/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/httpd-2.0/CHANGES,v retrieving revision 1.589 retrieving revision 1.590 diff -u -r1.589 -r1.590 --- CHANGES 16 Feb 2002 18:35:21 -0000 1.589 +++ CHANGES 18 Feb 2002 05:53:33 -0000 1.590 @@ -1,5 +1,8 @@ Changes with Apache 2.0.33-dev + *) Fix incorrect check for script_in in mod_cgi. PR 9669. + [David MacKenzie ] + *) Fix segfault and display error when SSLMutex file can not be created. [Adam Sussman ]