From 0b81f7e6b7c4376e33133af52d1d7ea39f9a8320 Mon Sep 17 00:00:00 2001 From: David Scott Date: Thu, 30 Jan 2014 16:58:11 +0000 Subject: [PATCH] Release 0.7.0, update CHANGES Signed-off-by: David Scott --- CHANGES | 3 ++- _oasis | 6 +++--- setup.ml | 13 ++++++------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGES b/CHANGES index 1f69b25..3918b59 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,8 @@ -trunk (unreleased) +0.7.0 (2014-01-30) * vhd-tool: can create vhd-formatted output from 'hybrid' input * update to ocaml-vhd 0.7.0 * switch build back to OASIS/ocamlbuild from obuild +* vhd-tool: info will not fail even if the parent is missing 0.6.5 (2013-11-21) * vhd-tool: add machine-parsable progress reporting diff --git a/_oasis b/_oasis index 859c29a..094b51b 100644 --- a/_oasis +++ b/_oasis @@ -1,8 +1,8 @@ OASISFormat: 0.3 -Name: vhd-format -Version: 0.5.0 +Name: vhd-tool +Version: 0.7.0 Synopsis: .vhd file manipulation -Authors: Jonathan Ludlam +Authors: Jonathan Ludlam and David Scott License: LGPL-2.1 with OCaml linking exception Plugins: META (0.3) BuildTools: ocamlbuild diff --git a/setup.ml b/setup.ml index 6aa6cca..adc23f1 100644 --- a/setup.ml +++ b/setup.ml @@ -1,7 +1,7 @@ (* setup.ml generated for the first time by OASIS v0.4.1 *) (* OASIS_START *) -(* DO NOT EDIT (digest: 338031fbb104818b381342e8809a479c) *) +(* DO NOT EDIT (digest: 5b0d345d3405d1afd7371434398edf74) *) (* Regenerated by OASIS v0.4.1 Visit http://oasis.forge.ocamlcore.org for more information and @@ -6551,8 +6551,8 @@ let setup_t = findlib_version = None; alpha_features = []; beta_features = []; - name = "vhd-format"; - version = "0.5.0"; + name = "vhd-tool"; + version = "0.7.0"; license = OASISLicense.DEP5License (OASISLicense.DEP5Unit @@ -6564,7 +6564,7 @@ let setup_t = license_file = None; copyrights = []; maintainers = []; - authors = ["Jonathan Ludlam"]; + authors = ["Jonathan Ludlam and David Scott"]; homepage = None; synopsis = ".vhd file manipulation"; description = None; @@ -6712,8 +6712,7 @@ let setup_t = }; oasis_fn = Some "_oasis"; oasis_version = "0.4.1"; - oasis_digest = - Some "\170\000\186\129\027\020\161\247'\240X\168\160\179\173*"; + oasis_digest = Some "\199P8\185\235\191\183\238\191\to\213s\207+\226"; oasis_exec = None; oasis_setup_args = []; setup_update = false @@ -6721,6 +6720,6 @@ let setup_t = let setup () = BaseSetup.setup setup_t;; -# 6725 "setup.ml" +# 6724 "setup.ml" (* OASIS_STOP *) let () = setup ();;