Releases: mirage/ocaml-vchan
Releases · mirage/ocaml-vchan
6.0.2
6.0.1
v6.0.0
v5.0.0
CHANGES:
- Adapt to mrage-xen 5.0.0 changes (#134 @hannesm)
- Adapt to mirage-flow 2.0.0 changes (#134 @hannesm)
- API change:
val port_of_string: string -> (port, [> `Msg of string ]) result
instead of custom result type (as suggested by @cfcs in #113) - Endpoint.client no longer ignores trailing junk (#132 @reynir)
v4.0.3
v4.0.2
v4.0.1
4.0.0
CHANGES:
- Modernise build for OCaml 4.04 and port to Dune (#120 @talex5 @avsm)
- Upgrade opam metadata files to 2.0 (#120 @avsm @talex5)
- Remove mli only module (#114 @rgrinberg @samoht)
- Fix deprecation warning on String.create (#112 @samoht)
- Make OCaml 4.04 the minimum version (#111 @cfcs @hannesm)
- Update test cases for Mirage 3 (#110 @mneilsen)
3.0.0: Merge pull request #105 from djs55/jbuilder
3.0.0 (2017-06-08)
- Split into 3 opam packages:
- vchan: the platform-independent protocol code
- vchan-unix: the Unix user-space implementation
- vchan-xen: the Xen kernel implementation
- Switch to jbuilder and topkg
Update dependencies
- Depend on new xen-{gnt,evtchn}-unix
- Modernize Dockerfile and travis configuration