Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 26961 invoked from network); 27 Jan 2006 05:35:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jan 2006 05:35:35 -0000 Received: (qmail 50196 invoked by uid 500); 27 Jan 2006 05:35:35 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 50167 invoked by uid 500); 27 Jan 2006 05:35:35 -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 50156 invoked by uid 99); 27 Jan 2006 05:35:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jan 2006 21:35:34 -0800 X-ASF-Spam-Status: No, hits=-9.4 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; Thu, 26 Jan 2006 21:35:34 -0800 Received: (qmail 26663 invoked by uid 65534); 27 Jan 2006 05:35:14 -0000 Message-ID: <20060127053514.26662.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r372746 - /apr/apr/branches/0.9.x/CHANGES Date: Fri, 27 Jan 2006 05:35:13 -0000 To: commits@apr.apache.org From: rooneg@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: rooneg Date: Thu Jan 26 21:35:12 2006 New Revision: 372746 URL: http://svn.apache.org/viewcvs?rev=372746&view=rev Log: * CHANGES: Prepare for release. Modified: apr/apr/branches/0.9.x/CHANGES Modified: apr/apr/branches/0.9.x/CHANGES URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/CHANGES?rev=372746&r1=372745&r2=372746&view=diff ============================================================================== --- apr/apr/branches/0.9.x/CHANGES (original) +++ apr/apr/branches/0.9.x/CHANGES Thu Jan 26 21:35:12 2006 @@ -1,4 +1,4 @@ -Changes with APR 0.9.8-dev +Changes with APR 0.9.8 *) Keep testpipe.c from hanging on win32. [Garrett Rooney]