On Dec 7, 2009, at 9:27 PM, William A. Rowe Jr. wrote: > Hi folks, > > the usual location, http://apr.apache.org/dev/dist/ now contains > a candidate for apr 1.4.1 release. The only delta from what the > httpd project just shipped for 1.4.0-dev, besides some whitespace > and docs cleanup, is Branko's fix for win32 directory errors. If > one reads that as a bug fix rather than API fix, we should be all > set based on some earlier feedback on the API. > > +/-1 > [ ] Release apr-1.4.1 > > your votes please? Voting runs the normal 72 hrs, and a windows > .zip build will show up tomorrow as soon as I have a few minutes > to throw together the .mak objects.
Not sure How I'd vote given what's below and the fact that I haven no cycles to
spend.
Mac OS X 10.6.2 Snow Leopard:
Darwin legadema.sandla.org 10.2.0 Darwin Kernel Version 10.2.0: Tue Nov 3
10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386 i386
[scte...@legadema] test $ ./testall -v testfmt
testfmt : \Line 52: expected <0>, but saw <%ld>
FAILED 1 of 9
Failed Tests Total Fail Failed %
===================================================
testfmt 9 1 11.11%
and
[scte...@legadema] test $ ./testall -v testsock
testsock : /Line 233: Determine whether at EOF, #2 (20014): Internal
error
FAILED 1 of 9
Failed Tests Total Fail Failed %
===================================================
testsock 9 1 11.11%
Not sure I can make sense of the latter, but the former is this test:
static void off_t_fmt(abts_case *tc, void *data)
{
char buf[100];
apr_off_t var = 0;
sprintf(buf, "%" APR_OFF_T_FMT, var);
ABTS_STR_EQUAL(tc, "0", buf);
apr_snprintf(buf, sizeof(buf), "%" APR_OFF_T_FMT, var);
ABTS_STR_EQUAL(tc, "0", buf);
}
This actually causes a rash of failures in the httpd test framework, only on
this platform.
I have not had a chance to investigate.
S.
--
[email protected] http://www.temme.net/sander/
PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF
smime.p7s
Description: S/MIME cryptographic signature
