Skip to content

Commit

Permalink
Merge pull request #96 from djs55/release.0.14.0
Browse files Browse the repository at this point in the history
Prepare to release 0.14.0
  • Loading branch information
djs55 committed Sep 9, 2015
2 parents da72e92 + 356f97a commit 7e30c74
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 11 deletions.
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.14.0 (09-Sep-2015):
* support directories full of configuration file fragment overrides
* storage: add `required_cluster_stack`
* use queue prefix `org.xen.xapi` instead of `org.xen.xcp`
* storage: redefine `SR.probe`
* storage: add `clustered` and `health` for mirror monitoring
* storage: plumb through `name_label` and `name_description`
* guests: add guest agent licensing interface
* storage: add `Copying` state for mirrors

0.13.0 (14-Aug-2015):
* storage: add `persistent` to VBDs
* storage: `vdi_info` includes an optional uuid
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: xcp-idl
Version: 0.13.0
Version: 0.14.0
Synopsis: Interface definitions and common boilerplate for the xapi toolstack
Authors: David Scott
License: LGPL-2.1 with OCaml linking exception
Expand Down
14 changes: 7 additions & 7 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: e95053c5ac7bdb44f211ab745decea74)
version = "0.13.0"
# DO NOT EDIT (digest: a100a60c9c9e6e82e9f057a2d4ab48b1)
version = "0.14.0"
description =
"Interface definitions and common boilerplate for the xapi toolstack"
requires =
Expand All @@ -11,7 +11,7 @@ archive(native) = "xcp.cmxa"
archive(native, plugin) = "xcp.cmxs"
exists_if = "xcp.cma"
package "xen" (
version = "0.13.0"
version = "0.14.0"
description =
"Interface definitions and common boilerplate for the xapi toolstack"
requires = "xcp threads rpclib rpclib.syntax"
Expand All @@ -23,7 +23,7 @@ package "xen" (
)

package "storage" (
version = "0.13.0"
version = "0.14.0"
description =
"Interface definitions and common boilerplate for the xapi toolstack"
requires = "xcp threads rpclib rpclib.syntax"
Expand All @@ -35,7 +35,7 @@ package "storage" (
)

package "rrd" (
version = "0.13.0"
version = "0.14.0"
description =
"Interface definitions and common boilerplate for the xapi toolstack"
requires = "xcp threads rpclib rpclib.syntax rrd"
Expand All @@ -47,7 +47,7 @@ package "rrd" (
)

package "network" (
version = "0.13.0"
version = "0.14.0"
description =
"Interface definitions and common boilerplate for the xapi toolstack"
requires = "xcp threads rpclib rpclib.syntax"
Expand All @@ -59,7 +59,7 @@ package "network" (
)

package "memory" (
version = "0.13.0"
version = "0.14.0"
description =
"Interface definitions and common boilerplate for the xapi toolstack"
requires = "xcp threads rpclib rpclib.syntax"
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.3.1 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 23c211c32b63a784d3f2f4957d4fc719) *)
(* DO NOT EDIT (digest: 9e32881b8b39bd788922596c5a3085a7) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6851,7 +6851,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "xcp-idl";
version = "0.13.0";
version = "0.14.0";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -7309,7 +7309,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "þÙúy÷\143>%ÆJ³ó¯!²{";
oasis_digest = Some "vϽ\012ÒGO\155ûtä\1356\130\018¨";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit 7e30c74

Please sign in to comment.