Skip to content

Commit c85ab08

Browse files
committed
Merge pull request #211 from djs55/release.0.12.0
Prepare to release 0.12.0
2 parents 7873d6d + e4a0b0c commit c85ab08

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.12.0 (09-Sep-2015):
2+
* Use `xl pci-plug` and `xl pci-unplug`
3+
* Write licensing information to Xenstore
4+
* Write guest agent xenstore keys in a transaction
5+
16
0.11.0 (14-Aug-2015):
27
* Replace 'xcp' in alternatives path with 'xapi'
38
* Use 'xl pci-attach' for PCI passthrough

_oasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.3
22
Name: xenopsd
3-
Version: 0.11.0
3+
Version: 0.12.0
44
Synopsis: XenServer domain managers
55
Authors: Dave Scott
66
License: LGPL-2.1 with OCaml linking exception

lib/META

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: d55a2e6095260ca5f881288f73ad307c)
3-
version = "0.11.0"
2+
# DO NOT EDIT (digest: 5586ee166df30de6e433138bcd3d4222)
3+
version = "0.12.0"
44
description = "XenServer domain managers"
55
requires =
66
"threads threads.posix uuidm xmlm cohttp uri rpclib rpclib.syntax forkexec fd-send-recv xcp xcp.xen xcp.storage sexplib sexplib.syntax xcp uutf xenstore xenstore.unix xenstore_transport xenstore_transport.unix oclock"

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.3.0 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: f1aa4707ad2f611605409f0bf63657eb) *)
4+
(* DO NOT EDIT (digest: c5ac4a1c7e3f442ecd7bc34e3f75b5e1) *)
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 = "xenopsd";
6676-
version = "0.11.0";
6676+
version = "0.12.0";
66776677
license =
66786678
OASISLicense.DEP5License
66796679
(OASISLicense.DEP5Unit
@@ -7088,7 +7088,7 @@ let setup_t =
70887088
};
70897089
oasis_fn = Some "_oasis";
70907090
oasis_version = "0.4.5";
7091-
oasis_digest = Some "î3´\155ß\134\bæ×G\000\134©\130úé";
7091+
oasis_digest = Some "n=\011³\150\129}ºÛq¢mP\150t\016";
70927092
oasis_exec = None;
70937093
oasis_setup_args = [];
70947094
setup_update = false

0 commit comments

Comments
 (0)