Skip to content

Commit

Permalink
Merge pull request #53 from djs55/release.1.4.0
Browse files Browse the repository at this point in the history
Prepare to release 1.4.0
  • Loading branch information
djs55 committed Mar 13, 2016
2 parents b20cf9b + d26f07b commit 1fd9486
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.4.0 (13-Mar-2016)
* Remove dependency on camlp4; use ppx instead
* opam: now pass lint check
* use logs rather than printf
* blkfront: serialise calls to `connect`
* blkfront: strip deprecated prefixes like aio: from params keys

1.3.1 (07-Mar-2015)
* Add an explicit `connect` to the interface signature (#35)

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.4
Name: mirage-block-xen
Version: 1.3.1
Version: 1.4.0
Synopsis: Xen block frontend and backend driver implementation
Authors: Jonathan Ludlam, Anil Madhavapeddy, David Scott
License: ISC
Expand Down
8 changes: 4 additions & 4 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 7864e0b6357db2edd217cdda08a0efb3)
version = "1.3.1"
# DO NOT EDIT (digest: 1b90c87d667b07a478b1c9a42594f394)
version = "1.4.0"
description = "Xen block frontend and backend driver implementation"
requires = "cstruct cstruct.ppx"
archive(byte) = "mirage_block_xen.cma"
Expand All @@ -9,7 +9,7 @@ archive(native) = "mirage_block_xen.cmxa"
archive(native, plugin) = "mirage_block_xen.cmxs"
exists_if = "mirage_block_xen.cma"
package "front" (
version = "1.3.1"
version = "1.4.0"
description = "Xen block frontend and backend driver implementation"
requires =
"logs stringext lwt cstruct cstruct.ppx mirage-types io-page shared-memory-ring shared-memory-ring.lwt mirage-block-xen xen-evtchn xen-gnt mirage-xen"
Expand All @@ -21,7 +21,7 @@ package "front" (
)

package "back" (
version = "1.3.1"
version = "1.4.0"
description = "Xen block frontend and backend driver implementation"
requires =
"logs lwt cstruct cstruct.ppx io-page shared-memory-ring shared-memory-ring.lwt mirage-block-xen xen-evtchn xen-gnt xenstore"
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: 9062ed4f0826702e47d1acc4d0fdc3ea) *)
(* DO NOT EDIT (digest: 96b4dbb999e50801060aec95ff4ef75c) *)
(*
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 = "mirage-block-xen";
version = "1.3.1";
version = "1.4.0";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -6862,7 +6862,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "Y\137\134`\003Ø\031\005\t8\152a­5f@";
oasis_digest = Some "ê;yîfÉå\139Avòú\148\020";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit 1fd9486

Please sign in to comment.