Skip to content

Commit

Permalink
Merge pull request #312 from djs55/prepare.3.1.2
Browse files Browse the repository at this point in the history
Prepare to release v3.1.2
  • Loading branch information
djs55 committed May 14, 2017
2 parents 229abc2 + 756000b commit a1eab9b
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 23 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
@@ -1,3 +1,8 @@
### 3.1.2 (2017-05-14)

* impose a maximum TCP MSS of 1460 to avoid sending over-large datagrams on 1500 MTU links
(#309, by @hannesm)

### 3.1.1 (2017-05-14)

* fix parsing 20-byte cstructs as ipv4 packets (#307, by @yomimono)
Expand Down
2 changes: 1 addition & 1 deletion _oasis
@@ -1,6 +1,6 @@
OASISFormat: 0.4
Name: tcpip
Version: 3.1.1
Version: 3.1.2
Synopsis: Implementations for network-related module types from MirageOS.
Authors: Anil Madhavapeddy, Balraj Singh, Richard Mortier,
Nicolas Ojeda Bar, Thomas Gazagnaire, Vincent Bernardoff,
Expand Down
34 changes: 17 additions & 17 deletions lib/META
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 9e2b0ac4fd47d8486991941274776fc8)
version = "3.1.1"
# DO NOT EDIT (digest: 3fd78a77a6fd8f6dd83b50d0ba0116d8)
version = "3.1.2"
description =
"Implementations for network-related module types from MirageOS."
requires =
Expand All @@ -12,7 +12,7 @@ archive(native, plugin) = "tcpip.cmxs"
xen_linkopts = "-ltcpip_xen_stubs"
exists_if = "tcpip.cma"
package "xen" (
version = "3.1.1"
version = "3.1.2"
description =
"Implementations for network-related module types from MirageOS."
archive(byte) = "tcpip_xen.cma"
Expand All @@ -23,7 +23,7 @@ package "xen" (
)

package "udpv6-socket" (
version = "3.1.1"
version = "3.1.2"
description =
"Implementations for network-related module types from MirageOS."
requires =
Expand All @@ -36,7 +36,7 @@ package "udpv6-socket" (
)

package "udpv4-socket" (
version = "3.1.1"
version = "3.1.2"
description =
"Implementations for network-related module types from MirageOS."
requires =
Expand All @@ -49,7 +49,7 @@ package "udpv4-socket" (
)

package "udp" (
version = "3.1.1"
version = "3.1.2"
description =
"Implementations for network-related module types from MirageOS."
requires =
Expand All @@ -62,7 +62,7 @@ package "udp" (
)

package "tcpv6-socket" (
version = "3.1.1"
version = "3.1.2"
description =
"Implementations for network-related module types from MirageOS."
requires =
Expand All @@ -75,7 +75,7 @@ package "tcpv6-socket" (
)

package "tcpv4-socket" (
version = "3.1.1"
version = "3.1.2"
description =
"Implementations for network-related module types from MirageOS."
requires =
Expand All @@ -88,7 +88,7 @@ package "tcpv4-socket" (
)

package "tcp" (
version = "3.1.1"
version = "3.1.2"
description =
"Implementations for network-related module types from MirageOS."
requires =
Expand All @@ -101,7 +101,7 @@ package "tcp" (
)

package "stack-socket" (
version = "3.1.1"
version = "3.1.2"
description =
"Implementations for network-related module types from MirageOS."
requires =
Expand All @@ -114,7 +114,7 @@ package "stack-socket" (
)

package "stack-direct" (
version = "3.1.1"
version = "3.1.2"
description =
"Implementations for network-related module types from MirageOS."
requires =
Expand All @@ -127,7 +127,7 @@ package "stack-direct" (
)

package "ipv6" (
version = "3.1.1"
version = "3.1.2"
description =
"Implementations for network-related module types from MirageOS."
requires =
Expand All @@ -140,7 +140,7 @@ package "ipv6" (
)

package "ipv4" (
version = "3.1.1"
version = "3.1.2"
description =
"Implementations for network-related module types from MirageOS."
requires =
Expand All @@ -153,7 +153,7 @@ package "ipv4" (
)

package "icmpv4-socket" (
version = "3.1.1"
version = "3.1.2"
description =
"Implementations for network-related module types from MirageOS."
requires =
Expand All @@ -166,7 +166,7 @@ package "icmpv4-socket" (
)

package "icmpv4" (
version = "3.1.1"
version = "3.1.2"
description =
"Implementations for network-related module types from MirageOS."
requires =
Expand All @@ -179,7 +179,7 @@ package "icmpv4" (
)

package "ethif" (
version = "3.1.1"
version = "3.1.2"
description =
"Implementations for network-related module types from MirageOS."
requires =
Expand All @@ -192,7 +192,7 @@ package "ethif" (
)

package "arpv4" (
version = "3.1.1"
version = "3.1.2"
description =
"Implementations for network-related module types from MirageOS."
requires =
Expand Down
9 changes: 4 additions & 5 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: 647dca8118c48de002c8c347a7feadf6) *)
(* DO NOT EDIT (digest: 24a3ef0aa34b6a3e4ba7d6aded4f101c) *)
(*
Regenerated by OASIS v0.4.8
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -7027,7 +7027,7 @@ let setup_t =
{
oasis_version = "0.4";
ocaml_version = None;
version = "3.1.1";
version = "3.1.2";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -9804,16 +9804,15 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.8";
oasis_digest =
Some "\217\176\234\134\158\157\192\151\136\136*\198\173\229\025_";
oasis_digest = Some "\2382xo0\130?\016\127\157\134\176\254m\245\249";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
};;

let setup () = BaseSetup.setup setup_t;;

# 9817 "setup.ml"
# 9816 "setup.ml"
let setup_t = BaseCompat.Compat_0_4.adapt_setup_t setup_t
open BaseCompat.Compat_0_4
(* OASIS_STOP *)
Expand Down

0 comments on commit a1eab9b

Please sign in to comment.