Skip to content

Releases: mirage/ocaml-vchan

6.0.2

29 Apr 13:36
Compare
Choose a tag to compare

CHANGES:

6.0.1

02 Mar 13:38
Compare
Choose a tag to compare

CHANGES:

v6.0.0

21 Oct 19:32
Compare
Choose a tag to compare

CHANGES:

  • Adapt to mirage-xen 6.0.0 API changes (Solo5 based Xen PVH, #136 @mato)

v5.0.0

01 Nov 18:28
Compare
Choose a tag to compare

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

27 Jun 09:12
Compare
Choose a tag to compare

CHANGES:

  • Use mirage-xen 4.0.0 Os_xen interface (#128 @TheLortex)
  • Update opam metadata to remove {build} for ppx (@avsm)

v4.0.2

27 Mar 18:11
6d4354c
Compare
Choose a tag to compare

v4.0.2 (2019-03-25) (2019-03-27)

v4.0.1

06 Feb 17:54
Compare
Choose a tag to compare

CHANGES:

  • Use io-page-unix dependency instead of the deprecated
    io-page.unix alias (@avsm)
  • Correct doc url so that API docs are published (@avsm)

4.0.0

13 Dec 08:05
Compare
Choose a tag to compare

CHANGES:

3.0.0: Merge pull request #105 from djs55/jbuilder

08 Jun 20:06
Compare
Choose a tag to compare

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

02 Jun 09:59
Compare
Choose a tag to compare
  • Depend on new xen-{gnt,evtchn}-unix
  • Modernize Dockerfile and travis configuration