Skip to content

Commit 02571c3

Browse files
committed
Prepare to release 1.2.0
Signed-off-by: Jon Ludlam <[email protected]>
1 parent 08af17b commit 02571c3

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1.1.0 (25-Jul-2016):
1+
1.2.0 (25-Jul-2016):
22
* Networkd: Add the ability to report back when VLANs are in use
33

44
1.0.1 (04-Jul-2016):

_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: xcp-idl
3-
Version: 1.1.0
3+
Version: 1.2.0
44
Synopsis: Interface definitions and common boilerplate for the xapi toolstack
55
Authors: David Scott
66
License: LGPL-2.1 with OCaml linking exception

lib/META

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: 625f788a166766b5f270c3f6cce81d50)
3-
version = "1.1.0"
2+
# DO NOT EDIT (digest: d0b737f17a49130e1b0fc0d82c3f4307)
3+
version = "1.2.0"
44
description =
55
"Interface definitions and common boilerplate for the xapi toolstack"
66
requires =
@@ -11,7 +11,7 @@ archive(native) = "xcp.cmxa"
1111
archive(native, plugin) = "xcp.cmxs"
1212
exists_if = "xcp.cma"
1313
package "xen" (
14-
version = "1.1.0"
14+
version = "1.2.0"
1515
description =
1616
"Interface definitions and common boilerplate for the xapi toolstack"
1717
requires = "xcp threads rpclib rpclib.syntax"
@@ -23,7 +23,7 @@ package "xen" (
2323
)
2424

2525
package "storage" (
26-
version = "1.1.0"
26+
version = "1.2.0"
2727
description =
2828
"Interface definitions and common boilerplate for the xapi toolstack"
2929
requires = "xcp threads rpclib rpclib.syntax"
@@ -35,7 +35,7 @@ package "storage" (
3535
)
3636

3737
package "rrd" (
38-
version = "1.1.0"
38+
version = "1.2.0"
3939
description =
4040
"Interface definitions and common boilerplate for the xapi toolstack"
4141
requires = "xcp threads rpclib rpclib.syntax rrd"
@@ -47,7 +47,7 @@ package "rrd" (
4747
)
4848

4949
package "network" (
50-
version = "1.1.0"
50+
version = "1.2.0"
5151
description =
5252
"Interface definitions and common boilerplate for the xapi toolstack"
5353
requires = "xcp threads rpclib rpclib.syntax"
@@ -59,7 +59,7 @@ package "network" (
5959
)
6060

6161
package "memory" (
62-
version = "1.1.0"
62+
version = "1.2.0"
6363
description =
6464
"Interface definitions and common boilerplate for the xapi toolstack"
6565
requires = "xcp threads rpclib rpclib.syntax"

setup.ml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* setup.ml generated for the first time by OASIS v0.3.1 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: f5b6aa775a5fc44860abb87c2d657339) *)
4+
(* DO NOT EDIT (digest: e32aafb94487472f44c7da87818bf30b) *)
55
(*
66
Regenerated by OASIS v0.4.6
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6874,7 +6874,7 @@ let setup_t =
68746874
alpha_features = [];
68756875
beta_features = [];
68766876
name = "xcp-idl";
6877-
version = "1.1.0";
6877+
version = "1.2.0";
68786878
license =
68796879
OASISLicense.DEP5License
68806880
(OASISLicense.DEP5Unit
@@ -7332,14 +7332,15 @@ let setup_t =
73327332
};
73337333
oasis_fn = Some "_oasis";
73347334
oasis_version = "0.4.6";
7335-
oasis_digest = Some "\021\154DKk\004\190\149T\220`rY\242\244\168";
7335+
oasis_digest =
7336+
Some "\214r\200\195\224\145x\225\030\198\182\229\254\230=A";
73367337
oasis_exec = None;
73377338
oasis_setup_args = [];
73387339
setup_update = false
73397340
};;
73407341

73417342
let setup () = BaseSetup.setup setup_t;;
73427343

7343-
# 7344 "setup.ml"
7344+
# 7345 "setup.ml"
73447345
(* OASIS_STOP *)
73457346
let () = setup ();;

0 commit comments

Comments
 (0)