Skip to content

Commit

Permalink
Merge pull request #211 from djs55/release.0.12.0
Browse files Browse the repository at this point in the history
Prepare to release 0.12.0
  • Loading branch information
djs55 committed Sep 9, 2015
2 parents 7873d6d + e4a0b0c commit c85ab08
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.12.0 (09-Sep-2015):
* Use `xl pci-plug` and `xl pci-unplug`
* Write licensing information to Xenstore
* Write guest agent xenstore keys in a transaction

0.11.0 (14-Aug-2015):
* Replace 'xcp' in alternatives path with 'xapi'
* Use 'xl pci-attach' for PCI passthrough
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.3
Name: xenopsd
Version: 0.11.0
Version: 0.12.0
Synopsis: XenServer domain managers
Authors: Dave Scott
License: LGPL-2.1 with OCaml linking exception
Expand Down
4 changes: 2 additions & 2 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: d55a2e6095260ca5f881288f73ad307c)
version = "0.11.0"
# DO NOT EDIT (digest: 5586ee166df30de6e433138bcd3d4222)
version = "0.12.0"
description = "XenServer domain managers"
requires =
"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"
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.0 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: f1aa4707ad2f611605409f0bf63657eb) *)
(* DO NOT EDIT (digest: c5ac4a1c7e3f442ecd7bc34e3f75b5e1) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6673,7 +6673,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "xenopsd";
version = "0.11.0";
version = "0.12.0";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -7088,7 +7088,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "î3´\155ß\134\bæ×G\000\134©\130úé";
oasis_digest = Some "n=\011³\150\129}ºÛq¢mP\150t\016";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit c85ab08

Please sign in to comment.