Releases: mirage/mirage-net-xen
Releases · mirage/mirage-net-xen
2.1.5
CHANGES:
- Fix TX.Request structure decoding and encoding (introduced in 2.1.4, #110 --
fixed by @palainp #112) -- due to this bug, 2.1.4 is marked as unavailable
in opam-repository
2.1.4
CHANGES:
- Remove mirage-profile dependency (#109 @hannesm)
- Remove sexplib, ppx_sexp_conv and ppx_cstruct dependency (#110 @hannesm)
- Merge netchannel and mirage-net-xen into single opam pacakge (#111 @hannesm)
2.1.3
CHANGES:
- xenstore: read_backend now waits for the backend-id key to be written by Xen before reading it to avoid raising an exception (@palainp, #107)
v2.0.0
CHANGES:
- Adapt to mirage-xen 6.0.0 API changes (Solo5 based Xen PVH, #99 @mato)