Skip to content

Commit fab9d51

Browse files
committed
Merge pull request #26 from djs55/release.0.7
Release.0.7
2 parents f5b764c + b65b31b commit fab9d51

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.7.0 (9-Jul-2015)
2+
- Plumb through Volume set_name and set_description
3+
- Plumb through VDI.introduce as Volume.stat
4+
15
0.6.0 (8-Jul-2015)
26
- Remember which SRs are attached in /var/run/nonpersistent
37
- Plumb through physical_utilisation from Volume.stat

_oasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.2
22
Name: xapi-script-storage
3-
Version: 0.6
3+
Version: 0.7
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

Lines changed: 3 additions & 3 deletions
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: 2f8f4e6dd18d468c53b7a8543e28ed36) *)
4+
(* DO NOT EDIT (digest: 68f163d5997c81512e210f95519fa8ea) *)
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.6";
6676+
version = "0.7";
66776677
license =
66786678
OASISLicense.DEP5License
66796679
(OASISLicense.DEP5Unit
@@ -6772,7 +6772,7 @@ let setup_t =
67726772
};
67736773
oasis_fn = Some "_oasis";
67746774
oasis_version = "0.4.5";
6775-
oasis_digest = Some "5P\020\018w\189&39\221$\026k\186\177\158";
6775+
oasis_digest = Some "\012@\028\131\159¯GîÖP\150/AW\151F";
67766776
oasis_exec = None;
67776777
oasis_setup_args = [];
67786778
setup_update = false

0 commit comments

Comments
 (0)