diff --git a/CHANGES b/CHANGES index 4b6a4f0..891cf0d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +0.6.0 (8-Jul-2015) +- Remember which SRs are attached in /var/run/nonpersistent +- Plumb through physical_utilisation from Volume.stat + 0.5.0 (7-Jul-2015) - Implement SR.stat - Fix travis diff --git a/_oasis b/_oasis index 68f5bda..55217fe 100644 --- a/_oasis +++ b/_oasis @@ -1,6 +1,6 @@ OASISFormat: 0.2 Name: xapi-script-storage -Version: 0.5 +Version: 0.6 Synopsis: Adapter which allows xapi to call storage scripts Authors: David Scott License: LGPL-2.1 with OCaml linking exception diff --git a/setup.ml b/setup.ml index 1bf4537..8a8de2c 100644 --- a/setup.ml +++ b/setup.ml @@ -1,7 +1,7 @@ (* setup.ml generated for the first time by OASIS v0.4.4 *) (* OASIS_START *) -(* DO NOT EDIT (digest: d254be83e862609ba53ff23ba578e53e) *) +(* DO NOT EDIT (digest: 2f8f4e6dd18d468c53b7a8543e28ed36) *) (* Regenerated by OASIS v0.4.5 Visit http://oasis.forge.ocamlcore.org for more information and @@ -6673,7 +6673,7 @@ let setup_t = alpha_features = []; beta_features = []; name = "xapi-script-storage"; - version = "0.5"; + version = "0.6"; license = OASISLicense.DEP5License (OASISLicense.DEP5Unit @@ -6772,8 +6772,7 @@ let setup_t = }; oasis_fn = Some "_oasis"; oasis_version = "0.4.5"; - oasis_digest = - Some "\\\216\159\159\138 ,\222\011\225\018\181\222A\184\r"; + oasis_digest = Some "5P\020\018w\189&39\221$\026k\186\177\158"; oasis_exec = None; oasis_setup_args = []; setup_update = false @@ -6781,6 +6780,6 @@ let setup_t = let setup () = BaseSetup.setup setup_t;; -# 6785 "setup.ml" +# 6784 "setup.ml" (* OASIS_STOP *) let () = setup ();;