Skip to content

Commit d30e370

Browse files
committedJan 29, 2015
Bump version and test OCaml 4.02.1 as well
1 parent 2f5927a commit d30e370

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed
 

‎.travis-ci.sh

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ case "$OCAML_VERSION,$OPAM_VERSION" in
55
3.12.1,1.2.0) ppa=avsm/ocaml312+opam12 ;;
66
4.00.1,1.2.0) ppa=avsm/ocaml40+opam12 ;;
77
4.01.0,1.2.0) ppa=avsm/ocaml41+opam12 ;;
8+
4.02.0,1.2.0) ppa=avsm/ocaml42+opam12 ;;
89
*) echo Unknown $OCAML_VERSION,$OPAM_VERSION; exit 1 ;;
910
esac
1011

‎.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ language: c
22
script: bash -ex .travis-ci.sh
33
env:
44
- OCAML_VERSION=4.01.0 OPAM_VERSION=1.2.0
5+
- OCAML_VERSION=4.02.0 OPAM_VERSION=1.2.0

‎CHANGES

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
2.2.1 (trunk):
1+
2.2.1 (2015-01-29):
2+
* Fix logging errors when `mirage` output is not redirected. (#355)
23
* Do not reverse the order of C libraries when linking. This fixes Zarith
34
linking in Xen mode. (#341).
5+
* Fix typos in command line help. (#352).
46

57
2.2.0 (2014-12-18):
68
* Add IPv6 support. This alters some of the interfaces that were previously

‎_oasis

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
OASISFormat: 0.3
1+
OASISFormat: 0.4
22
Name: mirage
33
Version: 2.2.1
44
Synopsis: Mirage configuration tool
55
Authors: Thomas Gazagnaire, Anil Madhavapeddy
66
License: ISC
7-
Plugins: META (0.3)
7+
Plugins: META (0.4)
88
BuildTools: ocamlbuild
99

1010
Library mirage

‎setup.ml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* setup.ml generated for the first time by OASIS v0.4.5 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: 205136e6dac5d7b315b4fc46630f5d2c) *)
4+
(* DO NOT EDIT (digest: 5ae6cde84311d90d2e9763415898eb29) *)
55
(*
66
Regenerated by OASIS v0.4.5
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6667,7 +6667,7 @@ let setup_t =
66676667
distclean_doc = [];
66686668
package =
66696669
{
6670-
oasis_version = "0.3";
6670+
oasis_version = "0.4";
66716671
ocaml_version = None;
66726672
findlib_version = None;
66736673
alpha_features = [];
@@ -6822,14 +6822,14 @@ let setup_t =
68226822
},
68236823
{exec_custom = false; exec_main_is = "main.ml"})
68246824
];
6825-
plugins = [(`Extra, "META", Some "0.3")];
6825+
plugins = [(`Extra, "META", Some "0.4")];
68266826
disable_oasis_section = [];
68276827
schema_data = PropList.Data.create ();
68286828
plugin_data = []
68296829
};
68306830
oasis_fn = Some "_oasis";
68316831
oasis_version = "0.4.5";
6832-
oasis_digest = Some "5(\020(ÂEÄ2\017¨&-`K[¼";
6832+
oasis_digest = Some ">^\024cÿ.~«§\143G½kf\"\020";
68336833
oasis_exec = None;
68346834
oasis_setup_args = [];
68356835
setup_update = false

0 commit comments

Comments
 (0)
Please sign in to comment.