Skip to content

Commit

Permalink
bump working version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Dec 7, 2014
1 parent 91871db commit 2755976
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 25 deletions.
8 changes: 5 additions & 3 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
trunk
* Build Xen stubs separately, with CFLAGS from mirage-xen. This allows us to
use the red zone under Unix again.
2.1.0 (2014-12-07):
* Build Xen stubs separately, with `CFLAGS` from `mirage-xen` 2.1.0+.
This allows us to use the red zone under x86_64 Unix again.
* Adding tracing labels and counters, which introduces a new dependency on the
`mirage-profile` package.

2.0.3 (2014-12-05):
* Fixed race waiting for ARP response (#86).
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: tcpip
Version: 2.0.3
Version: 2.1.0
Synopsis: Ethernet, TCP/IPv4 and DHCPv4 library
Authors: Anil Madhavapeddy, Balraj Singh, Richard Mortier
License: ISC
Expand Down
36 changes: 18 additions & 18 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 25db43984f5ffcb4a49edc8f99b7b633)
version = "2.0.3"
# DO NOT EDIT (digest: 47d36742b0a39f7b9f55d66277eeebfd)
version = "2.1.0"
description = "Ethernet, TCP/IPv4 and DHCPv4 library"
requires = "io-page mirage-types ipaddr cstruct mirage-profile"
archive(byte) = "tcpip.cma"
Expand All @@ -10,7 +10,7 @@ archive(native, plugin) = "tcpip.cmxs"
xen_linkopts = "-ltcpip_xen_stubs"
exists_if = "tcpip.cma"
package "xen" (
version = "2.0.3"
version = "2.1.0"
description = "Ethernet, TCP/IPv4 and DHCPv4 library"
archive(byte) = "tcpip_xen.cma"
archive(byte, plugin) = "tcpip_xen.cma"
Expand All @@ -20,7 +20,7 @@ package "xen" (
)

package "udpv4-unix" (
version = "2.0.3"
version = "2.1.0"
description = "Ethernet, TCP/IPv4 and DHCPv4 library"
requires =
"tcpip.udpv4 tcpip.ipv4-unix lwt lwt.unix ipaddr.unix cstruct.lwt io-page.unix"
Expand All @@ -32,7 +32,7 @@ package "udpv4-unix" (
)

package "udpv4-socket" (
version = "2.0.3"
version = "2.1.0"
description = "Ethernet, TCP/IPv4 and DHCPv4 library"
requires = "tcpip.udpv4 lwt lwt.unix ipaddr.unix cstruct.lwt io-page.unix"
archive(byte) = "udpv4-socket.cma"
Expand All @@ -43,7 +43,7 @@ package "udpv4-socket" (
)

package "udpv4" (
version = "2.0.3"
version = "2.1.0"
description = "Ethernet, TCP/IPv4 and DHCPv4 library"
requires = "io-page mirage-types ipaddr cstruct lwt tcpip"
archive(byte) = "udpv4.cma"
Expand All @@ -54,7 +54,7 @@ package "udpv4" (
)

package "tcpv4-unix" (
version = "2.0.3"
version = "2.1.0"
description = "Ethernet, TCP/IPv4 and DHCPv4 library"
requires =
"tcpip.tcpv4 tcpip.ipv4-unix tcpip.channel lwt lwt.unix mirage-unix mirage-clock-unix ipaddr.unix cstruct.lwt io-page.unix"
Expand All @@ -66,7 +66,7 @@ package "tcpv4-unix" (
)

package "tcpv4-socket" (
version = "2.0.3"
version = "2.1.0"
description = "Ethernet, TCP/IPv4 and DHCPv4 library"
requires = "lwt lwt.unix ipaddr.unix cstruct.lwt io-page.unix"
archive(byte) = "tcpv4-socket.cma"
Expand All @@ -77,7 +77,7 @@ package "tcpv4-socket" (
)

package "tcpv4" (
version = "2.0.3"
version = "2.1.0"
description = "Ethernet, TCP/IPv4 and DHCPv4 library"
requires = "io-page mirage-types ipaddr cstruct lwt tcpip tcpip.ipv4"
archive(byte) = "tcpv4.cma"
Expand All @@ -88,7 +88,7 @@ package "tcpv4" (
)

package "stack-unix" (
version = "2.0.3"
version = "2.1.0"
description = "Ethernet, TCP/IPv4 and DHCPv4 library"
requires =
"tcpip.udpv4-unix tcpip.tcpv4-unix tcpip.stack-direct lwt lwt.unix ipaddr.unix mirage-unix mirage-clock-unix mirage-console.unix mirage-types.lwt io-page.unix"
Expand All @@ -100,7 +100,7 @@ package "stack-unix" (
)

package "stack-socket" (
version = "2.0.3"
version = "2.1.0"
description = "Ethernet, TCP/IPv4 and DHCPv4 library"
requires =
"tcpip.udpv4-socket tcpip.tcpv4-socket lwt lwt.unix ipaddr.unix io-page.unix"
Expand All @@ -112,7 +112,7 @@ package "stack-socket" (
)

package "stack-direct" (
version = "2.0.3"
version = "2.1.0"
description = "Ethernet, TCP/IPv4 and DHCPv4 library"
requires =
"io-page mirage-types ipaddr cstruct lwt tcpip.ethif tcpip.udpv4 tcpip.tcpv4 tcpip.dhcpv4"
Expand All @@ -124,7 +124,7 @@ package "stack-direct" (
)

package "ipv4-unix" (
version = "2.0.3"
version = "2.1.0"
description = "Ethernet, TCP/IPv4 and DHCPv4 library"
requires = "tcpip.ethif-unix tcpip.ipv4 lwt lwt.unix"
archive(byte) = "ipv4-unix.cma"
Expand All @@ -135,7 +135,7 @@ package "ipv4-unix" (
)

package "ipv4" (
version = "2.0.3"
version = "2.1.0"
description = "Ethernet, TCP/IPv4 and DHCPv4 library"
requires = "io-page mirage-types ipaddr cstruct lwt tcpip"
archive(byte) = "ipv4.cma"
Expand All @@ -146,7 +146,7 @@ package "ipv4" (
)

package "ethif-unix" (
version = "2.0.3"
version = "2.1.0"
description = "Ethernet, TCP/IPv4 and DHCPv4 library"
requires = "tcpip.ethif mirage-net-unix lwt lwt.unix"
archive(byte) = "ethif-unix.cma"
Expand All @@ -157,7 +157,7 @@ package "ethif-unix" (
)

package "ethif" (
version = "2.0.3"
version = "2.1.0"
description = "Ethernet, TCP/IPv4 and DHCPv4 library"
requires = "tcpip io-page mirage-types ipaddr cstruct lwt"
archive(byte) = "ethif.cma"
Expand All @@ -168,7 +168,7 @@ package "ethif" (
)

package "dhcpv4" (
version = "2.0.3"
version = "2.1.0"
description = "Ethernet, TCP/IPv4 and DHCPv4 library"
requires = "io-page mirage-types ipaddr cstruct lwt tcpip.udpv4"
archive(byte) = "dhcpv4.cma"
Expand All @@ -179,7 +179,7 @@ package "dhcpv4" (
)

package "channel" (
version = "2.0.3"
version = "2.1.0"
description = "Ethernet, TCP/IPv4 and DHCPv4 library"
requires = "io-page mirage-types ipaddr cstruct lwt"
archive(byte) = "channel.cma"
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.4.5 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: ad24a24c050483bf1c7ffc1b45f2a4fb) *)
(* DO NOT EDIT (digest: 0e04f99ca1f47dda59d32774529d9253) *)
(*
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 = "tcpip";
version = "2.0.3";
version = "2.1.0";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -7414,7 +7414,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "-\001\228.\187`pX\231\139\193x|\018n%";
oasis_digest = Some "\187\242N\194\169\218\252\206\137hp>;\249\176\164";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit 2755976

Please sign in to comment.