From cvs-return-30699-apmail-httpd-cvs-archive=httpd.apache.org@httpd.apache.org Sat Aug 02 02:25:33 2008 Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 38327 invoked from network); 2 Aug 2008 02:25:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Aug 2008 02:25:33 -0000 Received: (qmail 6462 invoked by uid 500); 2 Aug 2008 02:25:32 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 6415 invoked by uid 500); 2 Aug 2008 02:25:32 -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 6406 invoked by uid 99); 2 Aug 2008 02:25:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Aug 2008 19:25:32 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Aug 2008 02:24:45 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 284BE23889B7; Fri, 1 Aug 2008 19:24:42 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r681927 - /httpd/httpd/branches/1.3.x/src/CHANGES Date: Sat, 02 Aug 2008 02:24:41 -0000 To: cvs@httpd.apache.org From: fielding@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080802022442.284BE23889B7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fielding Date: Fri Aug 1 19:24:41 2008 New Revision: 681927 URL: http://svn.apache.org/viewvc?rev=681927&view=rev Log: note PR fixed ages ago Modified: httpd/httpd/branches/1.3.x/src/CHANGES Modified: httpd/httpd/branches/1.3.x/src/CHANGES URL: http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/src/CHANGES?rev=681927&r1=681926&r2=681927&view=diff ============================================================================== --- httpd/httpd/branches/1.3.x/src/CHANGES (original) +++ httpd/httpd/branches/1.3.x/src/CHANGES Fri Aug 1 19:24:41 2008 @@ -236,7 +236,7 @@ *) Some syntax errors in mod_mime_magic's magic file can result in a 500 error, which previously was unlogged. Now we log the - error. [Jeff Trawick] + error. PR 8329. [Jeff Trawick] *) Linux 2.4+: If Apache is started as root and you code CoreDumpDirectory, coredumps are enabled via the prctl() syscall.