Skip to content

Commit 22b4034

Browse files
author
David Scott
committed
Bump version to 0.3.0
Signed-off-by: David Scott <[email protected]>
1 parent c395270 commit 22b4034

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.3.0 (24-Apr-2015)
2+
- Update to message-switch.0.11.0
3+
14
0.2.0 (4-Apr-2015)
25
- Update to SMAPIv2 with o_direct, o_direct_reason
36
- Update to using json marshalling for exception backtraces

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.3.0

_oasis

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.2
22
Name: xapi-script-storage
3-
Version: 0.1
3+
Version: 0.3
44
Synopsis: Adapter which allows xapi to call storage scripts
55
Authors: David Scott
66
License: LGPL-2.1 with OCaml linking exception
@@ -13,4 +13,4 @@ Executable xapi_script_storage
1313
MainIs: main.ml
1414
Custom: true
1515
Install: false
16-
BuildDepends: xcp, xcp.storage, async_inotify, threads, message_switch.async, rpclib, xapi-storage, sexplib, sexplib.syntax, rpclib, rpclib.syntax
16+
BuildDepends: xcp, xcp.storage, async_inotify, threads, message_switch.async (>= 0.11.0), rpclib, xapi-storage, sexplib, sexplib.syntax, rpclib, rpclib.syntax

setup.ml

Lines changed: 7 additions & 5 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: 357e519346d191c046f831856e592460) *)
4+
(* DO NOT EDIT (digest: 2cebb0f2ebccebc1740714c72972c587) *)
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.1";
6676+
version = "0.3";
66776677
license =
66786678
OASISLicense.DEP5License
66796679
(OASISLicense.DEP5Unit
@@ -6743,7 +6743,9 @@ let setup_t =
67436743
FindlibPackage ("xcp.storage", None);
67446744
FindlibPackage ("async_inotify", None);
67456745
FindlibPackage ("threads", None);
6746-
FindlibPackage ("message_switch.async", None);
6746+
FindlibPackage
6747+
("message_switch.async",
6748+
Some (OASISVersion.VGreaterEqual "0.11.0"));
67476749
FindlibPackage ("rpclib", None);
67486750
FindlibPackage ("xapi-storage", None);
67496751
FindlibPackage ("sexplib", None);
@@ -6770,14 +6772,14 @@ let setup_t =
67706772
};
67716773
oasis_fn = Some "_oasis";
67726774
oasis_version = "0.4.5";
6773-
oasis_digest = Some "#8c\151\238J\181\240\231Z\r\141PQ\248h";
6775+
oasis_digest = Some "\223w\129*\2508n\224(\131\015\249\232\225\232\031";
67746776
oasis_exec = None;
67756777
oasis_setup_args = [];
67766778
setup_update = false
67776779
};;
67786780

67796781
let setup () = BaseSetup.setup setup_t;;
67806782

6781-
# 6782 "setup.ml"
6783+
# 6784 "setup.ml"
67826784
(* OASIS_STOP *)
67836785
let () = setup ();;

0 commit comments

Comments
 (0)