This release fixes a name resolution bug reported by Leif Nelson of LLNL.
I tracked this down to this copy/paste bug in resolver code:
error = getaddrinfo(hostname, "domain", &hints, &res);
The service argument should have been NULL.
Binaries, source, build, and contribution instructions are all available from SoyLatte Project Page