Skip to content

Commit

Permalink
minimum version is now OCaml 4.04 due to domain-name.0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Jul 15, 2019
1 parent 09ba217 commit 0c9cf8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ env:
- DEPOPTS="dns-async dns-lwt dns-lwt-unix"
- PRE_INSTALL_HOOK="cd /home/opam/opam-repository && git pull origin master && opam update -u -y"
matrix:
- DISTRO=debian-stable OCAML_VERSION=4.03
- DISTRO=debian-testing OCAML_VERSION=4.04
- DISTRO=debian-stable OCAML_VERSION=4.04
- DISTRO=ubuntu-lts OCAML_VERSION=4.05 DEPOPTS="mirage-dns dns-async dns-lwt dns-lwt-unix"
- DISTRO=alpine OCAML_VERSION=4.06 DEPOPTS="mirage-dns dns-async dns-lwt dns-lwt-unix"
- DISTRO=fedora OCAML_VERSION=4.07 DEPOPTS="mirage-dns dns-async dns-lwt dns-lwt-unix"
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### v1.1.3 (2019-07-16)
* Support domain-name.0.3.0 interface (@avsm)

* Support domain-name.0.3.0 interface, which bumps the minimum
OCaml version supported to 4.04 due to that dependency (@avsm)
* Fix tests with recent OCaml (use mmap/bigarray-compat) (@avsm)

### v1.1.2 (2019-02-28)
Expand Down

0 comments on commit 0c9cf8b

Please sign in to comment.