Skip to content

Commit

Permalink
bump to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Dec 21, 2014
1 parent 5627cd1 commit c2e4772
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGES
@@ -1,3 +1,7 @@
2.2.1 (trunk):
* Do not reverse the order of C libraries when linking. This fixes Zarith
linking in Xen mode. (#341).

2.2.0 (2014-12-18):
* Add IPv6 support. This alters some of the interfaces that were previously
hardcoded to IPv4 by generalising them. For example:
Expand Down
2 changes: 1 addition & 1 deletion _oasis
@@ -1,6 +1,6 @@
OASISFormat: 0.3
Name: mirage
Version: 2.2.0
Version: 2.2.1
Synopsis: Mirage configuration tool
Authors: Thomas Gazagnaire, Anil Madhavapeddy
License: ISC
Expand Down
6 changes: 3 additions & 3 deletions lib/META
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 03d449099831b405a54bf268814e965a)
version = "2.2.0"
# DO NOT EDIT (digest: 3d5ad4dce2f3c2b9c379078503dc8d68)
version = "2.2.1"
description = "Mirage configuration tool"
requires = "ipaddr unix dynlink lwt mirage-types mirage-types.lwt"
archive(byte) = "mirage.cma"
Expand All @@ -9,7 +9,7 @@ archive(native) = "mirage.cmxa"
archive(native, plugin) = "mirage.cmxs"
exists_if = "mirage.cma"
package "runtime" (
version = "2.2.0"
version = "2.2.1"
description = "Mirage configuration tool"
archive(byte) = "mirage-runtime.cma"
archive(byte, plugin) = "mirage-runtime.cma"
Expand Down
6 changes: 3 additions & 3 deletions setup.ml
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.4.5 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 68c4ff9e9c36d14f94d90a5216fc6208) *)
(* DO NOT EDIT (digest: 205136e6dac5d7b315b4fc46630f5d2c) *)
(*
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";
version = "2.2.0";
version = "2.2.1";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -6829,7 +6829,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "\024X\019Ì|\127ÙxRä\015\025\146>¦¤";
oasis_digest = Some "5(\020(ÂEÄ2\017¨&-`K[¼";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down
2 changes: 1 addition & 1 deletion types/META
@@ -1,4 +1,4 @@
version = "2.2.0"
version = "2.2.1"
description = "Collection of module signatures for Mirage"
archive(byte) = ""
archive(byte, plugin) = ""
Expand Down

0 comments on commit c2e4772

Please sign in to comment.