diff --git a/CHANGES b/CHANGES index 3e08e3cf..23627bb1 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/_oasis b/_oasis index dbac1685..8bf0c3e9 100644 --- a/_oasis +++ b/_oasis @@ -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 diff --git a/lib/META b/lib/META index 7d02dd5c..0556241e 100644 --- a/lib/META +++ b/lib/META @@ -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 = @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" diff --git a/setup.ml b/setup.ml index a7dfc199..7757db7f 100644 --- a/setup.ml +++ b/setup.ml @@ -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 @@ -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 @@ -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