diff --git a/CHANGES b/CHANGES index 943185a..4b6a4f0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +0.5.0 (7-Jul-2015) +- Implement SR.stat +- Fix travis +- VDI.stat calls Volume.stat +- VDI.resize calls Volume.resize Volume.stat +- automatically add capabilities +- update to xapi-storage.0.3.0 + 0.4.0 (28-Apr-2015) - Update to xapi-storage.0.2.1 diff --git a/_oasis b/_oasis index 66f7ef4..68f5bda 100644 --- a/_oasis +++ b/_oasis @@ -1,6 +1,6 @@ OASISFormat: 0.2 Name: xapi-script-storage -Version: 0.4 +Version: 0.5 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 5d35a58..1bf4537 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: 2cebb0f2ebccebc1740714c72972c587) *) +(* DO NOT EDIT (digest: d254be83e862609ba53ff23ba578e53e) *) (* 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.3"; + version = "0.5"; license = OASISLicense.DEP5License (OASISLicense.DEP5Unit @@ -6772,7 +6772,8 @@ let setup_t = }; oasis_fn = Some "_oasis"; oasis_version = "0.4.5"; - oasis_digest = Some "\223w\129*\2508n\224(\131\015\249\232\225\232\031"; + oasis_digest = + Some "\\\216\159\159\138 ,\222\011\225\018\181\222A\184\r"; oasis_exec = None; oasis_setup_args = []; setup_update = false @@ -6780,6 +6781,6 @@ let setup_t = let setup () = BaseSetup.setup setup_t;; -# 6784 "setup.ml" +# 6785 "setup.ml" (* OASIS_STOP *) let () = setup ();;