Skip to content

Releases: mirage/ocaml-9p

2.0.2

06 Feb 18:54
5fcd2ff
Compare
Choose a tag to compare

CHANGES:

  • Update to Cstruct.length in cstruct.6.0.0 and use Fmt.str
    rather than Fmt.strf (@djs55)

v2.0.1

13 Apr 11:44
931c745
Compare
Choose a tag to compare

CHANGES:

  • Use cstruct-sexp introduced in cstruct.4.0.0 (@avsm)

v2.0.0

11 Mar 16:37
Compare
Choose a tag to compare

CHANGES:

  • Remove old KV_RO interface in the client as it has
    been superseded by mirage-kv-2.0. The new interface
    will be re-added in a future release (@avsm)

v1.0.1

07 Feb 12:24
c957982
Compare
Choose a tag to compare

CHANGES:

  • Use modern io-page-unix instead of io-page.unix (@avsm)

v1.0.0

03 Feb 15:03
Compare
Choose a tag to compare

CHANGES:

  • Upgrade metadata to opam 2.0 format (@avsm)
  • Port to dune (@avsm)
  • Fix warnings for unused variables and opens and record binds (@avsm)

Remove (broken) support for named pipes

14 Jun 11:01
2d1c4db
Compare
Choose a tag to compare
  • Remove (broken) support for named pipes.
  • Remove unnecessary dependency on cmdliner in the core library.

v0.12.0: Merge pull request #134 from djs55/release.0.12.0

05 Nov 19:22
7ef32cc
Compare
Choose a tag to compare

v0.12.0 (2017-11-05)

  • Remove unnecessary dependency on ppx_deriving

v0.11.3: Merge pull request #131 from djs55/unix

15 Sep 14:48
Compare
Choose a tag to compare

v0.11.3 (2017-09-15)

  • Remove unnecessary Unix dependency from core library

v0.11.2: Merge pull request #128 from djs55/io-page

17 Jun 10:55
Compare
Choose a tag to compare

v0.11.2 (2016-06-17)

  • Add dependency on io-page-unix
  • Modernise travis and appveyor

v0.11.1: Merge pull request #127 from djs55/release.0.12.0

07 Jun 15:38
Compare
Choose a tag to compare

v0.11.1 (2017-06-07)

  • Protect Flow_lwt_unix.write against End_of_file exceptions
  • Add topkg-jbuilder support