Skip to content

Commit

Permalink
Merge pull request #44 from djs55/release.0.12.0
Browse files Browse the repository at this point in the history
Prepare to release 0.12.0
  • Loading branch information
djs55 committed Sep 9, 2015
2 parents a0c28d4 + 52d5f6f commit 5266d36
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.12.0 (9-Sep-2015)
- Add support for `required cluster stack`
- Register and deregister rrd datasources
- Plumb through SR.probe
- Add support for `clustered` and `health`
- Plumb through SR `name` and `description`
- Clarify that SR.stat should take the attached URI

0.8.0 (15-Jul-2015)
- Plumb through clone on boot (VDI.epoch_begin, VDI.epoch_end)

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-storage-script
Version: 0.7
Version: 0.12.0
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: 0b689dc116757cf64e9d95efb33fad4b) *)
(* DO NOT EDIT (digest: 6e05f558fd7802dd2977df4eed3963a3) *)
(*
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-storage-script";
version = "0.7";
version = "0.12.0";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -6773,7 +6773,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "m\005®\1344T_N\157$\153¹\023w\132\031";
oasis_digest = Some "\015ѺvÀÙ|_\019ÿ\138 p\ri\022";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit 5266d36

Please sign in to comment.