Skip to content

Commit d30a58f

Browse files
committed
Merge pull request #23 from djs55/release.0.6
Release.0.6
2 parents 8c4e150 + e1e2cea commit d30a58f

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGES

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.6.0 (8-Jul-2015)
2+
- Remember which SRs are attached in /var/run/nonpersistent
3+
- Plumb through physical_utilisation from Volume.stat
4+
15
0.5.0 (7-Jul-2015)
26
- Implement SR.stat
37
- Fix travis

_oasis

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.2
22
Name: xapi-script-storage
3-
Version: 0.5
3+
Version: 0.6
44
Synopsis: Adapter which allows xapi to call storage scripts
55
Authors: David Scott
66
License: LGPL-2.1 with OCaml linking exception

setup.ml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* setup.ml generated for the first time by OASIS v0.4.4 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: d254be83e862609ba53ff23ba578e53e) *)
4+
(* DO NOT EDIT (digest: 2f8f4e6dd18d468c53b7a8543e28ed36) *)
55
(*
66
Regenerated by OASIS v0.4.5
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6673,7 +6673,7 @@ let setup_t =
66736673
alpha_features = [];
66746674
beta_features = [];
66756675
name = "xapi-script-storage";
6676-
version = "0.5";
6676+
version = "0.6";
66776677
license =
66786678
OASISLicense.DEP5License
66796679
(OASISLicense.DEP5Unit
@@ -6772,15 +6772,14 @@ let setup_t =
67726772
};
67736773
oasis_fn = Some "_oasis";
67746774
oasis_version = "0.4.5";
6775-
oasis_digest =
6776-
Some "\\\216\159\159\138 ,\222\011\225\018\181\222A\184\r";
6775+
oasis_digest = Some "5P\020\018w\189&39\221$\026k\186\177\158";
67776776
oasis_exec = None;
67786777
oasis_setup_args = [];
67796778
setup_update = false
67806779
};;
67816780

67826781
let setup () = BaseSetup.setup setup_t;;
67836782

6784-
# 6785 "setup.ml"
6783+
# 6784 "setup.ml"
67856784
(* OASIS_STOP *)
67866785
let () = setup ();;

0 commit comments

Comments
 (0)