Releases: mirage/mirage-net-macosx
Releases · mirage/mirage-net-macosx
1.10.0
CHANGES:
- Do not Lwt.catch on the listen callback (#40, @hannesm)
- Do not use the deprecated Cstruct.len (#41, @samoht)
v1.8.0
CHANGES:
- Adapt to mirage-net 3.0.0 API changes (@hannesm)
v1.7.0
CHANGES:
- Use max_buffer_size as buffer length as required by Vmnet (@MagnusS)
- Update to use latest ocaml-vmnet to improve error handling (@MagnusS)
v1.6.0
CHANGES:
- adapt to mirage-net 2.0.0 change (@hannesm)
- use Vmnet.mtu (thanks to @avsm)
v1.5.0
CHANGES:
- Switch to Dune from jbuilder (@avsm)
- Remove topkg in favour of dune-release (@avsm)
- Upgrade opam metadata to 2.0 (@hannesm @avsm)
1.3.0
1.3.0 (unreleased)
- Adapt to MirageOS 3 types.
- Bugfixes for
listen
: be tail-recursive (#19, by @samoht), don't restart when canceled (#17, by @yomimono)
Interface compatibility improvements with newer Mirage libraries
- Add an explicit
connect
function to interface (#1).
- Support the
Io_page
1.4.0+ API. (#2).