Releases: mirage/mirage-xen
Releases · mirage/mirage-xen
v4.0.1
CHANGES:
- Fix mirage-xen pkg-config file to reflect correct location of
the bindings (@avsm)
v4.0.0
CHANGES:
- Breaking change: move from the
OS.Xen
module to Os_xen
, in
order to let packages specifically depend on a particular bit
of Xen functionality. To port code, just change the module reference
to Os_xen
instead of OS
. (#16 @TheLortex @avsm)
v3.4.0
CHANGES:
- Drop support for old ocaml-gnt package (#12, by @talex5)
- require dune, and conflict with broken version 1.9.1 (#13, by @hannesm)
3.3.0
v3.3.0 (2019-03-22)
- Add grant-handling code to OS.Xen (#9, by @talex5)
v3.2.0
CHANGES:
- Port build to dune from ocamlbuild (#8 @avsm)
3.1.0
3.1.0 (2018-11-11)
- bind minios function
virt_to_mfn
(@cfcs, #4)
- remove OS.Env module (@hannesm, #6)
- update to opam2
3.0.6
3.0.6 (2018-03-13)
- switched build system to topkg and ocamlbuild (@hannesm)
- separated from mirage-platform into a custom repository, mirage-xen (@hannesm)