flick:ocaml-dns avsm$ more CHANGES
0.8.0 (2014-02-21):
- Use
Ipaddr.V6to restore IPv6/AAAA RR support. process_querynow takes an output buffer so it doesn't have to
overwrite the input buffer it just parsed.- Add Travis continuous integration scripts.
- Regenerate with OASIS 0.4.1
- Split the
dns.lwtinto a portabledns.lwt-corethat doesn't
require Unix (from which a Mirage version can be built). The only
change to existing applications is that Unix-specific functions
have shifted intoDns_resolver_unixorDns_server_unix, with
the module types forPROCESSORandCLIENTunchanged.