Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 85951 invoked from network); 5 Aug 2005 12:39:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Aug 2005 12:39:36 -0000 Received: (qmail 25624 invoked by uid 500); 5 Aug 2005 12:39:35 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 25592 invoked by uid 500); 5 Aug 2005 12:39:35 -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: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 25579 invoked by uid 99); 5 Aug 2005 12:39:35 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 05 Aug 2005 05:39:24 -0700 Received: (qmail 85723 invoked by uid 65534); 5 Aug 2005 12:39:22 -0000 Message-ID: <20050805123922.85710.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r230455 - /httpd/httpd/branches/2.0.x/CHANGES Date: Fri, 05 Aug 2005 12:39:22 -0000 To: cvs@httpd.apache.org From: jorton@apache.org X-Mailer: svnmailer-1.0.3 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jorton Date: Fri Aug 5 05:39:18 2005 New Revision: 230455 URL: http://svn.apache.org/viewcvs?rev=230455&view=rev Log: Found a PR reference for the piped logger fd leak. Modified: httpd/httpd/branches/2.0.x/CHANGES Modified: httpd/httpd/branches/2.0.x/CHANGES URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/CHANGES?rev=230455&r1=230454&r2=230455&view=diff ============================================================================== --- httpd/httpd/branches/2.0.x/CHANGES [utf-8] (original) +++ httpd/httpd/branches/2.0.x/CHANGES [utf-8] Fri Aug 5 05:39:18 2005 @@ -7,7 +7,8 @@ *) mod_ldap: Fix a possible crash in shared memory cache handling. PR 34209. [Joe Orton] - *) Fix a file descriptor leak when starting piped loggers. [Joe Orton] + *) Fix a file descriptor leak when starting piped loggers. PR 33748. + [Joe Orton] *) mod_ldap: Avoid segfaults when opening connections if using a version of OpenLDAP older than 2.2.21. [Brad Nicholes]