From commits-return-9434-apmail-apr-commits-archive=apr.apache.org@apr.apache.org Fri Apr 25 17:06:22 2008 Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 92389 invoked from network); 25 Apr 2008 17:06:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Apr 2008 17:06:22 -0000 Received: (qmail 744 invoked by uid 500); 25 Apr 2008 17:06:23 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 691 invoked by uid 500); 25 Apr 2008 17:06:23 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 675 invoked by uid 99); 25 Apr 2008 17:06:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Apr 2008 10:06:23 -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.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Apr 2008 17:05:38 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id EE1C31A9832; Fri, 25 Apr 2008 10:05:58 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r651653 - /apr/apr/trunk/CHANGES Date: Fri, 25 Apr 2008 17:05:58 -0000 To: commits@apr.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080425170558.EE1C31A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wrowe Date: Fri Apr 25 10:05:58 2008 New Revision: 651653 URL: http://svn.apache.org/viewvc?rev=651653&view=rev Log: Not-in 1.3.x Modified: apr/apr/trunk/CHANGES Modified: apr/apr/trunk/CHANGES URL: http://svn.apache.org/viewvc/apr/apr/trunk/CHANGES?rev=651653&r1=651652&r2=651653&view=diff ============================================================================== --- apr/apr/trunk/CHANGES [utf-8] (original) +++ apr/apr/trunk/CHANGES [utf-8] Fri Apr 25 10:05:58 2008 @@ -40,9 +40,6 @@ *) Fix the make test target in the spec file. [Graham Leggett] - *) Add error codes for the SSL EVP interface for apr-util. - [Graham Leggett] - *) Fix DSO-related crash on z/OS caused by incorrect memory allocation. [David Jones ]