Skip to content

Commit

Permalink
Merge pull request #340 from avsm/master
Browse files Browse the repository at this point in the history
Release 2.2.0
  • Loading branch information
avsm committed Dec 18, 2014
2 parents 1cf8e0e + f82ddb0 commit 5121e8e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.2.0 (trunk):
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 All @@ -11,6 +11,10 @@ type ipv4 = v4 ip
type ipv6 = v6 ip
```

Full support for configuring IPv6 does not exist yet, as this release is
intended for getting the type definitions in place before adding configuration
support.

2.1.1 (2014-12-10):
* Do not reuse the Unix linker options when building Xen unikernels. Instead,
get the linker options from the ocamlfind `xen_linkopts` variables (#332).
Expand Down

0 comments on commit 5121e8e

Please sign in to comment.