Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 13499 invoked from network); 1 Sep 2007 08:46:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Sep 2007 08:46:36 -0000 Received: (qmail 83684 invoked by uid 500); 1 Sep 2007 08:46:30 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 83638 invoked by uid 500); 1 Sep 2007 08:46:30 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 83627 invoked by uid 99); 1 Sep 2007 08:46:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Sep 2007 01:46:30 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [64.202.165.196] (HELO smtpout04-01.prod.mesa1.secureserver.net) (64.202.165.196) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 01 Sep 2007 08:47:31 +0000 Received: (qmail 12056 invoked from network); 1 Sep 2007 08:46:01 -0000 Received: from unknown (24.15.193.17) by smtpout04-04.prod.mesa1.secureserver.net (64.202.165.199) with ESMTP; 01 Sep 2007 08:46:01 -0000 Message-ID: <46D926C8.8030204@rowe-clan.net> Date: Sat, 01 Sep 2007 03:46:00 -0500 From: "William A. Rowe, Jr." User-Agent: Thunderbird 1.5.0.12 (X11/20070719) MIME-Version: 1.0 To: Mladen Turk CC: dev@apr.apache.org Subject: Re: [VOTE] Release apr 0.9.15 / 1.2.10 --- apr-util 0.9.14 / 1.2.9 References: <46D570BC.9030904@rowe-clan.net> <46D6FB42.7020502@apache.org> <46D9180A.7000009@rowe-clan.net> <46D91E71.2000805@apache.org> In-Reply-To: <46D91E71.2000805@apache.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Mladen Turk wrote: > William A. Rowe, Jr. wrote: >> Mladen Turk wrote: >>> Just to make it official cause my emails were treated as SPAM. >>> testfile and testproc are failing on win32 (hope this note will pass) >> >> What a headache (your email list battles I mean - not that we have to >> deal with some errors!) Thanks for your efforts to get this to the list >> (for some reason, thunderbird had no spam issues with the copies you had >> cc'ed me directly). >> >> testfile now works on these branches. >> >> testpipe and testproc fail for apr_file_read with APR_EOF in three >> unexpected places now, once I have those diagnosed I'll be ready to >> reroll with only that code change (plus whatever folks decide to do >> about the grbuf + uidbuf) today (Saturday) so Jim has a hope of >> finishing the 2.x/1.3 rerolls. >> > > Hmm, > testfile is fixed now, however testproc still fails with > testproc : \Line 68: expected <0>, but saw <70014> > -Line 143: expected <0>, but saw <70014> > > This is apr-1.2 branch. > Are u seeing the same when running testall.exe -v? Right. That's what I just said ;-) 70014 == APR_EOF. Bill