Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 58023 invoked from network); 8 Nov 2007 00:29:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Nov 2007 00:29:40 -0000 Received: (qmail 72650 invoked by uid 500); 8 Nov 2007 00:29:28 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 72549 invoked by uid 500); 8 Nov 2007 00:29:28 -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 72538 invoked by uid 99); 8 Nov 2007 00:29:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2007 16:29:28 -0800 X-ASF-Spam-Status: No, hits=-100.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; Thu, 08 Nov 2007 00:29:40 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E1FB31A9832; Wed, 7 Nov 2007 16:29:19 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r592974 - /apr/apr/trunk/STATUS Date: Thu, 08 Nov 2007 00:29:19 -0000 To: commits@apr.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071108002919.E1FB31A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wrowe Date: Wed Nov 7 16:29:18 2007 New Revision: 592974 URL: http://svn.apache.org/viewvc?rev=592974&view=rev Log: Clarity (follows trunk/ STATUS). Modified: apr/apr/trunk/STATUS Modified: apr/apr/trunk/STATUS URL: http://svn.apache.org/viewvc/apr/apr/trunk/STATUS?rev=592974&r1=592973&r2=592974&view=diff ============================================================================== --- apr/apr/trunk/STATUS [utf-8] (original) +++ apr/apr/trunk/STATUS [utf-8] Wed Nov 7 16:29:18 2007 @@ -80,7 +80,7 @@ sockopt: TCP isn't corkable users: username: Groups from apr_uid_get not implemented - * Win32 tests are known to fail when APR_HAVE_IPV6 but there is no + * Win32 tests are known to fail when APR_HAVE_IPV6, but there is no ipv6 adapter is loaded (even loopback is sufficient). There are obnoxious getaddrinfo() missing results from looking up a fixed IPv4-IPv6 mixed notation address, which reflect a Win32 bug.