Blair Zajac
2011-07-16 22:14:19 UTC
Hi all,
I'm pleased to finally announce the 1.0.0 release of serf!
The serf 1.0.x series is intended to support Apache Subversion 1.6.x
and the upcoming 1.7.x for their supported lifetimes.
Nice!I'm pleased to finally announce the 1.0.0 release of serf!
The serf 1.0.x series is intended to support Apache Subversion 1.6.x
and the upcoming 1.7.x for their supported lifetimes.
So any version of Subversion 1.6.x, assuming it is recompiled, will
work with serf 1.0.x? Or do we need to wait for 1.6.18?
others have.
configure looking for serf-0 instead of serf-1. If I s/serf-0/serf-1/
g in configure, than it doesn't compile due to the removal of
serf_bucket_snapshot().
Given that serf-0 and serf-1 can be simultaneously installed, it
doesn't appear necessary for us to make 1.6.x work with serf 1.0.x,
but it may be nice for some distributions. For MacPorts, it looks
like we'll just provide svn 1.7.x and let Mac OS X provide 1.6.x
One other thing. With 0.7.2, make check passed all tests, but 1.0.0
fails 7 tests on Mac OS X 10.6 against MacPorts' provided apr:
== Running test_all ==
FFFFFFF..........
There were 7 failures:
1) test_serf_connection_request_create: test/test_context.c:166:
expected <0> but was <47>
2) test_serf_connection_priority_request_create: test/test_context.c:
265: expected <0> but was <47>
3) test_serf_closed_connection: test/test_context.c:404: expected <0>
but was <47>
4) test_serf_setup_proxy: test/test_context.c:505: expected <0> but
was <47>
5) test_keepalive_limit_one_by_one: test/test_context.c:656: expected
<0> but was <47>
6) test_keepalive_limit_one_by_one_and_burst: test/test_context.c:810:
expected <0> but was <47>
7) test_serf_progress_callback: test/test_context.c:932: expected <0>
but was <47>
Is there anything different I should do, or should the unit test just
work?
Blair