Skip to content

Commit 5266d36

Browse files
committed
Merge pull request #44 from djs55/release.0.12.0
Prepare to release 0.12.0
2 parents a0c28d4 + 52d5f6f commit 5266d36

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.12.0 (9-Sep-2015)
2+
- Add support for `required cluster stack`
3+
- Register and deregister rrd datasources
4+
- Plumb through SR.probe
5+
- Add support for `clustered` and `health`
6+
- Plumb through SR `name` and `description`
7+
- Clarify that SR.stat should take the attached URI
8+
19
0.8.0 (15-Jul-2015)
210
- Plumb through clone on boot (VDI.epoch_begin, VDI.epoch_end)
311

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

0 commit comments

Comments
 (0)