From commits-return-8384-apmail-apr-commits-archive=apr.apache.org@apr.apache.org Tue Jun 26 18:23:31 2007 Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 75609 invoked from network); 26 Jun 2007 18:23:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2007 18:23:30 -0000 Received: (qmail 29194 invoked by uid 500); 26 Jun 2007 18:23:34 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 29098 invoked by uid 500); 26 Jun 2007 18:23:33 -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 Delivered-To: moderator for commits@apr.apache.org Received: (qmail 71663 invoked by uid 99); 26 Jun 2007 17:53:46 -0000 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r550879 - /apr/apr/trunk/CHANGES Date: Tue, 26 Jun 2007 17:53:22 -0000 To: commits@apr.apache.org From: davi@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070626175322.CCD3E1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: davi Date: Tue Jun 26 10:53:21 2007 New Revision: 550879 URL: http://svn.apache.org/viewvc?view=rev&rev=550879 Log: Sync up changes of r550877 Modified: apr/apr/trunk/CHANGES Modified: apr/apr/trunk/CHANGES URL: http://svn.apache.org/viewvc/apr/apr/trunk/CHANGES?view=diff&rev=550879&r1=550878&r2=550879 ============================================================================== --- apr/apr/trunk/CHANGES (original) +++ apr/apr/trunk/CHANGES Tue Jun 26 10:53:21 2007 @@ -1,5 +1,9 @@ Changes for APR 1.3.0 + *) Define the _HPUX_SOURCE feature test macro to obtain maximum + functionality. + PR 42261. [Davi Arnaut] + *) Stop invoking the testshm* helpers upon 'make test' invocation. [Kurt Miller ]