Skip to content

Commit

Permalink
Merge pull request #19 from djs55/release.0.5
Browse files Browse the repository at this point in the history
Release.0.5
  • Loading branch information
djs55 committed Jul 7, 2015
2 parents afdd815 + db1fa50 commit 5f374e2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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

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.4
Version: 0.5
Synopsis: Adapter which allows xapi to call storage scripts
Authors: David Scott
License: LGPL-2.1 with OCaml linking exception
Expand Down
9 changes: 5 additions & 4 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: 2cebb0f2ebccebc1740714c72972c587) *)
(* DO NOT EDIT (digest: d254be83e862609ba53ff23ba578e53e) *)
(*
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.3";
version = "0.5";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -6772,14 +6772,15 @@ 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
};;

let setup () = BaseSetup.setup setup_t;;

# 6784 "setup.ml"
# 6785 "setup.ml"
(* OASIS_STOP *)
let () = setup ();;

0 comments on commit 5f374e2

Please sign in to comment.