Skip to content

Commit 2396265

Browse files
committed
Merge pull request #25 from yomimono/2.2.3
Prepare the version 2.2.3 release.
2 parents 74e260c + b49c27e commit 2396265

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.2.3 (17-May-2016):
2+
* Generate a random MAC address for the interface on each run. (#24, from @yomimono)
3+
* Remove unused id type (#21, from @talex5)
4+
15
2.2.2 (07-Jun-2015):
26
* Force non-blocking mode in the tun file descriptor to workaround
37
a Linux 3.19+ kernel bug (see mirage/ocaml-tuntap#15).

_oasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.4
22
Name: mirage-net-unix
3-
Version: 2.2.2
3+
Version: 2.2.3
44
Synopsis: Mirage network driver for Unix
55
Authors: Anil Madhavapeddy, David Scott, Thomas Gazagnaire, Hannes Mehnert
66
License: ISC

lib/META

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: 9008f8050a2774b747cb9de2950ad283)
3-
version = "2.2.2"
2+
# DO NOT EDIT (digest: 46c246f507d7b1472bc3617f8ae3195a)
3+
version = "2.2.3"
44
description = "Mirage network driver for Unix"
55
requires = "cstruct.lwt lwt.unix mirage-types tuntap io-page.unix io-page"
66
archive(byte) = "mirage-net-unix.cma"

setup.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* setup.ml generated for the first time by OASIS v0.3.0 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: 7944634283b23984edba495836cd5899) *)
4+
(* DO NOT EDIT (digest: c372dff9745db242f53b3ae816014804) *)
55
(*
66
Regenerated by OASIS v0.4.5
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6851,7 +6851,7 @@ let setup_t =
68516851
alpha_features = [];
68526852
beta_features = [];
68536853
name = "mirage-net-unix";
6854-
version = "2.2.2";
6854+
version = "2.2.3";
68556855
license =
68566856
OASISLicense.DEP5License
68576857
(OASISLicense.DEP5Unit
@@ -7019,7 +7019,7 @@ let setup_t =
70197019
};
70207020
oasis_fn = Some "_oasis";
70217021
oasis_version = "0.4.5";
7022-
oasis_digest = Some "\252\135\183X\215a\193\149~\001\139\221\137\194OW";
7022+
oasis_digest = Some "\247\254\236\191S\n\152mpd9H\021\217]\195";
70237023
oasis_exec = None;
70247024
oasis_setup_args = [];
70257025
setup_update = false

0 commit comments

Comments
 (0)