Releases: xapi-project/vhd-tool
Releases · xapi-project/vhd-tool
v0.8.0
- Port get_vhd_vsize from ocaml-vhd
- Fix bad exit code
- Enable debug logging from library code in sparse_dd
- Fix infinite loop in retry code
- Handle transient failures when opening VHD chain
- Opam changes/updates
- New CLI params for TLS version and ciphersuites
(hence change of minor version number) - For Continuous Integration, move to xenserver-build-env
- Remove Oasis autogenerated code: generate it at build time.
Updated to cohttp 0.11.2 API
Merge pull request #12 from jonludlam/master Release 0.7.5
Fix incorrect handling of tar file prefixes
Merge pull request #9 from euanh/master impl: Strip leading slash from filename if prefix is supplied
sparse_dd: Fix references to Vhd_lwt.File.use_unbuffered
Merge pull request #8 from euanh/master CHANGES: Update for 0.7.3
v0.6.4_with_nice
Based on the old 0.6.4 tag/release, with the addition of nice and ionice config options for sparse_dd (cherry-picked from equivalent changes upstream).