Branko Čibej wrote:

Paul Querna wrote:

APR 1.2.1  is available for testing from:
http://people.apache.org/~pquerna/dev/apr-1.2.1/

Just a small change from 1.2.0, fixing condition variables on win32.

Please test and vote on releasing.
Windows compiles with lots of unnecessary warnings (looks like nobody ever tests on systems where sizeof(apr_size_t) < sizeof(apr_off_t), and the tests don't pass:

   * testfile::test_bigfprintf fails (Line 697: expected <8194>, but
     saw <8192>)
   * testpipe::read_write blocks, the timeout never happens, because
   * testpipe::set_timeout fails (Line 69: expected <0>, but saw <22>)
   * testuser::groupname CRASHES, looks like apr_gid_name_get doesn't
     nul-terminate the group name.

Ah, it seems that STATUS already mentions these failures, so it doesn't make sense to stop a release because of them. +1 on Windows, then.

-- Brane

Reply via email to