Skip to content

Releases: mirage/mirage-net-macosx

1.10.0

14 Mar 18:15
Compare
Choose a tag to compare

CHANGES:

  • Do not Lwt.catch on the listen callback (#40, @hannesm)
  • Do not use the deprecated Cstruct.len (#41, @samoht)

v1.9.0

28 Sep 17:59
Compare
Choose a tag to compare

CHANGES:

  • Netif.listen: do not catch out of memory exception (#38 #39 @hannesm)

v1.8.0

02 Nov 11:48
Compare
Choose a tag to compare

CHANGES:

  • Adapt to mirage-net 3.0.0 API changes (@hannesm)

v1.7.0

16 Sep 19:25
370f794
Compare
Choose a tag to compare

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

24 Feb 17:31
Compare
Choose a tag to compare

CHANGES:

  • adapt to mirage-net 2.0.0 change (@hannesm)
  • use Vmnet.mtu (thanks to @avsm)

v1.5.0

01 Feb 15:59
14be919
Compare
Choose a tag to compare

CHANGES:

  • Switch to Dune from jbuilder (@avsm)
  • Remove topkg in favour of dune-release (@avsm)
  • Upgrade opam metadata to 2.0 (@hannesm @avsm)

Switch to jbuilder

19 May 14:42
Compare
Choose a tag to compare

1.3.0

19 Jan 23:48
Compare
Choose a tag to compare

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)

1.2.0

12 Nov 12:33
Compare
Choose a tag to compare

1.2.0 (2016-11-11)

Interface compatibility improvements with newer Mirage libraries

04 Mar 17:55
Compare
Choose a tag to compare
  • Add an explicit connect function to interface (#1).
  • Support the Io_page 1.4.0+ API. (#2).