Skip to content

Releases: mirage/io-page

3.0.0

07 Apr 11:08
Compare
Choose a tag to compare

CHANGES:

v2.4.0

22 Mar 16:26
Compare
Choose a tag to compare

CHANGES:

  • Use workspace flags (@TheLortex, #60)
  • Use ocamlformat (@TheLortex, #60)
  • breaking changes Remove io-page-xen and io-page-unix split (@samoht, #60)
  • Update CI scripts (@samoht, #60)
  • breaking changes Update the C layout of io-page according MirageOS 3/4 (@dinosaure, #62)
    JS/C functions are renamed from mirage_* to caml_mirage_iopage_*
  • Add ocaml-freestanding and pkg-config as dependencies of io-page
    To be able to 'cross'-compile to Solo5

v2.3.0

26 Jun 17:27
3e5b66f
Compare
Choose a tag to compare

CHANGES:

  • Hook in the JavaScript stubs to dune (#55 @jonludlam)
  • Remove unnecessary dependency on configurator, which pulled
    in a jbuilder dependency. We have used dune.configurator since the
    v2.1.0 release (@avsm)

v2.2.0

09 Apr 14:07
7b53c6e
Compare
Choose a tag to compare

CHANGES:

v2.1.0

06 Feb 16:47
Compare
Choose a tag to compare

CHANGES:

  • Port to Dune and configurator (@avsm)
  • Upgrade opam metadata to 2.0 (@avsm)

2.0.1: Merge pull request #51 from djs55/fix-safe-string

04 Nov 21:55
754b206
Compare
Choose a tag to compare

2.0.1 (2017-11-04):

  • Fix build with OCaml 4.06 (and -safe-string)

2.0.0: Merge pull request #49 from djs55/pkg-config

15 Jun 09:59
Compare
Choose a tag to compare

2.0.0 (2017-06-14):

  • Split into 3 opam packages
    • io-page: the common definitions
    • io-page-unix: the Unix stubs
    • io-page-xen: the Xen stubs
  • Add a modern Docker-based travis configuration
  • Add the ability to get a unique handle of an Io_page

Bugfix release

13 Jun 18:23
Compare
Choose a tag to compare
  • Fix crash on Win32 when the GC calls the wrong free function (#31 from @djs55)
  • Add a LICENSE file (#32 from @djs55)

Add support for Win32

03 Mar 11:07
Compare
Choose a tag to compare

Add support for Win32 (via @djs55, reported by @samoht)

Fix equality and have self-contained stubs

16 Mar 19:45
Compare
Choose a tag to compare
  • Fix equallity of io-pages (#17, patch from @hannesm)
  • Import C stubs from mirage-platform (#18, patch from @hannesm)