Releases: mirage/ocaml-solo5
Releases · mirage/ocaml-solo5
v0.4.6
v0.4.6 (2019-08-09)
- Fix support for OCaml 4.08.1+ (@hannesm)
v0.4.5
v0.4.5 (2019-07-05)
- Add support for OCaml 4.08.0 (@avsm, @hannesm, @mato)
- Add support for upcoming Solo5 "spt" target (@mato)
- dlmalloc: expose struct mallinfo and mallinfo() (@hannesm)
- Various build system changes for "non-OPAM" (dune) support (@mato, @hannesm)
- Add a link test to Travis CI (@hannesm, fixes #24)
- Remove support for OCaml < 4.05.0, matching MirageOS requirements (@hannesm)
v0.4.4
v0.4.4 (2019-03-17)
- Fix system compiler, add system switch to Travis CI via INSTALL_LOCAL. Reverts part of #50. (@hannesm, #51).
v0.4.3
v0.4.3 (2019-03-14)
- Use solo5_abort in abort() (@hannesm, #49)
- Expose flags through files and enable the use of -runtime-variant
(@TheLortex, #50)
v0.4.1
v0.4.1 (2018-10-25)
- Migrate to OPAM2 (@hannesm, #44)
- Correctly check heap bounds if heap + stack are not contiguous (@ehmry, #43)
- Install an empty META file to keep ocamlfind etc. happy (@hannesm, #45)
v0.4.0
v0.4.0 (2018-09-14)
- Update to Solo5 0.4.0 OPAM package and target names (@mato, #41)
v0.2.3
v0.2.3 (2017-11-22)
- Update dtoa.c to fix #18 (
string_of_float
incorrectly returns -nan
) (@mato, #28).
- Support OCaml 4.06.0 (@mato, #27)
- Add additional stubs needed by newer gmp (@hannesm, #26)
- aarch64 support (@mato, #25)