Releases: mirage/ocaml-vhd
Releases · mirage/ocaml-vhd
0.13.0
CHANGES:
- Add explicit dependencies to the unix library (psafont, #79)
- Include changes present in the in xapi. (#78)
- Add Hybrid_raw_input (robhoes)
- Limit the size of sectors when coalescing (Vincent-lau)
- Speed up unit tests, make them more reliable (etorok, psafont)
- Replace some existing patterns with functions in newer compiler versions,
requires OCaml 4.10 (last-genius, contificate)
- Update usages of io-page and cstruct for compatibility with latest releases
(psafont #77)
0.12.3
v0.12.2
CHANGES:
- Add support for OCaml 4.13 (@kit-ty-kate, @dinosaure, #71)
v0.12.1
v0.12.0
Support >1TB VDI, improve VHD format compatibility
- support VDI larger than 1TB by moving to Int64
- make code safe-string compatible
- fix Travis CI
- locate VHD footer based on file size (when available). This introduces
an interface change in F.openstream. - reduce compiler warnings
v0.9.2: Merge pull request #51 from mseri/master
Prepare to release 0.9.2
Fix build of vhd-format-lwt package
- Fix build of vhd-format-lwt package
Mirage 3 and package split
- Update to Mirage 3
- Port to jbuilder
- Split the original OPAM package into two: vhd-format for the core library and vhd-format-lwt for the Lwt-specific parts, with corresponding ocamlfind libraries vhd-format and vhd-format-lwt, and top-level modules Vhd_format and Vhd_format_lwt, respectively.