flick:ocaml-dns avsm$ more CHANGES
0.8.0 (2014-02-21):
- Use
Ipaddr.V6
to restore IPv6/AAAA RR support. process_query
now 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.lwt
into a portabledns.lwt-core
that 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_unix
orDns_server_unix
, with
the module types forPROCESSOR
andCLIENT
unchanged.