Skip to content

Commit

Permalink
Merge pull request #10 from euanh/master
Browse files Browse the repository at this point in the history
oasis: Update to version 1.0.0
  • Loading branch information
euanh committed Apr 27, 2016
2 parents b927dc5 + 299af9f commit 9d47361
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.0 (27-Apr-2016):
* Don't use oasis to install binaries
* Rename /xapi/* to /xenops/* in Xenstore
* Use meaninful tokens when setting Xenstore watches

0.9.5 (30-May-2014):
* Update to stdext 0.11.0
* Use oasis rather than obuild
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: xenops
Version: 0.9.5
Version: 1.0.0
Synopsis: Various Xen operations
Authors: Vincent Hanquez, Dave Scott, Jon Ludlam
License: LGPL-2.1 with OCaml linking exception
Expand Down
9 changes: 4 additions & 5 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.4.4 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 353ba9b228c5466eba8f10c5ddbddf25) *)
(* DO NOT EDIT (digest: aa09e5f19f9c1f20464b68c32cc97fd1) *)
(*
Regenerated by OASIS v0.4.4
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6638,7 +6638,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "xenops";
version = "0.9.5";
version = "1.0.0";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -6773,15 +6773,14 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.4";
oasis_digest =
Some "l\021\165\007\139\029\175\199\031A\0254\168\001\136s";
oasis_digest = Some "\228\248\222Y\129)apx\255\199\138\226]\029\204";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
};;

let setup () = BaseSetup.setup setup_t;;

# 6786 "setup.ml"
# 6785 "setup.ml"
(* OASIS_STOP *)
let () = setup ();;
4 changes: 2 additions & 2 deletions src/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 92a3e83a9ca6d605e370e66c8781de61)
version = "0.9.5"
# DO NOT EDIT (digest: c1582e051ab8793095a0dbd7980cda4c)
version = "1.0.0"
description = "Various Xen operations"
requires =
"xcp xenctrl xenstore xenstore_transport.unix uuid xenstore-compat threads"
Expand Down

0 comments on commit 9d47361

Please sign in to comment.