Skip to content

Commit

Permalink
Merge pull request #134 from avsm/release-0.20
Browse files Browse the repository at this point in the history
release 0.20.0
  • Loading branch information
avsm authored Mar 23, 2017
2 parents 67af463 + 61dc1b0 commit 6fd353d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ env:
- DISTRO=centos-6 OCAML_VERSION=4.04.0
- DISTRO=centos-7 OCAML_VERSION=4.03.0
- DISTRO=fedora-24 OCAML_VERSION=4.04.0
- DISTRO=alpine-3.4 OCAML_VERSION=4.03.0
- DISTRO=alpine-3.5 OCAML_VERSION=4.04.0
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.20.0 (2017-03-23)

* Remove the `Dns.Buf` module that formerly wrapped Cstruct, now that the
latter is a mature library.
* Add an `?alloc` optional argument to functions that would formerly accept
a `Dns.Buf`. By default, this allocates a single page, but consumers of
this library can override it in order to supply their own allocation
logic (e.g. a pool allocator).
* Remove dependency on `io-page` to follow the `Dns.Buf` removal.

All these changes were part of #132 by @hannesm.

## 0.19.1 (2017-02-15)

* Use topkg instead of oasis (#126)
Expand Down
2 changes: 1 addition & 1 deletion opam
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ depends: [
"lwt" {test}
"ounit" {test}
"pcap-format" {test}
"mirage-protocols" {test}
"mirage-protocols" {test & >="1.1.0"}
"mirage-stack-lwt" {test}
"mirage-time-lwt" {test}
"mirage-kv" {test}
Expand Down

0 comments on commit 6fd353d

Please sign in to comment.