Skip to content

Commit

Permalink
sync CHANGES and build examples from Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Aug 28, 2014
1 parent 34e9fbd commit 75379d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ opam install dns
eval `opam config env`
make clean
make
cd examples
make

opam install mirage crunch
git clone git://github.com/mirage/mirage-skeleton
Expand Down
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Depend on external `Base64` package instead of bundling one inside
the `Dns` packed module.
* Add a local `opam` file for easier pinning.
* Add an `examples/` directory with a DNS forwarder sample (#21).

0.9.1 (2014-07-29):
* Fix file descriptor leak in resolver (#15, #16) by expanding `commfn`
Expand Down

0 comments on commit 75379d4

Please sign in to comment.