Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 75775 invoked from network); 16 Mar 2004 20:04:09 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 16 Mar 2004 20:04:09 -0000 Received: (qmail 42741 invoked by uid 500); 16 Mar 2004 20:03:59 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 42575 invoked by uid 500); 16 Mar 2004 20:03:59 -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 42561 invoked by uid 500); 16 Mar 2004 20:03:58 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 42556 invoked from network); 16 Mar 2004 20:03:58 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 16 Mar 2004 20:03:58 -0000 Received: (qmail 75748 invoked by uid 1802); 16 Mar 2004 20:04:08 -0000 Date: 16 Mar 2004 20:04:08 -0000 Message-ID: <20040316200408.75747.qmail@minotaur.apache.org> From: clar@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 STATUS X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N clar 2004/03/16 12:04:08 Modified: . Tag: APACHE_2_0_BRANCH STATUS Log: added a back port proposal Revision Changes Path No revision No revision 1.751.2.741 +5 -1 httpd-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/httpd-2.0/STATUS,v retrieving revision 1.751.2.740 retrieving revision 1.751.2.741 diff -u -r1.751.2.740 -r1.751.2.741 --- STATUS 15 Mar 2004 21:11:14 -0000 1.751.2.740 +++ STATUS 16 Mar 2004 20:04:07 -0000 1.751.2.741 @@ -71,6 +71,10 @@ [ please place file names and revisions from HEAD here, so it is easy to identify exactly what the proposed changes are! ] + *) Add a check on apr_pollset_create() to return value to exit ab in case it fails. + support/ab.c: r1.138 + +1: jjclar + *) mod_cgid: Fix storage corruption caused by use of incorrect pool. modules/generators/mod_cgid.c: r1.425 +1: trawick, stoddard