Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 26639 invoked by uid 500); 18 Apr 2002 08:24:25 -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 26627 invoked by uid 500); 18 Apr 2002 08:24:24 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 18 Apr 2002 08:24:23 -0000 Message-ID: <20020418082423.56547.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/04/18 01:24:23 Modified: . CHANGES Log: Ccccccchanges. Revision Changes Path 1.713 +4 -0 httpd-2.0/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/httpd-2.0/CHANGES,v retrieving revision 1.712 retrieving revision 1.713 diff -u -r1.712 -r1.713 --- CHANGES 17 Apr 2002 18:52:32 -0000 1.712 +++ CHANGES 18 Apr 2002 08:24:22 -0000 1.713 @@ -1,4 +1,8 @@ Changes with Apache 2.0.36 + + *) Perchild MPM is now correctly deemed as experimental and is now + located in server/mpm/experimental. [Justin Erenkrantz] + *) Fix segfault in mod_mem_cache when garabge collecting an expired cache entry. [Bill Stoddard]