From 66ef329f14c1c85fcbfe6f8cb1b1cd3a7f3e17d2 Mon Sep 17 00:00:00 2001 From: Thomas Sanders Date: Thu, 23 Jun 2016 14:14:34 +0100 Subject: [PATCH] Prepare to release 0.8.0 Signed-off-by: Thomas Sanders --- CHANGES | 12 ++++++++++++ _oasis | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 4e7670b..a94caaf 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,15 @@ +0.8.0 (2016-06-23) +* 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. + 0.7.8 (2015-09-11) * add retry loop around reading BAT (@simonjbeaumont) * support sparse raw files (@djs55) diff --git a/_oasis b/_oasis index fd77506..c081c5a 100644 --- a/_oasis +++ b/_oasis @@ -1,8 +1,8 @@ OASISFormat: 0.4 Name: vhd-tool -Version: 0.7.8 +Version: 0.8.0 Synopsis: .vhd file manipulation -Authors: Jonathan Ludlam and David Scott +Authors: Jonathan Ludlam, David Scott, Anil Madhavapeddy, Cheng Sun, Euan Harris, John Else, Mike McClurg, Phus Lu, Si Beaumont, Thomas Sanders License: LGPL-2.1 with OCaml linking exception Plugins: META (0.4) BuildTools: ocamlbuild