Skip to content

Commit

Permalink
Merge pull request #26 from djs55/release.0.7
Browse files Browse the repository at this point in the history
Release.0.7
  • Loading branch information
djs55 committed Jul 9, 2015
2 parents f5b764c + b65b31b commit fab9d51
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.7.0 (9-Jul-2015)
- Plumb through Volume set_name and set_description
- Plumb through VDI.introduce as Volume.stat

0.6.0 (8-Jul-2015)
- Remember which SRs are attached in /var/run/nonpersistent
- Plumb through physical_utilisation from Volume.stat
Expand Down
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.2
Name: xapi-script-storage
Version: 0.6
Version: 0.7
Synopsis: Adapter which allows xapi to call storage scripts
Authors: David Scott
License: LGPL-2.1 with OCaml linking exception
Expand Down
6 changes: 3 additions & 3 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.4.4 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 2f8f4e6dd18d468c53b7a8543e28ed36) *)
(* DO NOT EDIT (digest: 68f163d5997c81512e210f95519fa8ea) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6673,7 +6673,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "xapi-script-storage";
version = "0.6";
version = "0.7";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -6772,7 +6772,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "5P\020\018w\189&39\221$\026k\186\177\158";
oasis_digest = Some "\012@\028\131\159¯GîÖP\150/AW\151F";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit fab9d51

Please sign in to comment.